omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap
59 stars 10 forks source link

[Feature Request] Optionally Include Images of Excluded Pages #11

Closed luxlogica closed 5 years ago

luxlogica commented 5 years ago

On one-pagers, often we don't want the page's sub-pages to show in the sitemap - as these are only 'sections' on the main page - but we DO want to incude the images of these sub-pages.

Example: "Home Page" is a one-pager, with sub-pages for 'About Us' (with images for the team), 'Case Studies' (with images), and a 'Portfolio' section (with lots of images). Although we don't want to list those as 'pages' in the sitemap, we do want their images to show up in the map as 'being under' the Home Page.

omz13 commented 5 years ago

You can do this already: use excludeChildrenWhenTemplateIs - this excludes the children's content from being included in the sitemap, but it does include their images under their "parent".

The name is a bit confusing... TODO: clarify in the docs.