ClaudeBot now crawls 11,000 pages for every visit it refers. What the 2026 AI crawler traffic breakdown means for your visibility strategy.
Originally published July 10, 2026
An AI crawler hitting your site is not a reader. It is a data-collection process, and in 2026 the gap between what it takes and what it returns has become the single most important number in AI visibility. Anthropic's ClaudeBot crawled roughly 11,122 pages for every one human visit Anthropic referred back to the web in the week of May 25 to June 1, 2026, per Cloudflare Radar's crawl-to-refer data. OpenAI's GPTBot ran about 857 to 1 over the same window. Google's traditional Googlebot sits near 5 to 1. The crawl is happening at industrial scale; the traffic is not coming back.
That is the reframe this whole article is built on. Most crawler-traffic posts stop at a market-share table and call it analysis. The operator question is different: if these bots ingest your content but almost never send a click, what are you actually optimizing for? The answer is citation, not crawl volume, and that changes where you spend effort. Signals runs an aged Reddit account marketplace plus an editorial network for AI brand mentions across Reddit, Quora, Product Hunt, and Threads, so we watch this shift from the supply side. Below is the current breakdown, the ratios that matter, and what to do about them.
The short version: Googlebot still leads, but Anthropic now crawls almost as aggressively as Google, and OpenAI has fallen to the middle of the pack. In June 2026, Cloudflare Radar put ClaudeBot at the #2 spot with a share jump no crawler had posted before. The table below is a snapshot, not a law of physics, and the volumes swing month to month.
| Crawler | June 2026 share | May 2026 share | Change |
|---|---|---|---|
| Googlebot | 24.9% | 26.7% | -1.8 pp |
| ClaudeBot | 20.0% | 12.1% | +8.0 pp |
| Meta-ExternalAgent | 10.2% | 12.6% | -2.4 pp |
| GPTBot | 9.6% | 10.1% | -0.5 pp |
| Bytespider | 7.3% | 10.1% | -2.8 pp |
| Claude-SearchBot | 3.3% | 2.7% | +0.6 pp |
Source: Cloudflare Radar AI Insights, window covering June 8 to July 6, 2026. Read the direction, not the decimals. Bytespider nearly doubled in May and then gave most of it back in June, which is exactly why a single month is a bad ranking. What holds across every window: Anthropic's two crawlers, ClaudeBot plus Claude-SearchBot, now command more than a fifth of measured AI crawl traffic.
Because Anthropic does not run a consumer search engine, so its crawl has almost no referral pathway attached. This is the number that matters more than share. Cloudflare's crawl-to-refer ratio measures pages crawled per human visitor sent back to the publisher, and the spread between operators is enormous.
ClaudeBot pages crawled per referral, improved from about 13,500-to-1 in April but still the worst of any major operator.
SourceGPTBot pages crawled per referral, down from about 1,252-to-1 earlier in 2026 as SearchGPT sends a few clicks back.
SourceThose figures move with the measurement window. Cloudflare's widely-cited July 2025 reading had Anthropic near 38,000 to 1; by mid-2026 it had improved to the 11,000 range but remained the worst of any major operator. The pattern is stable even as the exact number is not: a training-first crawler like ClaudeBot extracts at massive scale and returns almost nothing, while a hybrid operator like OpenAI returns a little more because SearchGPT links out, and Google returns the most because forfeiting its AI crawl also means forfeiting search visibility, a trade almost no publisher makes.
No, and this quietly breaks a lot of sites. Vercel's analysis of its network found that none of the major AI crawlers execute JavaScript. They fetch JS files, ChatGPT's crawler pulled JS on 11.50% of requests and Claude's on 23.84%, but they do not run them. If your content, your product facts, or your pricing render client-side, the crawler sees an empty shell.
The waste compounds the problem. In Vercel's data, 34.82% of ChatGPT fetches and 34.16% of Claude fetches landed on 404 pages, versus 8.22% for Googlebot. These crawlers work from stale URL lists and do not prune dead links efficiently. The operator implication is concrete: serve server-rendered HTML, keep a clean sitemap, return real 200s for the content you want ingested, and stop assuming the bot will behave like a modern browser. It will not. This is the same reason llms.txt has struggled to matter in practice; the crawlers are cruder than the tooling around them suggests.
Most AI crawl traffic is training ingestion, not live retrieval, and that tells you whether a visit can ever produce a citation you can see. Cloudflare attributed roughly 51.8% of AI crawler requests to training in May 2026, with mixed-purpose training-plus-retrieval adding about 35.7%, and search-only purpose accounting for just 9.3%. By some readings, training-related crawling has approached 80% of all AI bot activity.
That split matters because the two crawler types feed different visibility mechanics. Training crawlers, ClaudeBot and GPTBot in their bulk-ingest mode, load your content into the model's parametric memory, where it may surface months later with no link and no traceable referral. Search crawlers, Claude-SearchBot and OpenAI's SearchGPT fetcher, pull content live to answer a query right now, and those are the visits that can produce a visible citation with a click attached. When you read your logs, separating these two is the difference between "we are being trained on" and "we are being retrieved for answers." The second is the one with commercial upside.
Stop treating AI crawlers as a traffic source and start treating citation as the goal. This is the strategic pivot. All AI chatbots combined, ChatGPT, Gemini, Claude, and Perplexity, sent about 0.29% of search referral traffic in 2026 while Google sent 87.63%. The crawl volume is enormous and the click volume is a rounding error, so optimizing for "more crawls" is optimizing for the wrong axis entirely.
The axis that pays is whether the model names your brand in its answer, and that is driven less by how crawlable you are and more by how often your brand is mentioned across the sources these models trust. Ahrefs' analysis found unlinked brand mentions correlate 0.664 with AI citations versus 0.218 for backlinks, making mentions roughly 3x more predictive of AI visibility. The Princeton and Georgia Tech GEO study (KDD 2024) reached a compatible conclusion from the content side: adding statistics, quotations, and citations lifted a source's visibility in generative answers by up to about 40%, while keyword stuffing did nothing. The crawl gets you ingested. Mentions and citation-friendly structure get you named. If you want the deeper version of this argument, see backlinks versus brand mentions for AI visibility and the pillar on how to get mentioned by ChatGPT.
Filter server logs by user-agent, because analytics tools that rely on JavaScript will never see these bots. Since AI crawlers do not execute JS, Google Analytics and most client-side tools miss them entirely. You need raw server logs or an edge provider's bot analytics. The user-agent strings to grep for:
| Operator | User-agent token | Purpose |
|---|---|---|
| OpenAI (training) | GPTBot | Model training ingestion |
| OpenAI (search) | OAI-SearchBot | SearchGPT live retrieval |
| Anthropic (training) | ClaudeBot | Model training ingestion |
| Anthropic (search) | Claude-SearchBot | Live retrieval for answers |
| Perplexity | PerplexityBot | Live retrieval |
| Google (AI) | Google-Extended | AI training opt-out control |
Pull a 30-day window, count hits per user-agent, and separate training tokens from search tokens using the split above. Watch two things: whether search crawlers are fetching your money pages at all, and your 404 rate for AI user-agents. A high 404 rate means the bots are working from a stale URL list and never reaching your current content. Fix the dead links and resubmit a clean sitemap before you conclude the crawlers are ignoring you.
For most operators trying to build AI visibility, no, and blocking is usually the wrong instinct. If your goal is to be cited in AI answers, blocking the crawler that feeds the model is self-defeating. The publishers with a real case for blocking or charging are large content businesses whose archives have licensing value, which is the market Cloudflare's pay-per-crawl and newer pay-per-answer programs are built to serve. As of its July 2026 Content Independence Day, Cloudflare began tying AI payouts to citations rather than raw crawls, a direct response to the fact that roughly half of AI crawler requests never produce anything the publisher can monetize.
For a startup, a DTC brand, or a B2B SaaS trying to get named by ChatGPT and Claude, the calculus is the opposite: you want in, you want clean HTML served, and you want your brand facts extractable. The block decision has real tradeoffs that deserve their own analysis, but the default for anyone chasing visibility is to let the trusted crawlers through and spend the saved energy on being worth citing.
Anyone whose customers ask AI models for recommendations should care, and the cost is mostly attention, not budget. If you sell software, run an agency, or operate any brand that shows up in "best X for Y" style questions, the crawl-to-refer reality means your growth is increasingly decided inside answers you cannot click-track. Reading your logs costs nothing but time. Serving clean server-rendered HTML is an engineering task, not a line item. The paid layer, if you choose it, is earning mentions across the sources these models actually ingest, which is where editorial placement work lives and what our Blog brand mentions service is built to do. The sequence is always the same: get technically ingestable first, then invest in being mentioned often enough that the model names you.
It is the number of pages an AI crawler fetches from the web for every one human visitor its parent company sends back to publishers. Cloudflare Radar publishes it per operator. A ratio of 11,000 to 1 means the crawler took 11,000 pages for each referral it returned. Lower is better for publishers; Google runs near 5 to 1, Anthropic near 11,000 to 1 in mid-2026.
Very little. Anthropic does not operate a consumer search engine, so ClaudeBot's training crawl has almost no referral pathway. Claude-SearchBot, its live-retrieval crawler, can produce a citation with a click when Claude answers a query using your page, but the training crawler on its own effectively sends nothing.
No. Vercel's network analysis found that none of the major AI crawlers execute JavaScript, though they do fetch JS files. If your content renders client-side, the crawler sees an empty page. Serve server-rendered HTML for anything you want ingested.
Only if your goal is to protect licensable archives or force a paid deal. If you want to be cited in AI answers, blocking the crawler that feeds the model works against you. Most startups and brands should let GPTBot and ClaudeBot through and focus on being worth citing.
ClaudeBot now crawls 11,000 pages for every visit it refers. What the 2026 AI crawler traffic breakdown means for your visibility strategy.
Originally published July 10, 2026
An AI crawler hitting your site is not a reader. It is a data-collection process, and in 2026 the gap between what it takes and what it returns has become the single most important number in AI visibility. Anthropic's ClaudeBot crawled roughly 11,122 pages for every one human visit Anthropic referred back to the web in the week of May 25 to June 1, 2026, per Cloudflare Radar's crawl-to-refer data. OpenAI's GPTBot ran about 857 to 1 over the same window. Google's traditional Googlebot sits near 5 to 1. The crawl is happening at industrial scale; the traffic is not coming back.
That is the reframe this whole article is built on. Most crawler-traffic posts stop at a market-share table and call it analysis. The operator question is different: if these bots ingest your content but almost never send a click, what are you actually optimizing for? The answer is citation, not crawl volume, and that changes where you spend effort. Signals runs an aged Reddit account marketplace plus an editorial network for AI brand mentions across Reddit, Quora, Product Hunt, and Threads, so we watch this shift from the supply side. Below is the current breakdown, the ratios that matter, and what to do about them.
Key takeaways
ClaudeBot became the #2 AI crawler in June 2026 at roughly 20% share, up from about 12% in May, the largest one-month gain Cloudflare Radar has recorded.
Crawl-to-refer ratios are brutal and lopsided: Anthropic near 11,000 to 1, OpenAI near 850 to 1, Google near 5 to 1. Crawling is not a traffic channel.
AI crawlers do not execute JavaScript, and roughly a third of GPTBot and Claude fetches hit 404s, per Vercel. Serve clean HTML or you are invisible to them.
All AI chatbots combined sent about 0.29% of search referral traffic versus Google's 87.6%. Optimize for being cited in the answer, not for crawl-driven clicks.
The short version: Googlebot still leads, but Anthropic now crawls almost as aggressively as Google, and OpenAI has fallen to the middle of the pack. In June 2026, Cloudflare Radar put ClaudeBot at the #2 spot with a share jump no crawler had posted before. The table below is a snapshot, not a law of physics, and the volumes swing month to month.
| Crawler | June 2026 share | May 2026 share | Change |
|---|---|---|---|
| Googlebot | 24.9% | 26.7% | -1.8 pp |
| ClaudeBot | 20.0% | 12.1% | +8.0 pp |
| Meta-ExternalAgent | 10.2% | 12.6% | -2.4 pp |
| GPTBot | 9.6% | 10.1% | -0.5 pp |
| Bytespider | 7.3% | 10.1% | -2.8 pp |
| Claude-SearchBot | 3.3% | 2.7% | +0.6 pp |
Source: Cloudflare Radar AI Insights, window covering June 8 to July 6, 2026. Read the direction, not the decimals. Bytespider nearly doubled in May and then gave most of it back in June, which is exactly why a single month is a bad ranking. What holds across every window: Anthropic's two crawlers, ClaudeBot plus Claude-SearchBot, now command more than a fifth of measured AI crawl traffic.
Because Anthropic does not run a consumer search engine, so its crawl has almost no referral pathway attached. This is the number that matters more than share. Cloudflare's crawl-to-refer ratio measures pages crawled per human visitor sent back to the publisher, and the spread between operators is enormous.
ClaudeBot pages crawled per referral, improved from about 13,500-to-1 in April but still the worst of any major operator.
SourceGPTBot pages crawled per referral, down from about 1,252-to-1 earlier in 2026 as SearchGPT sends a few clicks back.
SourceThose figures move with the measurement window. Cloudflare's widely-cited July 2025 reading had Anthropic near 38,000 to 1; by mid-2026 it had improved to the 11,000 range but remained the worst of any major operator. The pattern is stable even as the exact number is not: a training-first crawler like ClaudeBot extracts at massive scale and returns almost nothing, while a hybrid operator like OpenAI returns a little more because SearchGPT links out, and Google returns the most because forfeiting its AI crawl also means forfeiting search visibility, a trade almost no publisher makes.
No, and this quietly breaks a lot of sites. Vercel's analysis of its network found that none of the major AI crawlers execute JavaScript. They fetch JS files, ChatGPT's crawler pulled JS on 11.50% of requests and Claude's on 23.84%, but they do not run them. If your content, your product facts, or your pricing render client-side, the crawler sees an empty shell.
The waste compounds the problem. In Vercel's data, 34.82% of ChatGPT fetches and 34.16% of Claude fetches landed on 404 pages, versus 8.22% for Googlebot. These crawlers work from stale URL lists and do not prune dead links efficiently. The operator implication is concrete: serve server-rendered HTML, keep a clean sitemap, return real 200s for the content you want ingested, and stop assuming the bot will behave like a modern browser. It will not. This is the same reason llms.txt has struggled to matter in practice; the crawlers are cruder than the tooling around them suggests.
Most AI crawl traffic is training ingestion, not live retrieval, and that tells you whether a visit can ever produce a citation you can see. Cloudflare attributed roughly 51.8% of AI crawler requests to training in May 2026, with mixed-purpose training-plus-retrieval adding about 35.7%, and search-only purpose accounting for just 9.3%. By some readings, training-related crawling has approached 80% of all AI bot activity.
That split matters because the two crawler types feed different visibility mechanics. Training crawlers, ClaudeBot and GPTBot in their bulk-ingest mode, load your content into the model's parametric memory, where it may surface months later with no link and no traceable referral. Search crawlers, Claude-SearchBot and OpenAI's SearchGPT fetcher, pull content live to answer a query right now, and those are the visits that can produce a visible citation with a click attached. When you read your logs, separating these two is the difference between "we are being trained on" and "we are being retrieved for answers." The second is the one with commercial upside.
Stop treating AI crawlers as a traffic source and start treating citation as the goal. This is the strategic pivot. All AI chatbots combined, ChatGPT, Gemini, Claude, and Perplexity, sent about 0.29% of search referral traffic in 2026 while Google sent 87.63%. The crawl volume is enormous and the click volume is a rounding error, so optimizing for "more crawls" is optimizing for the wrong axis entirely.
The axis that pays is whether the model names your brand in its answer, and that is driven less by how crawlable you are and more by how often your brand is mentioned across the sources these models trust. Ahrefs' analysis found unlinked brand mentions correlate 0.664 with AI citations versus 0.218 for backlinks, making mentions roughly 3x more predictive of AI visibility. The Princeton and Georgia Tech GEO study (KDD 2024) reached a compatible conclusion from the content side: adding statistics, quotations, and citations lifted a source's visibility in generative answers by up to about 40%, while keyword stuffing did nothing. The crawl gets you ingested. Mentions and citation-friendly structure get you named. If you want the deeper version of this argument, see backlinks versus brand mentions for AI visibility and the pillar on how to get mentioned by ChatGPT.
Filter server logs by user-agent, because analytics tools that rely on JavaScript will never see these bots. Since AI crawlers do not execute JS, Google Analytics and most client-side tools miss them entirely. You need raw server logs or an edge provider's bot analytics. The user-agent strings to grep for:
| Operator | User-agent token | Purpose |
|---|---|---|
| OpenAI (training) | GPTBot | Model training ingestion |
| OpenAI (search) | OAI-SearchBot | SearchGPT live retrieval |
| Anthropic (training) | ClaudeBot | Model training ingestion |
| Anthropic (search) | Claude-SearchBot | Live retrieval for answers |
| Perplexity | PerplexityBot | Live retrieval |
| Google (AI) | Google-Extended | AI training opt-out control |
Pull a 30-day window, count hits per user-agent, and separate training tokens from search tokens using the split above. Watch two things: whether search crawlers are fetching your money pages at all, and your 404 rate for AI user-agents. A high 404 rate means the bots are working from a stale URL list and never reaching your current content. Fix the dead links and resubmit a clean sitemap before you conclude the crawlers are ignoring you.
The crawl-to-refer numbers cited here come from Cloudflare Radar and Vercel across different windows in late 2024 through mid-2026, and they move constantly. Treat them as a stable pattern (training crawlers take far more than they return) rather than fixed constants. Re-pull your own logs quarterly; do not hard-code last quarter's ratios into this year's strategy.
For most operators trying to build AI visibility, no, and blocking is usually the wrong instinct. If your goal is to be cited in AI answers, blocking the crawler that feeds the model is self-defeating. The publishers with a real case for blocking or charging are large content businesses whose archives have licensing value, which is the market Cloudflare's pay-per-crawl and newer pay-per-answer programs are built to serve. As of its July 2026 Content Independence Day, Cloudflare began tying AI payouts to citations rather than raw crawls, a direct response to the fact that roughly half of AI crawler requests never produce anything the publisher can monetize.
For a startup, a DTC brand, or a B2B SaaS trying to get named by ChatGPT and Claude, the calculus is the opposite: you want in, you want clean HTML served, and you want your brand facts extractable. The block decision has real tradeoffs that deserve their own analysis, but the default for anyone chasing visibility is to let the trusted crawlers through and spend the saved energy on being worth citing.
Anyone whose customers ask AI models for recommendations should care, and the cost is mostly attention, not budget. If you sell software, run an agency, or operate any brand that shows up in "best X for Y" style questions, the crawl-to-refer reality means your growth is increasingly decided inside answers you cannot click-track. Reading your logs costs nothing but time. Serving clean server-rendered HTML is an engineering task, not a line item. The paid layer, if you choose it, is earning mentions across the sources these models actually ingest, which is where editorial placement work lives and what our Blog brand mentions service is built to do. The sequence is always the same: get technically ingestable first, then invest in being mentioned often enough that the model names you.
It is the number of pages an AI crawler fetches from the web for every one human visitor its parent company sends back to publishers. Cloudflare Radar publishes it per operator. A ratio of 11,000 to 1 means the crawler took 11,000 pages for each referral it returned. Lower is better for publishers; Google runs near 5 to 1, Anthropic near 11,000 to 1 in mid-2026.
Very little. Anthropic does not operate a consumer search engine, so ClaudeBot's training crawl has almost no referral pathway. Claude-SearchBot, its live-retrieval crawler, can produce a citation with a click when Claude answers a query using your page, but the training crawler on its own effectively sends nothing.
No. Vercel's network analysis found that none of the major AI crawlers execute JavaScript, though they do fetch JS files. If your content renders client-side, the crawler sees an empty page. Serve server-rendered HTML for anything you want ingested.
Only if your goal is to protect licensable archives or force a paid deal. If you want to be cited in AI answers, blocking the crawler that feeds the model works against you. Most startups and brands should let GPTBot and ClaudeBot through and focus on being worth citing.
The crawl is free and returns almost nothing. Being mentioned across the sources these models trust is what earns citations. Signals places editorial brand mentions across a 20,000+ site network built for exactly this: getting your brand named in the answer, not just ingested by the crawler.
Sources