Statement
Content collections shall support an optional linkedRoute frontmatter field that associates a metadata-only content entry with a static .astro page route, enabling programmatic discovery of static pages via getCollection() without requiring those pages to use file-based content routing.
Rationale
Static .astro pages (contact, search, article index) need to appear in sitemaps, structured data, and OG image generation without being converted to collection-routed content. linkedRoute bridges this gap.
Topics
Owner: content-authoring
Applies To
- Content Frontmatter Reference DOC-00070
- Content Collections DOC-00005