Statement
The system shall support a provider-agnostic redirects manifest that defines redirect rules in source control. Redirect execution uses Astro's native routing with middleware status code correction. The manifest format is designed for future provider-specific output generation (e.g., Netlify, Vercel, Cloudflare) without making any provider mandatory.
Rationale
URL changes are inevitable over a site's lifetime. A manifest-driven approach keeps redirect logic portable, auditable, and independent of hosting provider.
Topics
Owner: seo-metadata
Related: operational
Applies To
- Redirects DOC-00083