Bot Traffic · July 5, 2026

Why Does Only 2.6% of AI Bot Traffic Actually Matter to Your Business?

AI bots hit your site in record volumes — but just 2.6% of requests come from real-time fetches that could ever drive a referral click. Here's what the other 97.4% is actually doing.

Something odd happens when you start watching your server logs and see AI crawler traffic growing month on month. It feels like progress — like the AI systems are paying attention to you. But there's a number buried in mid-2026 network data that reframes all of that: 2.6%. That's the share of AI bot requests that are real-time user-action fetches — the only category that can actually put your site in front of a live human right now. The other 97.4%? Mostly bulk training runs that pull your content into a model and rarely send anyone back.

Understanding that split — and knowing which bots sit on which side of it — is the starting point for doing anything useful with AI crawler traffic.

How we measured this

The purpose breakdown comes from CDN network data covering the 28 days to 22 June 2026, which categorises AI bot requests by declared purpose across tens of millions of sites. Crawl-to-referral ratios come from a separate log analysis published in April 2026 that matched outbound referral counts to crawling bot user agents. Background context on the operator-level breakdown comes from a threat research report that analysed 6.5 trillion monthly requests across a major network's infrastructure between mid-April and mid-July 2025.

What is all that traffic actually doing?

AI crawler requests by declared purpose — June 2026
Real-time user-action fetches account for just 2.6% of AI bot traffic — the only category that can actively drive a live referral to your site.

The breakdown doesn't leave much room for optimism. Training crawls — bots systematically downloading your content to feed a model — account for 52.3% of AI bot requests. Mixed-purpose crawlers (training plus some retrieval capability) add another 33.0%. Search indexing, where bots build a queryable index rather than train a model, is 9.3%.

Real-time user-action fetches — the bots triggered because an actual person just asked an AI assistant something, right now, and it needs fresh content to answer — account for 2.6%.

If your site gets 100,000 AI bot requests in a month, roughly 2,600 of them represent a live user interaction. The rest are extraction.

The mix has also been shifting in the wrong direction for site owners. Training crawls as a share of AI bot activity rose from 41.1% to 53.3% in the first half of 2026, while mixed-purpose activity fell from 48.7% to 33%. The likely reason: as sites have pushed back on general crawlers via robots.txt, dedicated training pipelines have kept running, while opportunistic mixed-mode crawling has declined. The net effect is a higher concentration of traffic that offers the least return.

How many pages does each bot consume per referral?

Pages crawled per outbound referral, by AI system
A lower ratio means more traffic returned per page crawled. Traditional search sends one referral per ~5 pages crawled; leading AI training bots are hundreds to thousands of times worse.

The crawl-to-referral ratio is the number of pages a bot visits on your site for every outbound referral click it sends your way. For traditional search, this number is low — the major search engine's crawler sits at roughly 5 pages per referral.

For AI training crawlers, the figures are in a different universe entirely. One prominent AI assistant's training bot comes in at 1,252 pages per referral: it crawls 1,252 of your pages for every single visit it sends back. A second training crawler — one associated with a different AI assistant — sits at 13,528 pages per referral, making it around 2,700× less efficient than traditional search from a return-traffic standpoint.

So why the gap? Training crawlers aren't building a search index with backlinks — they're ingesting raw content so a model can learn from it. When someone later uses the AI assistant those runs feed, the model synthesises an answer from training data; it doesn't fetch a live URL and cite the source page. The referral loop is structurally absent. The bots that do send referrals use entirely different user agent strings — search-mode and user-browsing variants that operate in real-time, not bulk collection mode.

There are really two distinct pipelines running over your site, and only one of them closes the loop back to you.

Who is actually doing the crawling?

The operator breakdown from the Q2 2025 threat research report is stark. Across the 6.5 trillion requests analysed, a single social media company's training bots generated 52% of all AI crawler traffic observed on the network. A second company contributed 23%, a third 20%.

The real-time retrieval side looks almost nothing like the crawl side. One AI assistant's fetch bots accounted for 98% of all real-time AI retrieval requests across the network during the same window, peaking at 39,000 requests per minute. The company responsible for more than half of all training crawl traffic barely registers in the real-time retrieval numbers.

So the bots hoovering your content for model training are largely different companies, different products, and different traffic patterns from the ones that could ever recommend you to a user. Crawl depth, revisit frequency, page targeting, and robots.txt compliance all vary significantly between the two categories.

What does this mean for your site?

Stop treating AI bot traffic as a single number. When someone asks "is AI traffic going up on my site?" the right follow-up is "which kind?" A spike in training crawl volume tells you something different from a spike in real-time retrieval volume. The first means the models are hungry for your content. The second means users are actively getting answers that involve your site — and you should care much more about the second number.

Match your robots.txt strategy to what you actually want. If the goal is to show up in AI search answers and recommendations, blocking the real-time retrieval bots is counterproductive. The bots worth scrutinising are the training crawlers — the ones with crawl-to-referral ratios in the thousands. Over 2.5 million sites had opted in to block AI training crawlers through managed controls as of mid-2025, and 79% of major news publishers now block AI training bots via robots.txt. Whether that's the right call depends on whether you think model training drives any indirect benefit, but the decision should be a conscious one, not a default.

Learn which user agent strings mean what. The distinction between a bulk training crawler and a real-time user-fetch bot usually shows up in the user agent itself. Bots named for the product are typically training or indexing runners. Bots named for the action or user context — variants containing "search", "user", or "browse" — are closer to real-time retrieval. Segmenting your allow and block rules based on that distinction gives you far more precision than a blanket all-or-nothing rule.

Start tracking your own crawl-to-referral ratio. The numbers in this post are network-level averages. Your site will differ depending on content type, domain authority, and niche. Pull your server logs, filter by AI bot user agents, and compare request counts against referral sessions attributed to AI assistants. If a particular bot is crawling thousands of your pages and sending zero referrals, that's a data point worth acting on — and an argument for tightening what it can access.

Sources

  1. A deeper look at AI crawlers: breaking down traffic by purpose and industry
  2. The crawl-to-click gap: data on AI bots, training, and referrals
  3. Fastly Q2 2025 Threat Research: AI Crawlers Make Up Almost 80% of AI Bot Traffic
  4. Fastly Threat Research: Meta Leads AI Crawling, ChatGPT Dominates Real-Time Traffic