Strategy & planning
Should I block AI crawlers in robots.txt?
Separate the two decisions
There are two distinct questions: may your content train future models, and may it be retrieved to answer questions now. Different user agents govern each, and conflating them is the most common mistake.
Retrieval bots such as OAI-SearchBot, ChatGPT-User and Perplexity-User fetch pages to answer a live question and cite the source. Blocking those is blocking referrals, not protecting assets.
A sane default
Allow the retrieval and search agents explicitly, keep private or per-user paths disallowed for everyone, and decide on training crawlers based on whether your content is a licensable asset in its own right.
Whatever you choose, check what is actually deployed. Blocking AI crawlers by accident — through a default rule, a CDN bot-protection setting, or a firewall preset — is far more common than blocking them on purpose.
See where you actually stand
We ask AI engines the questions your buyers ask and show you whether you were named, who was named instead, and which sources they cited. Free.
Related questions
Barely, on current evidence. Around 9–10% of major sites publish an llms.txt, but monitoring of AI crawler traffic shows the file is almost never requested — GPTBot, ClaudeBot, PerplexityBot and Google-Extended overwhelmingly crawl HTML directly. No major AI company has committed to reading it, and Google has said it does not support it.
Mostly no. Google renders JavaScript for its own index, but the crawlers used by ChatGPT, Perplexity, and Claude generally fetch raw HTML and do not execute JavaScript. Content that only exists after client-side rendering is invisible to them, even when it is perfectly visible to a human in a browser.
Usually one of four reasons: your site blocks AI crawlers, your content only renders in JavaScript, nothing independent has been published about you, or your brand name is ambiguous enough that the model cannot resolve which company you are. The first two are technical and fixable in a day.
More on strategy & planning
- How long does it take to improve AI visibility?
- What are the most important factors for AI search visibility?
- Does publishing more content improve AI visibility?
- Can I pay to appear in AI answers?
- How do I optimize for Google AI Mode?
- How do B2B SaaS brands get recommended by AI engines?
- How do local businesses show up in AI search?
Last reviewed 2026-07-30.