What crawl budget actually is

Google defines crawl budget as “the set of URLs that Googlebot can and wants to crawl,” governed by two levers in its Large Site Owner’s Guide to Managing Crawl Budget. The first is the crawl capacity limit — the maximum simultaneous connections Googlebot will open and the delay between fetches, tuned so it doesn’t overload your origin. The second is crawl demand, Google’s appetite for your URLs based on perceived inventory, popularity, and content staleness.

The practical takeaway is that crawl budget is not a fixed daily quota you “spend.” It is a negotiated equilibrium: a faster, healthier server raises the ceiling, and more valuable, fresher content raises demand. Google states the only durable ways to increase it are to “increase your serving capacity” and, more importantly, “increase the value of the content on your site.”

Who it actually matters for

This is where most coverage overreaches. Google is explicit that crawl budget is a concern for a narrow band of sites: those with 1M+ unique pages updating moderately often, 10k+ pages with daily-changing content, or any site showing a large share of URLs stuck as “Discovered – currently not indexed” in Search Console. The documentation opens with a blunt disclaimer: “If your site doesn’t have a large number of pages that change rapidly, or if your pages seem to be crawled the same day they are published, you don’t need to read this guide.”

For most small and mid-size sites, an accurate sitemap and periodic index-coverage checks are sufficient. Spending engineering hours chasing crawl budget on a 400-page brochure site is misallocated effort.

The real crawl-budget killers

The waste, when it exists, is structural. The recurring offenders are faceted navigation and URL parameters that multiply near-duplicate combinations (Google’s faceted navigation guidance covers this directly), infinite spaces like unbounded calendars or filter chains, soft 404s that return 200 for missing content, duplicate and thin pages, long redirect chains, and slow server responses that throttle the capacity limit. One practitioner case study reported Googlebot spending ~70% of its crawl on parameterized filter URLs at a single ecommerce retailer — illustrative, but a one-site anecdote, not the industry-wide “~60% wasted” rule it’s sometimes quoted as.

The reclamation playbook

Google’s own best practices form a concrete, defensible sequence:

  1. Consolidate duplicates — canonicalize variants and merge thin pages rather than letting parameter permutations sprawl.
  2. Block unimportant URLs with robots.txt — not noindex. This is a subtle but critical point many “noindex the junk” recommendations get wrong: a noindex page must still be crawled to read the tag, so it keeps consuming crawl. Robots.txt is the correct tool when the goal is to stop crawling entirely.
  3. Return 404/410 for permanently removed pages and eliminate soft 404s so Googlebot stops re-requesting dead URLs.
  4. Keep sitemaps current with accurate <lastmod> values, and mirror your important internal links so discovery doesn’t depend on the sitemap alone.
  5. Speed up the origin. Faster responses directly raise the crawl capacity limit.

On that +67%: a case study, not a formula

The widely shared +67% figure comes from a practitioner case study of a B2B SaaS site that deleted 400 of 550 blog posts — those with zero organic traffic in twelve months and no backlinks — and recorded a 67% organic lift by month four. Treat this as reported, not guaranteed. The confound is obvious: removing 73% of low-quality content simultaneously improves perceived domain quality, internal-link equity, and topical focus. Isolating “freed crawl budget” as the cause is not possible from the data, and the same intervention on a different site could just as easily lose traffic if pruning catches pages with latent value.

Critically, Google’s documentation makes no claim that crawl budget directly improves rankings or traffic. Reclamation is a hygiene and efficiency discipline — get your best pages crawled sooner and re-crawled more reliably — not a growth lever. Audit before you cut, and prune for quality, not for a number.