Ana içeriğe atla

What Is Crawl Budget? How Search and AI Bots Ration Your Site

Crawl budget is the number of URLs a crawler is willing and able to fetch from your site within a given period. Google formally describes it as the product of two factors: crawl capacity (how hard the bot can hit your server without degrading it) and crawl demand (how much the crawler wants your URLs, driven by popularity and staleness). The concept now extends beyond Googlebot to the growing fleet of AI crawlers competing for the same server resources.

Why does crawl budget matter more with AI bots in the mix?

A site that once served one major crawler now serves a dozen. GPTBot, ClaudeBot, PerplexityBot, Amazonbot, Bytespider, and Meta-ExternalAgent each run independent schedules, and infrastructure providers have measured AI crawlers generating fetch volumes within an order of magnitude of Googlebot's on large networks. For most sites this is background noise; for programmatic sites with hundreds of thousands of URLs, it means real bandwidth cost and a real risk that the URLs you care about get crawled less often because bots are burning requests on faceted duplicates and parameter variants.

How do you make budget go further?

The levers are the same ones described in Google's crawl budget documentation, and they benefit every well-behaved bot at once:

  • Return fast responses — crawl capacity scales with server speed, so cutting TTFB directly raises fetch rates
  • Serve 304 Not Modified for unchanged pages so bots spend requests on fresh content
  • Eliminate crawl traps: infinite calendars, session parameters, and faceted-navigation explosions
  • Keep sitemap lastmod values honest so demand concentrates on recently changed URLs
  • Return 404 or 410 quickly for dead URLs instead of soft-404 pages that keep getting re-fetched

How should programmatic GEO sites prioritize?

A thousand-page glossary or comparison hub built for AI visibility lives or dies on whether answer-engine crawlers actually reach deep pages. Segment sitemaps by collection so you can see per-section crawl coverage, internally link every page from a hub (orphan pages get minimal demand), and watch server logs to confirm AI bots reach beyond the first navigation layer. If GPTBot fetches your homepage daily but never touches page 400, the bottleneck is link architecture and budget — not content quality.

Frequently asked questions

At what size does crawl budget start to matter?
Google's guidance says crawl budget is a concern for sites with over one million unique pages, or over roughly ten thousand pages that change daily. Below that, crawl capacity almost never limits indexing — content quality does.
Do AI crawlers have their own crawl budgets?
Effectively yes, though none publish the mechanics. Log analyses consistently show GPTBot, ClaudeBot, and PerplexityBot concentrating fetches on frequently linked, fast-responding pages, and backing off hosts that return errors or slow responses — the same demand-and-capacity logic Google documents.

Keep exploring

See how AI engines talk about your brand — track mentions across ChatGPT, Perplexity, Claude, Gemini and 5 more. Start with Menra