ShipworkSite inspection
Checks

Crawlability

PaginationAre paginated pages set up right?Internal searchIs site search eating crawl budget?URL parametersAre parameters creating duplicates?Log analyserWhat does Googlebot actually crawl?Robots builderNeed a robots.txt file?Soft 404sAre pages “not found” but returning 200?JavaScriptCan crawlers see it without running JS?FreshnessIs my site quietly going stale?Robots.txtDoes robots.txt say what I think?

Indexing

Sitemap lastmodAre my sitemap dates valid?SitemapIs my sitemap actually fetchable?IndexingIs Google allowed to index my pages?CanonicalsIs Google indexing the wrong URL?Index signalsDo sitemap and index signals agree?Sitemap generatorNeed a sitemap.xml for my site?Bulk URL statusWhere does each of these URLs really land?Redirect builderNeed the redirect rules?RedirectsAre my URLs answering directly, over HTTPS?

On-page

Keyword ideasWhat are people searching for?SERP previewHow does my page look in Google?Content qualityAre your pages too thin or too alike?Image weightAre images slowing the page?CannibalizationAre pages competing with each other?On-page checkDoes the page use its target phrase?ImagesAre my images accessible and loading?Meta tag builderWhat should my title and share tags say?DuplicatesDo my pages compete for one query?

Links

Orphan pagesWhich pages can no link reach?Link graphHow deep do your pages sit?Anchor textDo links say what they point at?Outbound linksAre external links still alive?Broken linksAre internal links sending visitors nowhere?

Structured data

Rich resultsIs my markup eligible for a rich result?Structured dataIs my product schema valid?Schema coverageDo my key pages carry structured data?Social previewHow does my page look when shared?Schema vs pageDoes markup match the page price?Schema builderNeed valid JSON-LD?

International

Hreflang sitemapDo page and sitemap hreflang agree?HreflangDo my language versions link back?Hreflang builderNeed the hreflang tags?Redirect planMy site has dead links — what redirects do I write?Sitemap diffIs anything missing from my sitemap?Robots simulatorWhat does my robots.txt actually block?Can Googlebot?Can Googlebot fetch this URL?
Every error, explainedGuides
Pricing Learn Error guides Run free audit
Sign in

Sign in free and get one more free check this month. Your account keeps your reports, watches and connections on any device.

Sign in with GoogleOpens your account, or creates a free one Sign in with work emailWe email you a 6-digit code PricingPlans and credit packs for the paid jobs

AI crawler user agents: a practical list for robots.txt

“AI bot” is not one crawler. Providers separate model-training crawlers, search-index crawlers and fetchers that open a page after a person asks a question. This reference lists the major public robots.txt tokens, explains what a block means, and gives copyable rules. Tokens and products change; confirm a provider’s current documentation before treating this as a permanent registry.

Published

The main AI crawler tokens

Use the value in the User-agent: line, not an assumed browser string. User-agent strings in server logs often include a browser-like prefix and can change; several provider controls are robots.txt tokens rather than distinct HTTP user agents.

TokenOperator and rolePractical distinction
GPTBotOpenAI; automated crawling for content that may be used to train foundation models.A GPTBot block is a training-use preference. OpenAI documents it separately from search.
OAI-SearchBotOpenAI; discovers and surfaces pages in ChatGPT Search.Blocking it opts pages out of ChatGPT Search results. It is an independent control from GPTBot.
ChatGPT-UserOpenAI; fetches a page in response to a user action in ChatGPT or a custom GPT.Not an automatic search crawler. OpenAI says robots.txt may not apply to these user-triggered requests.
ClaudeBotAnthropic; gathers content that could contribute to model training.Separate from Anthropic’s search and user-directed agents.
Claude-SearchBotAnthropic; helps improve relevance and accuracy of Claude search responses.Blocking affects search visibility; it is not the training token.
Claude-UserAnthropic; retrieves pages in response to user-directed requests.Separate control for on-demand retrieval.
Google-ExtendedGoogle; a robots.txt control token for certain Gemini model training and grounding uses.It is not a separate HTTP crawler user-agent string. Google says it does not affect Google Search inclusion or ranking.
Applebot / Applebot-ExtendedApplebot supports Apple search experiences; Applebot-Extended is the robots.txt control for use of crawled content to train generative foundation models.Apple documents these as separate controls; allowing the former does not require allowing the latter.
PerplexityBotPerplexity; its published crawler documentation identifies it as a crawler used to discover and index web content for search.Perplexity also documents a separate user-triggered fetch agent. Check its current bot page for the exact current names and policy.
CCBotCommon Crawl; collects web crawl data for its open corpus, which is used by researchers and other downstream users.Blocking CCBot controls Common Crawl’s own collection, not every dataset or model that may already have used prior crawls.

These roles are based on provider descriptions, not guarantees about every downstream use. See the official references: OpenAI crawler overview, Anthropic crawler controls, Google-Extended, Applebot, and Common Crawl’s CCBot page. Perplexity publishes its current user-agent guidance at Perplexity bots.

Copyable robots.txt examples

To block a training token while permitting the provider’s documented search crawler, give each token its own group. Replace the example paths and decisions with your policy:

User-agent: GPTBot
Disallow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Claude-SearchBot
Allow: /

User-agent: Claude-User
Allow: /

To make an explicit allow for all paths, use Allow: / in that named group. To disallow a provider from the whole site, use Disallow: /. For page-level exclusions, use a path rule such as Disallow: /private/. Rules apply to the host and protocol serving that robots.txt file; check every subdomain separately.

Google-Extended is a token rather than a distinct request user agent, so its control looks like this:

User-agent: Google-Extended
Disallow: /

Do not copy all example groups blindly. Decide independently for each provider and purpose. A broad User-agent: * group is not a universal override for a more specific named group. The robots.txt for AI crawlers guide explains group matching and Shopify-specific editing.

What a rule does and does not control

Robots.txt is a public crawl instruction, not access control. It does not protect private data, authenticate a request, or force every bot to comply. Use authentication or server/CDN controls for confidential material. Conversely, a clean robots.txt does not prove a bot can fetch a page: a firewall, challenge, rate limit, or origin error can still prevent access.

Also distinguish crawling from use after a crawl. A robots.txt block is a provider-specific signal about access or use described by that provider; it cannot recall material already collected, control other companies’ datasets, or guarantee how an answer will be generated. OpenAI, for example, documents the search and training controls separately, while user-triggered fetches have their own caveat.

Keep the list current

  1. Check the provider’s own bot page for its current token, purpose, and policy; avoid trusting a copied third-party list.
  2. Inspect the live robots.txt for each hostname, then inspect CDN and server rules if provider requests still fail.
  3. Revisit the policy when a provider adds a new token or changes product behavior. Do not infer a bot’s purpose from its name alone.
  4. Keep an owner and review date with the policy internally. User-agent inventories are a moving reference, not a one-time setup.

For the store-specific rules and decision points, read robots.txt for AI crawlers on Shopify and GPTBot vs ChatGPT-User.

Find out if this is happening to you

Shipwork fetches your public robots.txt and evaluates the named AI crawler groups it supports. Free, no account, no signup. Paste your store address.

Check my crawler rules

Questions

What is the ChatGPT crawler user agent?
There is more than one relevant OpenAI token. GPTBot is for automated crawling that may be used for training; OAI-SearchBot is for ChatGPT Search; ChatGPT-User is used for certain user-triggered page fetches. Use the token matching the purpose you want to control.
Does Google-Extended appear in my server logs?
It is a robots.txt control token, not a separate HTTP request user-agent string. Google uses existing Google user agents for crawling.
Does blocking GPTBot block ChatGPT Search?
OpenAI documents GPTBot and OAI-SearchBot as independent controls. A GPTBot block alone does not opt out of ChatGPT Search; blocking OAI-SearchBot does.
Does robots.txt stop all AI use of my pages?
No. It is a crawl directive interpreted by compliant bots and does not secure private content or control prior collection, third-party datasets, or every downstream use.

Keep reading