feat(seo): per-page OG images, apple-touch-icon, theme-color, BreadcrumbList#2
Merged
DzikPasnik merged 1 commit intomainfrom Mar 14, 2026
Merged
feat(seo): per-page OG images, apple-touch-icon, theme-color, BreadcrumbList#2DzikPasnik merged 1 commit intomainfrom
DzikPasnik merged 1 commit intomainfrom
Conversation
…adcrumbList JSON-LD - Split homepage into server page.tsx + client content.tsx so metadata export works - Add Viewport export with theme-color (#09090b) for mobile browser chrome - Add edge-generated apple-icon.tsx for iOS home screen - Add per-page opengraph-image.tsx for docs, faq, and all 3 use-case pages - Add BreadcrumbList JSON-LD structured data to use-case pages (Home > Use Cases > Page)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
page.tsxinto serverpage.tsx+ clientcontent.tsxsometadataexport works (Next.js requires Server Components for metadata)Viewportexport with#09090bfor mobile browser chrome coloringapple-icon.tsxwith shield gradient for iOS home screenopengraph-image.tsxfiles (docs, faq, 3 use-cases) with page-specific titles, subtitles, and feature pillsTest plan
<head>/apple-iconroute returns a valid PNG<meta name="theme-color">is present in page source/docs/opengraph-image,/faq/opengraph-image,/use-cases/*/opengraph-imagenpm run build— all routes should compile cleanly🤖 Generated with Claude Code