GrowthPedia

Crawl Budget

Crawl budget is the number of pages Google can and wants to crawl on your site within a given period, based on server capacity and content importance.

Level: IntermediateRead: 2 minUpdated: 27 Jul 2026By Vera Lindqvist

Key facts

  • Google defines crawl budget as the combination of crawl rate and crawl demand.
  • Crawl rate is constrained by site capacity and crawl demand reflects Google’s interest in fetching the site’s URLs.
  • Google says wasted crawling on unnecessary URLs can make its crawlers decide it is not worth spending as much time on the rest of a site.
  • Duplicate content should be consolidated so crawling focuses on unique content rather than many duplicate URLs.
  • Faster server response and more efficient page rendering can allow Google to read more content from the same crawl effort.

Also called

crawl rate limit, crawl capacity

Use it for

optimising which pages Google discovers and re-crawls

Applies to

Google

How Google allocates crawling to your site

Google uses two factors to decide how much to crawl google: crawl rate and crawl demand. Crawl rate is limited by your server's ability to respond quickly without errors. Crawl demand is driven by how important Google thinks your content is, based on signals like popularity, freshness, and uniqueness.

This means you can influence crawl budget in two ways. You can improve server performance to handle more requests. You can also create high-quality, frequently updated content that makes Google want to crawl more of your site.

  • Popularity: pages linked from many external sites get crawled more often.
  • Freshness: frequently updated content triggers more frequent crawls.
  • Uniqueness: original content is prioritised over duplicates.

Common problems that waste crawl budget

Several technical issues consume crawl budget without adding value. Google's crawlers may waste time on pages that don't need indexing. The most wasteful problems are listed below.

  • Duplicate content: Google may crawl many versions of the same page. Use canonical tags or redirects to consolidate duplicates. See the entry on Duplicate Content.
  • Soft 404 pages: Pages that return a 200 status but have no useful content. Google keeps trying to crawl them. Fix these by returning a real 404 or 410 status.
  • Long redirect chains: Each redirect adds a step. Google may stop following a chain after several hops. Use direct redirects where possible.
  • Uncrawlable internal links: Links that are not HTML anchor tags (for example, JavaScript events) may be missed. Improve internal linking to ensure every important page is reachable.

What to check in Search Console and server logs

Google Search Console provides a Crawl Stats report. It shows total crawl requests, response times, and how many pages were crawled. You can see if Google is hitting error pages or slow responses. This data helps you identify waste.

Server logs give the most detailed view. You can see which URLs Google actually requests, how often, and what HTTP status codes are returned. Tools like what screaming frog means can process log files to highlight crawl patterns.

Practical steps to improve crawl efficiency

Start by cleaning up low-value URLs. Remove or redirect thin content, old pages, and parameter-based duplicates. Then make sure your best content is easy to discover.

Keep your Sitemap up to date. Include only pages you want indexed, and use <lastmod> to signal changes. A good sitemap helps Google find new content quickly. Also, check how robots.txt works is not blocking important resources like CSS or JavaScript files.

For e-commerce sites, consider tools like magento sitemap xml to generate clean sitemaps. For general guidance, moz sitemap articles offer useful examples.

When crawl budget optimisation actually matters

Crawl budget is most relevant for large sites – those with hundreds of thousands of pages or more. Smaller sites usually get crawled fully within a few days, so optimisation is rarely needed unless there are technical problems.

Even on large sites, improving content quality and uniqueness often has a bigger impact than tweaking crawl settings. Google's demand-driven model means that a popular, fresh site naturally gets more crawling. Focus on fixing waste first, then let the content speak.

Common mistakes

  • Treating crawl budget as a direct ranking factor You waste time optimising something that only affects discovery, not relevance or authority.
  • Focusing on crawling fixes before removing duplicates and soft 404s The improvements are undone because waste still consumes most of the budget.
  • Leaving XML sitemaps filled with low-value or outdated URLs Google crawls those URLs instead of your important pages, delaying indexing of fresh content.

Questions

What is crawl budget?

Crawl budget is the number of pages Google can and wants to crawl on your site in a given period. It depends on how fast your server responds and how important Google thinks your content is.

How to check crawl budget?

You can check crawl stats in Google Search Console under Settings > Crawl Stats. This shows total requests, response times, and how many pages were crawled. For deeper analysis, use server log files and tools like Screaming Frog.

Does crawl budget affect ranking?

No, crawl budget is about discovery, not ranking. If Google cannot crawl a page, it cannot index or rank it. But fixing crawl budget alone will not improve rankings for pages that are already indexed.

See also

Sources

  1. Google Search Central: Crawl budget management developers.google.com
  2. Google Search Central: Manage crawling and indexing of site URLs developers.google.com
  3. Google Search Central: Crawl stats report support.google.com

Outbound links are unpaid and nofollow. If one has gone stale, tell me.