Enter your domain to see which AI crawlers — ChatGPT, Claude, Perplexity, Gemini — can access your site, and what your robots.txt means for AI search visibility.
The tool fetches your robots.txt and parses every directive that applies to AI crawlers. It checks access status for:
Blocking AI crawlers removes your content from the training data and real-time retrieval pipelines those models use. For most sites, that means zero citations in ChatGPT, Claude, or Perplexity answers — even when your content is the best source on the topic.
Allowing access doesn't guarantee citations, but it's a prerequisite. You can't appear in AI-generated answers if the model was never allowed to read your site.
There are legitimate reasons to block AI crawlers: paywalled content, proprietary data, or sites where AI training use conflicts with licensing. If that's your situation, use targeted Disallow directives per user agent rather than a blanket block — so you can stay visible in some AI systems while opting out of others.
Yes, free and no signup. Enter a domain and the tool reads its robots.txt.
It depends on your goal. Block them to keep content out of AI training and answers. Allow them if you want AI visibility and citation. There is no neutral default.
Add a Disallow rule for its user-agent in robots.txt. The checker shows the current state so you can confirm the change.
Related tools: robots.txt validator and generator and llms.txt generator and validator. Background reading: AEO vs SEO.