Between Q1 and Q2 2026, AI agent requests to websites jumped from 12.2 billion to 17.7 billion — a 45% increase in three months, according to DataDome’s Q2 2026 AI Traffic Report published July 16. That’s not a gradual trend. That’s a structural shift in who’s reading your website and why.
The agents doing the crawling aren’t just indexing for later. They’re reading your pages right now to decide whether to include your brand in an AI-generated answer someone is looking at this moment. If your site isn’t structured for that kind of reading, you’re losing ground to competitors who are.
Here’s what the traffic data tells us about what these agents actually want to find.
Which Agents Are Crawling — and How Fast They’re Growing
The DataDome report breaks down agent traffic by source, and the numbers reveal a rapidly shifting ecosystem:
- Meta-ExternalAgent: +74% quarter-over-quarter
- Meta-WebIndexer: +163% quarter-over-quarter
- GPTBot (OpenAI): Still the largest single source, but declining as a share of total AI traffic
- ClaudeBot (Anthropic): Steady growth, reading longer documents than most competitors
- PerplexityBot: Highest frequency of revisits — returning to previously cited pages to verify freshness
ChatGPT still controls 80–88% of downstream AI referral traffic to websites, despite no longer being the dominant crawler. That gap matters: GPTBot crawls, but ChatGPT decides what to cite. The two signals aren’t the same thing, and optimizing only for crawlability is not the same as optimizing for citation.
A separate emerging signal: MCP (Model Context Protocol) traffic now accounts for approximately 500,000 requests per day. This is the protocol that allows AI agents to call structured APIs and read machine-readable content directly — bypassing HTML rendering entirely. That number will grow fast as agentic AI workflows become mainstream.
How AI Agents Read Differently Than Googlebot
Googlebot crawls for ranking signals: backlinks, page speed, structured data, E-E-A-T markers. AI agents read for comprehension signals. They’re asking a different question: “Can I extract a clear, confident answer from this page that I can cite without embarrassing myself?”
That distinction drives five concrete differences in what agents prioritize:
- Direct statements over keyword density. “Our platform integrates with 40+ CRM tools” outperforms a page that mentions “integration” 12 times without specificity.
- Named claims with sources. Pages that cite data with attribution (“according to Semrush’s 2026 analysis”) get cited more often than pages that assert facts without sourcing.
- Defined terms. AI agents use pages with explicit definitions to build their response vocabulary. If you define “AI visibility” clearly and authoritatively on your site, you’re more likely to be cited when that term is queried.
- Consistent entity signals. Your company name, founder name, product name, and category label should appear consistently across the page, schema markup, and linked profiles. Inconsistency creates citation hesitation.
- Recency markers. PerplexityBot’s re-crawl pattern is driven by date signals. Pages with visible publish and update dates, plus content that references current year statistics, get re-indexed more frequently — which directly affects whether Perplexity considers your content “fresh enough” to cite.
The llms.txt Problem: High Adoption, Near-Zero Traffic
The llms.txt standard — a plain-text file at your domain root that tells AI agents what’s on your site — has seen adoption rise 8.8x since its introduction. Sounds promising. The problem: 97% of sites with an llms.txt file receive zero measurable AI agent requests to that file, according to ppc.land’s adoption study.
Why? Most implementations are either incomplete (listing pages without descriptions) or redundant (restating what sitemap.xml already covers). Agents that do read llms.txt use it as a navigation shortcut — they want to know which pages answer which kinds of questions, with enough context to skip the ones that won’t help.
A functional llms.txt entry looks like this:
# LLMagnet AI Visibility Plugin
## Docs
- [How to generate llms.txt](https://llmagnet.com/docs/llmstxt): Step-by-step guide for WordPress, Shopify, and custom sites
- [AI citation factors explained](https://llmagnet.com/docs/citation-factors): What ChatGPT, Perplexity, and Google AI Mode look for
## Blog
- [Why 66% of AI SaaS recommendations skip your website](https://llmagnet.com/blog/ghost-citations): Analysis of ghost citation patterns in B2B software
The description after the colon is what agents actually use. Without it, the file is noise.
Robots.txt Directives: You May Be Blocking the Wrong Bots
As AI agent traffic has surged, so has the use of robots.txt to manage it. But most blocking rules were written before these agents existed, and many sites are now inadvertently blocking crawlers they’d want to allow.
The relevant user-agents as of August 2026:
GPTBot— OpenAI / ChatGPTClaude-WebandClaudeBot— AnthropicPerplexityBot— PerplexityGooglebot-Extended— Google’s AI training crawler (separate from standard Googlebot)meta-externalagent— Meta’s AI crawlersCohere-AI— Cohere
If your robots.txt blocks all unknown bots with a catch-all rule, you may be blocking all of these. Audit your file and explicitly allow the crawlers you want — or at minimum, verify that your preferred AI citation sources aren’t being accidentally blocked.
One important nuance: blocking GPTBot prevents ChatGPT from citing your content in real-time browsing contexts. It does not necessarily prevent your content from appearing in responses based on training data. The two mechanisms are distinct.
Schema Markup That Actually Affects AI Citations
Standard SEO schema (Organization, LocalBusiness, Product) is table stakes. Three schema types that specifically affect AI agent comprehension aren’t yet widely deployed:
SpeakableSpecification: Originally designed for voice assistants, this marks sections of your page as suitable for reading aloud. AI agents use it as a signal that the marked content is a clear, self-contained answer — making it a citation candidate. Deployment rate is under 3% across pages that would benefit from it.
FAQPage with structured Q&A pairs: Not the accordion-style FAQ that SEOs use for rich snippets — actual schema-marked question-and-answer pairs where the answer is complete and standalone. Pages with this markup see 23% higher citation rates in Perplexity for informational queries, according to Seer Interactive’s 2026 citation factor study.
ClaimReview: A schema type that marks factual claims as reviewed and verified. AI agents that prioritize accuracy — particularly Claude and Google’s AI Overviews — weight ClaimReview-marked content more heavily when the query involves contested or numerical facts.
MCP-Ready: What Agentic AI Actually Calls
The 500,000 daily MCP requests represent the leading edge of a different kind of AI interaction: not browsing, but querying. When an AI agent uses MCP to interact with your site, it’s not reading HTML — it’s calling an API endpoint that returns structured data in response to a specific question.
For B2B SaaS companies, this means the question isn’t just “can an AI understand my marketing page?” but “can an AI agent call my API to get real-time pricing, availability, or product specifications when a user asks for a vendor comparison?”
Practical steps for MCP readiness:
- Expose a public API endpoint that returns product/service data in structured JSON
- Document it at a standard path (
/mcpor/api/mcp) with a manifest file - Include natural-language descriptions of what each endpoint returns — not just field names
- Return freshness timestamps with every response so agents know when data was last verified
This is early infrastructure. The brands implementing MCP endpoints now are building a discoverability advantage that will compound as agentic AI workflows — shopping agents, vendor research agents, comparison agents — become the default interface for product discovery.
How to Track AI Agent Traffic in Your Analytics
Most site owners don’t know how much of their traffic comes from AI agents because standard analytics tools classify it as bot traffic and filter it out. That’s a measurement gap that hides meaningful signal.
Three ways to surface AI agent activity:
- Server logs, not GA4: AI agents hit your server but often don’t execute JavaScript, so they don’t appear in client-side analytics. Pull your server access logs and filter by user-agent strings (GPTBot, ClaudeBot, PerplexityBot, etc.) to see actual crawl volume and frequency.
- Google Search Console — AI Performance report: Google added a dedicated AI performance block to Search Console in June 2026. It shows impressions, clicks, and CTR from AI Overviews separately from standard search results.
- Referral source tagging: Some AI platforms (Perplexity, ChatGPT Browse) send HTTP referrer headers. Track
perplexity.ai,chat.openai.com, andclaude.aias separate referral sources in GA4 to measure the downstream traffic you’re actually receiving from citations.
The Optimization Priority Stack
Given the 45% growth in agent traffic and the shift toward agentic AI workflows, here’s where to focus effort in the next 90 days:
- Audit robots.txt — verify you’re not blocking AI crawlers you want indexing your content
- Fix or create llms.txt — with actual descriptions, not just URLs
- Add SpeakableSpecification schema to your 3–5 most important pages
- Add publication and last-modified dates visibly on all content pages
- Implement FAQ schema with complete answers on product and comparison pages
- Start tracking AI referral traffic in server logs and GA4
- Assess MCP readiness if you’re a SaaS product — even a basic endpoint puts you ahead of 95% of competitors
The 17.7 billion AI agent requests in Q2 2026 are not traffic you can afford to ignore or accidentally block. These agents are making citation decisions in real time, and the structural signals on your site are what they’re using to make them.
Want to see how your site currently scores against the signals AI agents look for? Run a free AI visibility audit at ai-visibility.llmagnet.com — it checks your llms.txt, schema markup, entity consistency, and robots.txt configuration in under 60 seconds.