Skip to content

v0.6.2 — SEO and Progressive Web App

Choose a tag to compare

@FlorianBruniaux FlorianBruniaux released this 09 Jun 07:13

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.ts
  • src/app/opengraph-image.tsx
  • src/app/sitemap.ts
  • src/app/robots.ts
  • src/app/icon.svg