01High-impact crawlers
Block these and your AI visibility drops significantly.
These crawlers feed the main AI answer engines that most buyers use today: ChatGPT, Google AI, Perplexity, and Copilot. Blocking any of them in robots.txt removes you from the corresponding engine.
- OAI-SearchBot
- Powers ChatGPT's real-time web search feature. When a user asks ChatGPT a question with web search enabled, OAI-SearchBot may fetch pages to support the answer.
- ClaudeBot
- Primary crawler for Anthropic's Claude AI. Crawls pages to build the knowledge base and context Claude uses when grounding answers about websites and brands.
- PerplexityBot
- Perplexity's crawler. Perplexity runs live search at query time (Google + Bing), but also uses its own crawl index for certain content. PerplexityBot contributes to that index.
- Googlebot
- Google's primary web crawler. Powers all Google search and all Google AI surfaces. Blocking Googlebot removes your content from Google Search, Google AI Overviews, Google AI Mode, and Gemini grounding.
- Bingbot
- Microsoft's primary web crawler. Powers Bing Search and is the retrieval backbone for both ChatGPT web search (87% of ChatGPT citations match Bing top-10) and Microsoft Copilot.
OpenAI
Anthropic
Perplexity
Microsoft
02Medium-impact crawlers
Allow these to broaden AI reach — blocking them has measurable effect.
These crawlers contribute to real-time or supplementary AI retrieval. Blocking them reduces AI access in specific contexts but does not remove you from the primary index.
- GPTBot
- Crawls the open web for OpenAI model training data. Blocking it opts your content out of future OpenAI training runs.
- ChatGPT-User
- Used by ChatGPT when it browses the web during a user conversation — the "browse" or "search" capability in the assistant. Fetches specific URLs in real time.
- Claude-Web
- Used by Claude when performing real-time web browsing within conversations. Allows Claude to fetch specific URLs a user references or that Claude decides to look up.
- Amazonbot
- Amazon's crawler for Alexa and Amazon AI features including Rufus, Amazon's AI shopping assistant. Rufus uses web-crawled product and brand content to answer shopping queries.
OpenAI
OpenAI
Anthropic
Amazon
03Low-impact crawlers for current AI answer engines
Training data and emerging surfaces — allow unless you have a specific reason not to.
These crawlers primarily feed AI training datasets or emerging AI surfaces not yet measured by Lokrix AI. Blocking them has minimal near-term effect on your ChatGPT / Google / Perplexity / Gemini scores, but may affect future model generations.
- Google-Extended
- An opt-out user-agent for Google AI training and Bard/Gemini improvement data. IMPORTANT: blocking Google-Extended does NOT block Googlebot, AI Overviews, or Gemini grounding — it only opts out of AI training datasets.
- Applebot-Extended
- Apple's extended crawler for Apple Intelligence and Siri. Similar to Google-Extended in structure — an opt-out signal for Apple AI training data, separate from the main Applebot (which powers Spotlight and Siri web results).
- CCBot
- Common Crawl's crawler. Common Crawl is a nonprofit that provides open web crawl data widely used in AI model training (GPT-3/4, Llama, Mistral, and many others were trained on CC datasets).
- Bytespider
- ByteDance's crawler, used for TikTok AI features and ByteDance AI products. Primarily relevant for brands targeting TikTok-native AI search and recommendation features.
- Meta-ExternalAgent
- Meta's crawler for Meta AI features across Facebook, Instagram, and WhatsApp, and for Llama model training data collection.
Apple
Common Crawl
ByteDance (TikTok)
Meta
04Quick reference
All 14 crawlers at a glance.
- GPTBot
- OpenAI
- ChatGPT (training data)
- Medium impact
- OAI-SearchBot
- OpenAI
- ChatGPT (web search)
- High impact
- ChatGPT-User
- OpenAI
- ChatGPT (browsing)
- Medium impact
- ClaudeBot
- Anthropic
- Claude AI
- High impact
- Claude-Web
- Anthropic
- Claude AI (web access)
- Medium impact
- PerplexityBot
- Perplexity
- Perplexity AI
- High impact
- Google-Extended
- Google AI (training data only)
- Low impact
- Googlebot
- Google AI OverviewsGoogle AI ModeGeminiGoogle Search
- High impact
- Bingbot
- Microsoft
- ChatGPT (via Bing)Microsoft CopilotBing Search
- High impact
- Amazonbot
- Amazon
- AlexaAmazon Rufus (Amazon AI shopping)
- Medium impact
- Applebot-Extended
- Apple
- Apple IntelligenceSiri
- Low impact
- CCBot
- Common Crawl
- Open-source LLMs (via training data)Various AI models
- Low impact
- Bytespider
- ByteDance (TikTok)
- TikTok AI featuresByteDance AI products
- Low impact
- Meta-ExternalAgent
- Meta
- Meta AI (Facebook, Instagram, WhatsApp)Llama (training data)
- Low impact
05Engine grounding cross-reference
How crawlers map to retrieval indexes and answer engines.
The same content can be indexed by multiple crawlers — but only the ones matching an engine's retrieval index affect that engine's answers. Source: Answer-engine citation-source analyses (2024–2026), summarised in CLAUDE.md §4.
- ChatGPT
- Bing
- Bing top-10 rank + freshness(87% citation index match)
- Google AI Overviews
- Google top-20; separate from AI Mode(54% citation index match)
- Google AI Mode
- Shares a cited URL with AIO only ~14% of the time
- Perplexity
- Google + Bing (live)
- Over-weights Reddit (~47% of top citations) + freshness(47% citation index match)
- Gemini
- Google Search grounding; schema-sensitive
- Grok (xAI)
- X + live web
- Grounds on X posts + live web; freshness-weighted (beta — live via a web-search fallback; draws not yet counted in headline scores)
- Claude
- Parametric + ClaudeBot
- Factual density and entity clarity are the primary levers; parametric knowledge with shallow ClaudeBot live search
Source: Answer-engine citation-source analyses (2024–2026), summarised in CLAUDE.md §4.
06robots.txt template
Allow all high-impact AI crawlers with one block.
The minimal robots.txt configuration to ensure all high-impact AI crawlers can access your site. Adjust the Sitemap URL to match your domain.
# Allow all crawlers (default open)
User-agent: *
Allow: /
# Explicitly allow high-impact AI crawlers
# (redundant if User-agent: * is already open, but explicit for clarity)
User-agent: GPTBot
Allow: /
User-agent: OAI-SearchBot
Allow: /
User-agent: ChatGPT-User
Allow: /
User-agent: ClaudeBot
Allow: /
User-agent: Claude-Web
Allow: /
User-agent: PerplexityBot
Allow: /
User-agent: Googlebot
Allow: /
# Google-Extended: controls AI training data, NOT AI Overviews/Gemini
# Allow to permit Google AI training; Disallow to opt out
User-agent: Google-Extended
Allow: /
User-agent: Bingbot
Allow: /
# Sitemap — helps all crawlers discover your pages
Sitemap: https://yourdomain.com/sitemap.xmlAdjust Sitemap URL. Add specific Disallow rules only for pages you explicitly want excluded (login pages, admin areas, etc.).
Crawlers allowed. Now measure your AI visibility.
Lokrix AI measures your presence probability across ChatGPT, Google AI Overviews, AI Mode, Perplexity, Gemini, Grok (beta), and Claude — with a 95% CI on every score.
Start free · no credit card