I found the following feature lacking in the current package...:
--> certain of my pages shouldn't be show on the sitemap even though they are in the menu and not protected.
I've implemented this rather basically by having another generic property 'umbracoSitemapHide' on my doc types and adding the necessary excludes in the conditions in the sitemap xslt. (where you exclude based on 'umbracoNaviHide' I also added this new properterty)
Just a suggestion - might be worth including in a future release?
"hide in sitemap"
Hi,
I found the following feature lacking in the current package...:
--> certain of my pages shouldn't be show on the sitemap even though they are in the menu and not protected.
I've implemented this rather basically by having another generic property 'umbracoSitemapHide' on my doc types and adding the necessary excludes in the conditions in the sitemap xslt. (where you exclude based on 'umbracoNaviHide' I also added this new properterty)
Just a suggestion - might be worth including in a future release?
Kind regards,
HFS
is working on a reply...