This article covers a Bloomreach Experience Manager version 12. There's an updated version available that covers our most recent release.

Reuse relativecontentpath from parent sitemap item

For the hst:relativecontentpath of a sitemapitem, you can reuse the value of the parent item through ${parent}

Thus instead of

+ sitemap
    + news
        - relativecontentpath = 'news'
        + _any_
            -relativecontentpath = 'news/${1}'

you can use

+ sitemap
    + news
        - relativecontentpath = 'news'
        + _any_
            -relativecontentpath = '${parent}/${1}'
Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?