feat(docs): update llms.txt to GEO-compliant spec with full docs site index#49177
Conversation
…e overview - Add `export const prerender = true` to ensure static generation at build time - Add project overview section (description, install, source link) - Add structured sections for Getting Started, AI Engines, Guides, Design Patterns, and Reference with links to key docs pages per the llms.txt spec - Retain Agent Prompt Files section with raw GitHub instruction file links - robots.txt in docs/public/ already has comprehensive AI bot Allow rules; no changes needed Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Warning threat detection engine error DetailsThe threat detection engine failed to produce results. Review the workflow run logs for details. Great work on the GEO audit improvement! 🌍 This PR updates the What looks good:
Note: The PR is currently in draft state. Once you're ready to mark it ready for review, this looks solid and should score much better in the next GEO audit run.
|
PR TriageCategory: docs - Risk: low - Score: 38/100
Recommended action: batch_review (batch: spec-docs-20260730) Single-file llms.txt.ts docs update, +60/-3. Marked draft; CI still pending. Low risk, straightforward docs change - group with other spec/docs PRs opened same day (#49174, #49171) for a combined review pass. Undraft when ready and confirm CI passes before merge.
|
GEO audit scored
llmscategory 0/25 across all 20 sampled docs pages. The existingllms.txt.tsonly listed raw agent prompt files — not a spec-compliant site index — and lackedprerender = true, risking omission from static builds.Changes
docs/src/pages/llms.txt.tsexport const prerender = trueto guarantee static generation at build time (consistent withllms-full.txt.ts)docs/public/robots.txt— already containsAllow: /for 18+ AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.); no changes required