dev / workflow Reel 001
Page optimization bundle
A page optimization bundle is a build-time contract that keeps every published page discoverable, machine-readable, and consistent across languages. It derives canonical URLs, metadata, structured data, feeds, and crawler files from the same source instead of asking each page to maintain duplicate SEO state.
Why bundle the page signals?
Bundling the page signals reduces drift. The title, description, canonical URL, language alternates, and JSON-LD all describe the same document, so a crawler can index the HTML without executing JavaScript or guessing which URL is authoritative.
What should be generated?
The minimum useful bundle generates one canonical tag, language alternates, Open Graph metadata, Twitter metadata, Article or TechArticle JSON-LD, sitemap entries, RSS entries, robots.txt rules, and a small llms.txt index for published pages.