Crawling and Indexation Control
Crawl Budget How Google Allocates Attention Across Your Site
Understand how crawl rate limit and crawl demand combine, and where budget typically leaks on large sites.
Reading time · unlocks the next lesson
0:00 / 5:00 · pausedThe two components of budget
Crawl budget is the product of crawl capacity limit, how many concurrent connections Googlebot judges your server can handle without degrading, and crawl demand, how much Google wants to fetch based on popularity and staleness of URLs. Small sites rarely need to worry about this; the concept matters once a site has tens of thousands of URLs or crawl logs show important pages going stale.
Server response time directly affects capacity: consistently slow responses or 5xx errors cause Google to throttle crawl rate, compounding the problem during traffic spikes or migrations.
Where budget leaks
Faceted navigation is the most common leak, generating near-infinite URL combinations from filters and sort orders that Googlebot dutifully crawls. Session IDs or tracking parameters appended to URLs multiply duplicate paths to the same content. Soft 404s, redirect chains and orphaned low-value pages also consume crawl attempts that could go to pages that need it.
Auditing server logs to see which URL patterns receive the most Googlebot hits, then comparing that to which patterns actually drive organic traffic, usually exposes the mismatch quickly.
- Faceted/filtered navigation URLs
- Tracking parameters (utm_, sessionid, ref)
- Redirect chains and soft 404s
- Paginated series with no canonical strategy
Reclaiming budget
Use robots.txt to block parameter patterns that create duplicate content, consolidate faceted URLs with canonical tags where content overlaps significantly, and fix redirect chains down to a single hop. Reducing average server response time also directly raises the crawl capacity limit Google is willing to use.
When crawl budget actually matters
For sites under roughly 10,000 pages with healthy server response times, crawl budget is rarely the bottleneck for indexing; content quality and internal linking matter more. It becomes a real constraint on large e-commerce catalogues, publishers with deep archives, or sites undergoing a major URL structure migration.
Modelling budget leaks in RankAudit
Import a server log sample into RankAudit to see crawl frequency broken down by URL pattern, then overlay it against the indexation status of those same patterns. This surfaces exactly which parameter or template is absorbing disproportionate crawl attention.
Key takeaways
- ✓Crawl budget only matters at scale; do not over-optimise small sites
- ✓Block parameter-driven duplicate URLs at the source
- ✓Fix redirect chains to a single hop wherever found
- ✓Improve server response time to raise crawl capacity
Why this lesson matters
This lesson belongs to Crawling and Indexation Control, the part of Technical SEO Excellence where the goal is: give googlebot precise instructions and confirm every page you care about is actually indexed.
Read it once, then do it straight away on a real site inside RankAudit. Nothing here is theory for its own sake — every step produces something you can show a client.
Do it now
- 1Open RankAudit with sample data already loaded, so you are not stuck on setup.
- 2Crawl a site and triage the issue list.
- 3Run a crawl in RankAudit and cross-check the robots.txt, sitemap and index coverage reports it produces.
