Shop source for sitemap generation.
Collects catalog page, active category pages, and active product pages from the PhoenixKit Shop module for inclusion in the sitemap.
URL Structure
- Catalog:
/shop(or/et/shopfor non-default language) - Categories:
/shop/category/:slug(or/et/shop/category/:slug) - Products:
/shop/product/:slug(or/et/shop/product/:slug)
Excluded URLs
/cart— user-specific/checkout— user-specific/checkout/complete/:uuid— user-specific
Enabling
This source is enabled when:
- Shop module is enabled (
shop_enabledsetting) - Shop sitemap inclusion is enabled (
sitemap_include_shopsetting, default: true)
Sitemap Properties
- Catalog page: priority 0.8, changefreq "daily", category "Shop"
- Categories: priority 0.7, changefreq "weekly", category "Shop > Categories"
- Products: priority 0.8, changefreq "weekly", category "Shop > Products"