What the AI Crawler Access Checker does
This tool reads your website's robots.txt file and shows, one crawler at a time, whether the major AI bots are allowed or blocked from accessing your site. It covers the crawlers that matter most in 2026, from OpenAI's GPTBot and OAI-SearchBot to Anthropic's ClaudeBot, PerplexityBot, Google-Extended, CCBot, Bytespider and more, and gives you copy-paste robots.txt rules to change any of it.
Why AI crawler access matters
Search is moving into AI answers. When someone asks ChatGPT, Perplexity or Google's AI Overviews a question, those systems can only mention pages their crawlers were allowed to read. If your robots.txt blocks them, even by accident, you disappear from AI answers exactly as the web shifts toward them. This checker makes that access visible so you are not invisible by mistake.
Two different decisions
- AI search / answer crawlers (OAI-SearchBot, PerplexityBot, ChatGPT-User, Claude-User): allowing these lets AI engines find and cite you. Block them and you lose AI-search visibility.
- AI training crawlers (GPTBot, ClaudeBot, Google-Extended, Applebot-Extended, CCBot, Bytespider): these gather data to train AI models. Blocking them is a content-rights choice and does not affect whether you appear in AI search results.
How to use it
- Enter your domain (for example
example.com) and press Check access. - Read the verdicts, grouped by AI answer engines, search engines and training crawlers.
- View your robots.txt inline to see the exact rules in force.
- Copy a fix. Use the "make sure AI search engines can find you" block, or the "block AI training but keep search" block, and paste it into your
robots.txt.
Good to know
- A "Blocked" verdict means the crawler is disallowed from your site root by a
Disallow: /rule that applies to it. - No
robots.txtat all means every crawler is allowed by default, that is normal, not a problem. - robots.txt is a public file and a request, not a lock: well-behaved crawlers honour it, but it is not a security control.
- Once crawlers can reach you, help them understand your site with an llms.txt file.