fix(web): let AI search bots crawl the site - #80
Merged
Merged
Conversation
OAI-SearchBot, ChatGPT-User, Claude-SearchBot, Claude-User, PerplexityBot and Perplexity-User fetch pages to cite them in answers. Blocking them alongside the training crawlers kept the site out of ChatGPT, Claude and Perplexity results. They now fall into the open * group; the training crawlers stay blocked except for llms.txt and the docs markdown. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CTg9MF9vuf9d8kpg4bUoAq
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 site did not show up in ChatGPT, Claude or Perplexity answers because
robots.txtand the Cloudflare WAF blocked the search and assistant bots along with the training crawlers.This PR moves
OAI-SearchBot,ChatGPT-User,Claude-SearchBot,Claude-User,PerplexityBotandPerplexity-Userinto the open*group.GPTBot,ClaudeBot,meta-externalagent,BytespiderandCCBotstay blocked, except for/llms.txtand/docs/*.md.You must also remove the six search bots from the Cloudflare WAF rule by hand.
robots.txtis advisory only, so until you change the rule, those bots still get a 403.🤖 Generated with Claude Code
https://claude.ai/code/session_01CTg9MF9vuf9d8kpg4bUoAq