Sitemap protocol¶
Introduction¶
Sitemap is used to submit the site content to search engines.
Plone sitemap¶
Plone supports basic sitemap out of the box.
Customized sitemap¶
Example
Enabling sitemap programmatically¶
For unit tests:
# Sitemap must be enabled from the settings to access the view
self.portal.portal_properties.site_properties.enable_sitemap = True