Draft
docs: add robots.txt with AI crawler Allow rules#43419
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add robots.txt to docs site for AI crawler indexing
docs: add robots.txt with AI crawler Allow rules
Jul 4, 2026
This comment has been minimized.
This comment has been minimized.
Contributor
🤖 PR Triage — Run §28715668077
Adds robots.txt for AI crawler Allow rules. +2 doc files only. Low urgency SEO/docs change.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
|
Thanks for the automated contribution! There's one significant issue that needs resolving before this can be reviewed:
If you'd like a hand, 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 docs site (
https://github.github.com/gh-aw/) had norobots.txt, causing AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) to default to restricted access — scoring 0/18 on the GEO robots category across all 195 sitemap pages.Changes
docs/public/robots.txt— adds permissive robots file served at/gh-aw/robots.txt:User-agent: *wildcard allows all crawlersAllow: /for 22 named AI and search bots for unambiguous signalingSitemap:directive pointing tohttps://github.github.com/gh-aw/sitemap.xml