-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi @bnomei!
As always your plugin is great, thank you for that 🙏
But I have one "issue".
I created a toggle field in templates, so I can exclude a page (and desirable images/videos too) from the sitemap, and my $feed looks like this:
$feed = site()->index()->published()->filterBy('sitemap', '!=', 'false')->limit(50000)->sitemap($options);
And this works great for pages.
Is there maybe a way to exclude images or videos from the sitemap, with the toggle field added to file templates?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request