GEO Improvement: Add llms.txt to docs site
Source audit: GEO Audit Report — 2026-07-12
Audit date: 2026-07-12
Run: §29200475574
Finding
llms_txt check scored 0/18 on the docs site (github.github.com/gh-aw/): found: false. No /llms.txt file exists at that origin.
Why this matters
llms.txt is one of the two highest-weight signals in the GEO scoring model (18 points max). Its absence is the single largest source of missing points on the docs site, contributing to the site's low 44/100 Foundation score. Adding it provides a structured, AI-readable index of documentation pages that LLM crawlers (GPTBot, ClaudeBot, PerplexityBot) use to discover and cite content.
Suggested fix
- Generate the file using the
geo CLI:
geo llms --base-url https://github.github.com/gh-aw
- Review the generated
/llms.txt — ensure it has: an # H1 title, a description blockquote, relevant section headings, and links to key docs pages.
- Optionally generate
/llms-full.txt as a companion file for full content:
geo llms --base-url https://github.github.com/gh-aw --full
- Deploy both files to the docs site root so they are accessible at
https://github.github.com/gh-aw/llms.txt and https://github.github.com/gh-aw/llms-full.txt.
- Re-run the GEO audit to verify the score improvement.
Generated by 🌍 GEO Optimizer Daily Audit · 27.3 AIC · ⌖ 11.5 AIC · ⊞ 5K · ◷
GEO Improvement: Add llms.txt to docs site
Source audit: GEO Audit Report — 2026-07-12
Audit date: 2026-07-12
Run: §29200475574
Finding
Why this matters
llms.txtis one of the two highest-weight signals in the GEO scoring model (18 points max). Its absence is the single largest source of missing points on the docs site, contributing to the site's low 44/100 Foundation score. Adding it provides a structured, AI-readable index of documentation pages that LLM crawlers (GPTBot, ClaudeBot, PerplexityBot) use to discover and cite content.Suggested fix
geoCLI:/llms.txt— ensure it has: an# H1title, a description blockquote, relevant section headings, and links to key docs pages./llms-full.txtas a companion file for full content:https://github.github.com/gh-aw/llms.txtandhttps://github.github.com/gh-aw/llms-full.txt.