Why it matters
robots.txt is the front door policy of your site. A wrong rule quietly locks out entire crawler classes. With AI crawlers now standard, many sites discover they have been excluding GPTBot or ClaudeBot for years without knowing it.
How it relates to GEO
GEO audits robots.txt as a first-line check: AI crawlers must be allowed where content should be visible, and disallowed where it should not (admin areas, duplicates). The file must be scoped per user-agent, not blocked with blanket rules.
Practical implications
Review every user-agent group and its disallow rules. Confirm AI crawler directives explicitly allow the content you want cited. Remember robots.txt is advisory — well-behaved crawlers comply, which is exactly why a bad rule is so quietly damaging.
Examples
A developer “hardens” the site by blocking all user agents except Googlebot. AI engines get an empty site. When the team audits citations and finds none, the robots.txt rule is the culprit. Scoping rules per crawler restores AI access within days.
Related concepts
robots.txt gates web crawlers and LLM crawlers, and typically points to the sitemap.
Frequently asked questions
Should I block AI crawlers? Only if you have a deliberate reason; most brands benefit from AI visibility, and the crawl cost is minimal.
Does robots.txt guarantee compliance? It is advisory by design; well-behaved crawlers follow it, which makes accidental over-blocking effective and dangerous.