All posts
Industry Data

AI Crawler Traffic Grew 305% Last Year — Is Your Site Ready?

GPTBot traffic grew 305% YoY. PerplexityBot grew 157,490%. Here's what these numbers mean for your site's visibility and what to do about it.

Eric NeffMarch 18, 20264 min read
Share:PostShare

The numbers are in

Cloudflare's June 2025 report on web crawler traffic revealed something most website owners aren't prepared for: AI crawler traffic is growing at rates that make traditional search look static.

CrawlerYear-over-Year Growth (May 2024–2025)
GPTBot (OpenAI)+305%
PerplexityBot+157,490%
ClaudeBot (Anthropic)Significant growth (exact % not published)
BingbotStable
GooglebotStable

These aren't projections. These are measured traffic volumes across Cloudflare's network — which handles a significant percentage of all internet traffic.


What this means for your site

Every one of these AI crawlers is visiting websites to build knowledge for AI-powered search and assistants. When someone asks ChatGPT, Perplexity, or Claude a question, the AI's answer is shaped by what these crawlers found on your site.

But here's the problem: none of these AI crawlers execute JavaScript.

If your site is a React, Vue, or Angular single-page application, these rapidly growing crawlers visit your site and see... an empty HTML shell. A <div id="root"></div> with no content. Your 1,000+ words of carefully written copy, your feature descriptions, your pricing — all invisible.


The scale of the problem

The numbers paint a clear picture of the opportunity being missed:

  • AI bot traffic share: 31.5% of web traffic (median) comes from AI bots across monitored sites
  • AI requests per human visit: 46 AI requests for every 100 human visits
  • ChatGPT referral traffic: +52% year-over-year growth
  • Gemini referral traffic: +388% year-over-year growth
  • Gartner projection: 25% of all search will shift to AI engines by end of 2026

This isn't a future trend. It's happening now. And every day your site is invisible to AI crawlers, you're accumulating an AI visibility debt that compounds as these systems grow.


Why JavaScript SPAs are uniquely vulnerable

Googlebot is the only major crawler that executes JavaScript and renders pages. This creates what we call the "split visibility problem":

A site can rank on Google while being 100% invisible to every AI crawler simultaneously. That's exactly what happened to one React SPA we audited — see how PerformanceCoach.ai went from 99% invisible to fully visible.

The site looks fine. Google can see it. Humans can use it. But GPTBot, ClaudeBot, PerplexityBot, and every social bot see nothing. The founders have no idea because their traditional SEO metrics don't reveal the gap.

Which frameworks are affected?

  • React (Create React App, Vite) — fully client-rendered
  • Vue (Vue CLI, Vite) — fully client-rendered
  • Angular — fully client-rendered
  • Svelte (SvelteKit in SPA mode) — client-rendered
  • Any SPA that renders content via JavaScript

Frameworks with server-side rendering (Next.js, Nuxt, SvelteKit SSR) are less affected — but only if SSR is properly configured for all routes.


What you can do right now

1. Check what crawlers actually see

Run a CrawlReady audit on your site. It takes 15 seconds and shows you:

  • The raw HTML that non-JS crawlers receive
  • The rendered HTML after JavaScript execution
  • The exact visibility gap percentage
  • Which AI bots can and can't see your content

2. Don't block AI crawlers

Check your robots.txt. Make sure you're not blocking GPTBot, ClaudeBot, PerplexityBot, or other AI crawlers. Many sites block them by default — which means opting out of the fastest-growing discovery channel.

3. Fix the visibility gap

If your site has a visibility gap, you need to serve rendered HTML to crawlers. Options:

  • Pre-rendering middleware (like CrawlReady) — deploys in minutes, no code changes
  • Server-side rendering migration (Next.js, Nuxt) — major rewrite, weeks to months
  • Static site generation — works for content sites, not for dynamic apps

4. Monitor AI referral traffic

Set up tracking for AI referral sources in your analytics. ChatGPT referrals show up as chatgpt.com, Perplexity as perplexity.ai. These numbers will tell you whether AI visibility improvements are translating to actual traffic.


The window of opportunity

AI search is still early. The companies that establish AI visibility now — through deliberate answer engine optimization (AEO) — will have a compounding advantage as these platforms grow. Every month of invisibility is a month of missed knowledge building — AI systems that could know about your product but don't.

The 305% GPTBot growth isn't slowing down. The question isn't whether AI search will matter for your business. It's whether you'll be visible when it does.


Data sources: Cloudflare Radar (June 2025), Senthor State of AI Bots Q3 2025, Digiday AI Referral Traffic Report (December 2025), Gartner Search Forecast 2026.

Run a free audit and see exactly what Google, ChatGPT, Perplexity, and 20+ crawlers see on your site. Results in 15 seconds.

Run Free Audit
Share:PostShare
#ai-visibility#gptbot#perplexitybot#crawler-traffic#data#aeo