docs(website): JSON-LD structured data + complete OG/Twitter#19
Merged
Conversation
The landing page had good basic meta but no structured data. Add: - JSON-LD: Organization (btravstack, with sameAs GitHub + npm and logo), WebSite, and an ItemList of the three packages (each a SoftwareApplication) — helps Google build the entity, show the site name/logo, and understand the hub → packages relationship. - Round out Open Graph (site_name, locale, image type/width/height/alt) and Twitter (explicit title/description, image alt), plus author/robots/keywords. Verified: build renders all three JSON-LD blocks and the full tag set. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Enhances the VitePress landing page SEO metadata by adding structured data (JSON-LD) and completing Open Graph/Twitter meta tags, improving how the site is represented in search engines and social previews.
Changes:
- Added additional standard meta tags (
author,robots,keywords) to the site head. - Completed Open Graph tags (site name, locale, image dimensions/type/alt) and made Twitter tags explicit (title/description/image alt).
- Added three JSON-LD blocks describing the organization, website, and an ItemList of the three packages.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Rounds out the landing page's SEO — it had solid basic meta but no structured data.
Added
Organization(btravstack, withsameAs→ GitHub + npm and a logo),WebSite, and anItemListof the three packages (each aSoftwareApplication). Helps Google build the entity, display the site name/logo, and understand the hub → packages relationship.og:site_name,og:locale,og:image:type/width/height/alt.twitter:title/twitter:description/twitter:image:alt(were falling back to OG).author,robots,keywords.Verified
vitepress buildrenders all three JSON-LD blocks and the full OG/Twitter set; the ItemList includes all three packages.Completes the cross-site SEO pass (docs OG cards + unthrown parity are separate PRs on each project repo).
🤖 Generated with Claude Code