Can ChatGPT, Claude, Perplexity and Gemini actually read your website? Paste your URL and find out in seconds — many brands block AI crawlers without knowing it.
We check your robots.txt — the public rulebook that tells crawlers which parts of your site they're welcome to visit. Some sites also block bots deeper in their security setup, which can't be seen from outside — so a clean result here means your rulebook lets AI in, even if we can't guarantee nothing else is in the way.
yourdomain.com/robots.txt). On WordPress, edit it via your SEO plugin (Yoast/Rank Math → Tools); on Shopify it's a theme template (robots.txt.liquid); on custom sites it's a file in your web root.Disallow line shown in your results above, under the User-agent group that matched. If the block is under User-agent: *, don't delete it blindly — it may be protecting admin paths. Instead, add explicit allow groups for the AI crawlers:User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: /
Deliberately blocking AI training bots is a legitimate choice for some publishers — the point is that it should be a decision, not a leftover default. If visibility in AI answers matters to your brand, the crawlers need to be able to read you.