Volume 1 · Chapter 2 · Foundations of Machine Discovery

LLM crawlers and user-agents: the bots that read you for AI

Encyclopedia · Updated August 2026 · ~5 min read
LLM crawlers are automated bots run by AI companies — GPTBot and OAI-SearchBot (OpenAI), PerplexityBot (Perplexity), ClaudeBot (Anthropic), and Google-Extended (Google) among them — that visit your site to gather text, either to train a model or to fetch fresh content the moment someone asks a question. If your site blocks them, you're invisible to that engine by default, no matter how good your content is.

Not one bot — several, with different jobs

"AI crawler" isn't a single thing. Most AI companies run at least two kinds of bot, and they serve different purposes:

OpenAI, for example, runs GPTBot for training and OAI-SearchBot / ChatGPT-User for retrieval at answer time — three separate user-agents with three separate robots.txt rules.

The major crawlers by user-agent

User-agentOperatorPurpose
GPTBotOpenAITraining data collection
OAI-SearchBotOpenAIReal-time retrieval for ChatGPT search
ChatGPT-UserOpenAIFetches a page when a user asks ChatGPT to browse it directly
PerplexityBotPerplexityIndexing and retrieval for Perplexity answers
Perplexity-UserPerplexityFetches a page when a user asks Perplexity to browse it directly
ClaudeBotAnthropicTraining data collection
Claude-Web / anthropic-aiAnthropicRetrieval for Claude's web-browsing features
Google-ExtendedGoogleControls use of your content in Gemini and AI Overviews (separate from classic Googlebot)
Applebot-ExtendedAppleControls use of your content in Apple Intelligence features
CCBotCommon CrawlPublic web archive many AI labs train on indirectly

Why this is different from Googlebot

Googlebot crawls to build a ranked index — your page earns a position, and a person decides whether to click. LLM crawlers feed a different output entirely: a synthesized answer with no ranked list. Being crawled by GPTBot doesn't guarantee a citation the way ranking on page one used to guarantee visibility — it's a prerequisite, not a result. A site an AI crawler can't read can never be cited, no matter how strong the content is otherwise.

How to check whether your site allows AI crawlers

Look at your site's robots.txt file, at yoursite.com/robots.txt. A blanket Disallow: / under User-agent: * blocks everything unless a specific user-agent is separately allowed. Here's what an explicit allow looks like:

User-agent: GPTBot Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Google-Extended Allow: /

Many default WordPress and site-builder configurations block everything by default, or were written before these user-agents existed and simply never mention them — which usually means they're allowed by omission, but it's worth confirming explicitly rather than assuming.

Frequently asked questions

What is an LLM crawler?

An LLM crawler is an automated bot operated by an AI company that visits web pages to gather text for training data, real-time retrieval, or both. Examples include GPTBot and OAI-SearchBot (OpenAI), PerplexityBot (Perplexity), ClaudeBot (Anthropic), and Google-Extended (Google's AI features).

How is an LLM crawler different from Googlebot?

Googlebot crawls to build a traditional search index of ranked links. LLM crawlers gather text either to train a model in advance, or to fetch fresh content at answer time so the AI can cite it in a generated response. Some AI companies run separate bots for each purpose.

How do I check if my site blocks AI crawlers?

Check your site's robots.txt file (yoursite.com/robots.txt) for Disallow rules under user-agents like GPTBot, PerplexityBot, ClaudeBot, or Google-Extended. If a bot is disallowed, or if your robots.txt blocks everything by default, that engine likely cannot read your site at all.

Should I block AI crawlers?

If you want AI answer engines to be able to name and cite your business, no — blocking them removes you from consideration entirely. Some publishers block AI crawlers deliberately to protect content from being reused without compensation; that's a legitimate but separate tradeoff, covered in the Legal & Ethics volume of this encyclopedia.

Is your robots.txt actually blocking AI?

Run a free scan across ChatGPT, Perplexity, Gemini and Claude — no credit card.