Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Site Map

David San Filippo edited this page Sep 11, 2017 · 1 revision
Category Notes
Module Location Feature.Sitemap
Recommended Yes
Default On
Dependencies Requires Cache Cleaner to flush on publish
Ribbon Field Editor for Ribbon Buttons
Pipelines Targeted HttpBeginRequest
Events Targeted None
Site Settings /sitecore/templates/SF/Feature/SiteMap/_SiteSiteMapSettings
Page Settings /sitecore/templates/SF/Feature/SiteMap/_PageSitemapSettings, /sitecore/templates/SF/Feature/SiteMap/_PageVideoSiteMapSettings
Patch Config Feature.Sitemap/Sitemap.config

Another common need for Sites is the implementation of an XML Sitemap that can be indexed by google. Our approach spiders the site dynamically (with caching for performance). We allow for global settings to be set at the site level and allow additional settings to be made at the page level and even support both Video and Image site map data.

At the site level, you specify the root for the indexing as well as default priority and change frequency for all pages.

sm1.png

At the page level you can specify overrides and even hide the page from the sitemap if desired

sm2.png

At the page level you can specify image if you want them to show up using image sitemap syntax in the sitemap. Note that the title will be mapped to tile and description will be mapped to caption.

sm3.png

There are also many fields to support video sitemaps as well. Be sure to enable it by checking "Has Video" and providing the appropriate detail.

sm4.png