Can AI actually read your site?

More people now start with an AI answer instead of a list of links. This checks, in a couple of seconds, whether ChatGPT, Perplexity and Google's AI can reach your pages, read them, and cite you. Free, no signup.

46%
of the sites I checked that block OpenAI's training crawler also block the crawler that feeds ChatGPT's citations, so they quietly disappeared from AI answers while only meaning to opt out of training. I crawled 2,778 sites to measure it. Most people have no idea which of the two they blocked. Full numbers per crawler, with the raw data.

The three things that decide it

1. Can the AI crawlers get in. AI answers come from crawlers like OpenAI's OAI-SearchBot and PerplexityBot. If your robots.txt blocks those, you are invisible to those answers. The confusing part is that blocking the training crawler (GPTBot) is a separate, reasonable choice that does not cost you citations. People block the wrong one all the time.

2. Is the page actually readable. If your site renders its content in the browser with JavaScript and ships an almost-empty page to start, most AI crawlers see nothing. Server-side or static rendering fixes it.

3. llms.txt is optional. It is a new convention some sites add to guide AI tools. Nice to have, not required to be cited today. The checker tells you if you have one, and there is a generator and validator if you want to add one or check yours.

Common questions

How do I know if AI can read my website? Paste your address into the checker above. It looks at whether the AI search crawlers are allowed by your robots.txt, and whether your homepage sends real text instead of an almost-empty page that fills in later with JavaScript.

Why is my site not showing in ChatGPT? Usually one of two reasons. Either your robots.txt blocks OAI-SearchBot, the crawler that indexes pages for ChatGPT Search, or your pages render in the browser and send an almost-empty page first, so the crawler sees nothing. Here is the full guide on showing up in ChatGPT.

Does blocking GPTBot stop ChatGPT from citing my site? No. GPTBot is the training crawler. ChatGPT Search uses a different one called OAI-SearchBot. You can block GPTBot to stay out of training and still get cited, as long as OAI-SearchBot is allowed.

Do I need an llms.txt file to be cited by AI? No. It is optional and new. Being crawlable and readable matters far more. If you want one anyway, there is a generator on this site.

Other free tools here

Guides