Statement
Content shall be able to exclude itself from sitemap outputs.
Rationale
Supports legal/utility pages and intentional exclusions. Implementation: per-page frontmatter flag (e.g. excludeFromSitemap: true) driving the @astrojs/sitemap filter option in astro.config.mjs. Draft pages are excluded from sitemaps by build exclusion (REQ-00062) and do not require an explicit filter.
Topics
Owner: seo-metadata
Related: content-authoring
Applies To
- Content Collections DOC-00005
- SEO and Analytics DOC-00022