Improve GEO metadata for existing docs pages#1060
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR expands RocketSim’s SEO/LLM discovery metadata by enriching JSON-LD structured data across key pages, adding llms.txt discovery links, and updating robots/copy to better reflect current positioning.
Changes:
- Adds richer JSON-LD for static pages, feature listings, blog index/posts, and pricing FAQs (SoftwareApplication, WebPage, ItemList, FAQPage, BlogPosting).
- Improves LLM discovery via
<link rel="alternate" ...>entries forllms.txtresources and updatedrobots.txtguidance. - Refreshes default site meta description and expands generated
llms.txtcontent.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/src/pages/pricing.astro | Adds FAQ data into structured data for the pricing page. |
| docs/src/pages/index.astro | Introduces richer structured data (software + page) for the homepage. |
| docs/src/pages/features/[featurePageSlug].astro | Adds canonical URL reuse plus ItemList-style structured data for feature category pages. |
| docs/src/pages/blog/index.astro | Adds Blog landing page structured data including an ItemList of posts. |
| docs/src/pages/blog/[slug].astro | Adds word count and image caption into article SEO/JSON-LD. |
| docs/src/layouts/components/StructuredData.astro | Major expansion of JSON-LD graph generation (SoftwareApplication/WebPage/ItemList/FAQPage improvements). |
| docs/src/layouts/components/SEO.astro | Adds alternate links for llms.txt and llms-full.txt. |
| docs/src/integrations/llms-txt-post-process.ts | Updates generated llms.txt content with richer positioning + canonical doc links. |
| docs/src/config/config.json | Updates fallback meta description copy. |
| docs/src/components/starlight/Head.astro | Adds llms.txt alternate links for Starlight docs pages. |
| docs/public/robots.txt | Adds explicit allow rules and LLM-friendly documentation references. |
💡 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.
Summary
Test plan