Closed
[geo-optimizer] Strengthen docs-site LLM discovery signals (/llms.txt + head link)#44599
/llms.txt + head link)#44599Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add robots.txt and llms.txt to docs site to unlock 36 GEO points
[geo-optimizer] Strengthen docs-site LLM discovery signals (Jul 9, 2026
/llms.txt + head link)
Contributor
|
Hey
If you'd like a hand finishing this off, you can assign this prompt to your coding agent:
|
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.
The GEO audit flagged
robots.txtandllms.txtas non-discoverable on the docs site, costing 36 points.robots.txtpermissions were already present; this change focuses on makingllms.txta clear, crawlable docs index and explicitly advertising it in page metadata.Docs indexing payload (
/llms.txt)docs/src/pages/llms.txt.tsfrom prompt-file listing to a canonical docs index for AI crawlers.prerender = trueto ensure static output is emitted reliably in deployment.Head-level discovery hint
docs/src/components/CustomHead.astro:rel="alternate",type="text/plain",title="LLMs.txt",href="/gh-aw/llms.txt"Docs path clarity
docs/README.mdto explicitly document thatllms.txtis served at/gh-aw/llms.txt.