Content workflow: Runpnpm new "AI governance checklist"to scaffold a new MDX file with frontmatter, author attribution, and manifest defaults.
Feeds & discovery: Share/feed.xmlfor RSS, /manifest/why-mikepress.json for AI ingestion, and /context.txt for platform policy alignment.
Structured data: TheJsonLdhelper composes BreadcrumbList, Article, and WebPage schema per route so search engines and AI crawlers inherit canonical metadata.
Deployment: Static hosting is first-class. `next export` ships the UI, while the generated artefacts in `public/` ensure manifests, feeds, and metrics keep working without server-side rendering.