I followed these instructions Sitemap | Kirby CMS and managed to ignore certain pages: 'sitemap.ignore' => ['error','txt', 'datenschutzerklaerung', 'preise'],
Unfortunately, this doesn’t automatically apply to subpages, such as those under ‘txt’.
I tried sitemap.ignore' => ['error','txt', 'txt/*', 'privacy-policy', 'prices'] but it doesn’t work. What’s possibly wrong?
Thank you so much. I need ‘txt’, but not ‘txt/’. How can I achieve that? If I set sitemap.ignore' => ['error', 'txt/', 'privacy-policy', 'prices'] than ‘txt’ is also ignored.