v0.6.2 — SEO and Progressive Web App
SEO and Progressive Web App
StarMapper now ships full Open Graph metadata, a PWA web manifest, and JSON-LD structured data sitewide. Every page generates a dynamic og:image at /api/og via @vercel/og. The root opengraph-image.tsx handles all pages that don't define their own image, while the repo map page already had its own OG image since 0.5.x. A manifest.ts registers the app name, icons, and theme colors for "Add to Home Screen" on mobile. Structured data (JSON-LD WebSite + SoftwareApplication schemas) is injected in the root layout.
New files
src/app/manifest.tssrc/app/opengraph-image.tsxsrc/app/sitemap.tssrc/app/robots.tssrc/app/icon.svg