simple_sitemap_authenticated
No security coverage
This module extends the Simple XML Sitemap module by creating an additional sitemap for content (entities, views, custom links) which requires authentication.
Features
- The module creates the sitemap-authenticated.xml sitemap, which is protected from external crawlers by a new 'access authenticated sitemap' permission. Organizations needing to index private data or complete automated accessibility testing of URLs which require authentication can then leverage the sitemap.
- A new 'simple_sitemap_authenticated' role provides assigned users with access to the sitemap and controls which content is included in the sitemap. This can be changed to any other role in the module's configuration.
- Supports the inclusion of content types, views, and custom links - same as Simple XML Sitemap.
- Maintains authenticated content and public content in separate sitemaps.
Post-Installation
After enabling the module, you should
- Assign the 'simple_sitemap_authenticated' role to a user
- Edit permissions for the 'simple_sitemap_authenticated' role
- Add entities to the 'Authenticated Content' sitemap variant
View the README for specific details, configuration examples, and customization options.
Additional Requirements
Requires Simple XML Sitemap.