You are here: Installation > Web.config > Configuration/appSettings > SiteMapCategoryDepth

SiteMapCategoryDepth

This setting indicates the number of listing category tiers to be included in the site map content. By default the value is "1", which means only top level categories are included.

Usage

This setting will need to be changed if you want to modify the depth of the Category hierarchy on the Site Map.

Example

To change the depth of Categories in the SiteMap, you would change the highlighted value below:

<add key="SiteMapCategoryDepth" value="1" />