Does Blocking AI Bots Hurt Your SEO or AI Visibility?
Blocking AI training bots doesn't hurt traditional Google SEO. But blocking AI search/retrieval bots does hurt your AI visibility — you can't be cited in answers from a bot you've blocked.
Does Blocking AI Bots Hurt Your SEO or AI Visibility?
By Andrej Ruckij · June 16, 2026
TL;DR: Blocking AI training bots (GPTBot, CCBot) does not hurt your traditional Google SEO. But blocking AI search/retrieval bots (OAI-SearchBot, PerplexityBot) does hurt your AI visibility — you can’t be cited in an AI answer by a crawler you’ve blocked. Block by category, not blanket.
The direct answer
It depends entirely on which bots you block:
- Blocking training bots (
GPTBot,CCBot,ClaudeBot) → no effect on Google SEO. These are separate from Googlebot, which still crawls and ranks you normally. You simply opt out of model training. - Blocking search/retrieval bots (
OAI-SearchBot,PerplexityBot) → hurts AI visibility. If ChatGPT or Perplexity can’t fetch your page, they can’t cite it in answers — and AI answers are an increasingly important traffic and discovery source. - Blocking user-fetch bots (
ChatGPT-User) → actively bad. Those requests represent real visitors; blocking them turns away people mid-decision.
Why people ask this
The worry is that “blocking AI” is a single switch that trades privacy for invisibility. It isn’t — traditional SEO (Google rankings) and AI visibility (citations in AI answers) run on different crawlers, and training is different again. A blanket block conflates all three and needlessly costs you AI visibility. A targeted block costs you nothing on Google and only opts you out of free model training.
How to apply it
The standard low-regret setup: block training, allow retrieval + user-fetch.
User-agent: GPTBot
Disallow: /
User-agent: OAI-SearchBot
Allow: /
Two cautions: this clean split only works where a vendor separates training and search bots (OpenAI and Anthropic do); and check that no CDN-level “block all AI” rule is overriding your intent (robots-txt-vs-waf-ai-bots).
Key takeaways
- Blocking AI training bots: no impact on Google SEO.
- Blocking AI search bots: real loss of AI visibility — you can’t be cited if you’re not crawlable.
- The right move is per-category blocking, never a blanket block.
Related
- should-i-allow-ai-crawlers — the allow-case framing
- seo/ai-visibility — how AI citation works
- which-ai-bots-to-block — the full policy
Sources
- seo/ai-visibility — internal synthesis
- seo/ai-crawler-access — taxonomy and tradeoffs