crawl budget
46 established claims - 3 refused by the grounding gate
Verdict
Google's current crawling infrastructure documentation defines crawl budget as the set of URLs Google can and wants to crawl, treats each unique hostname as a separate site, and starts every site with the same default conservative crawl capacity limit that Google adjusts when demand exists and the site remains healthy. Crawling is not a ranking signal, and the crawl budget guidance is aimed at large sites with 1 million or more unique pages changing about once a week; its page-count thresholds are rough estimates, not exact thresholds. The documentation states that any URL Googlebot crawls generally counts toward crawl budget, 4xx status codes except 429 do not waste it, compressed sitemaps do not increase it, the crawl-delay robots.txt rule is not processed, and noindex is not a good way to control it though it can indirectly free up budget in the long run. A 2017 Google blog post defined crawl budget as the number of URLs Googlebot can and wants to crawl and said URLs disallowed through robots.txt do not affect crawl budget; that post later carries a notice that some information may be outdated, and current documentation says crawl budget freed by robots.txt blocking is not reallocated unless Google is already hitting the site's crawl capacity limit.
Written from the 46 established claims below, then checked against them. How that works.
Documented position27
What the operator of the system says in its own documentation.
Google's 2017 blog post on crawl budget carries a notice…
- stating that some information in the post may be outdated.
- directing readers to updated documentation on optimizing crawling efficiency.
1 quote from 1 source
It's been a while since we published this blog post. Some of the information may be outdated (for example, some images may be missing, and some links may not work anymore). Check out our updated documentation on optimizing crawling efficiency.
Google's crawling infrastructure documentation defines a site's crawl budget as the set of URLs that Google can and wants to crawl.
1 quote from 1 source
Taking crawl capacity and crawl demand together, Google defines a site's crawl budget as the set of URLs that Google can and wants to crawl.
Google's crawling infrastructure documentation states that site owners whose pages seem to be crawled the same day they are published do not need to read the crawl budget guide.
1 quote from 1 source
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 that they are published, you don't need to read this guide.
Google's crawling infrastructure documentation states that the page-count thresholds it gives for crawl budget are…
- a rough estimate to help classify a site.
- not exact thresholds.
1 quote from 1 source
The numbers given here are a rough estimate to help you classify your site. These are not exact thresholds.
- Google's crawling infrastructure documentation states that https://www.example.com/ and https://code.example.com/ are treated as separate sites with separate crawl budgets.
- Google's crawling infrastructure defines a site as a unique hostname.
1 quote from 1 source
In this context, Google's crawling infrastructure defines a site as a unique hostname. For example, https://www.example.com/ and https://code.example.com/ are treated as separate sites and have separate crawl budgets.
Google's crawling infrastructure documentation states that for Google Search, not every page that is crawled will necessarily be indexed.
1 quote from 1 source
For Google Search, not every page that is crawled will necessarily be indexed. After crawling, each page must be evaluated, consolidated, and assessed to determine its suitability for the index.
Google's crawling infrastructure documentation states that…
- every site starts with the same default, conservative crawl capacity limit.
- Google's systems adjust the crawl capacity limit of a site over time if there is demand to crawl more and the site remains healthy.
1 quote from 1 source
Every site starts with the same default, conservative crawl capacity limit. If there is demand to crawl more and the site remains healthy, Google's systems will automatically adjust this limit over time.
- Google's crawling infrastructure documentation states that the crawl capacity limit is shared across all of Google's crawlers.
- High demand from one of Google's crawlers can reduce the capacity available for other Google's crawlers.
1 quote from 1 source
While each crawler has a different crawl demand, the crawl capacity limit is shared across all crawlers. This means that high demand from one crawler can reduce the capacity available for others.
Google Search Central's guide to optimizing for generative AI features on Google Search directs owners of very large and frequently updated sites to Google's guide to optimizing crawl budget.
1 quote from 1 source
For very large and frequently updated sites, review our guide to optimizing your crawl budget.
Google's crawling infrastructure documentation states that…
- crawling is not a ranking signal in Google Search.
- improving crawl rate will not necessarily lead to better positions in Google Search results.
1 quote from 1 source
Improving your crawl rate won't necessarily lead to better positions in Google Search results. Google uses many signals to rank the results, and while crawling is necessary for a page to be in search results, it's not a ranking signal.
- Google's crawling infrastructure documentation states that compressing sitemaps does not increase crawl budget.
- Compressing sitemaps does not increase crawl budget because zipped sitemaps still have to be fetched from the server.
2 quotes from 1 source
Compressing my sitemaps can increase my crawl budget.
It won't. Zipped sitemaps still have to be fetched from the server, so you're not really saving much crawling time or effort on Google's part by sending compressed sitemaps.
Google's crawling infrastructure documentation states that pages serving 4xx HTTP status codes, except 429, don't waste crawl budget.
1 quote from 1 source
Pages that serve 4xx HTTP status codes (except 429) don't waste crawl budget. Google attempted to crawl the page, but received a status code and no other content.
Google's crawling infrastructure documentation states that the non-standard crawl-delay robots.txt rule is not processed by Google's crawlers.
1 quote from 1 source
The non-standard "crawl-delay" robots.txt rule is not processed by Google's crawlers.
Google's crawling infrastructure documentation states that…
- any URL Googlebot crawls generally counts towards a site's crawl budget.
- alternate URLs such as AMP or hreflang generally count towards a site's crawl budget.
- embedded content such as CSS and JavaScript generally counts towards a site's crawl budget.
1 quote from 1 source
Generally, any URL that Googlebot crawls will count towards a site's crawl budget. Alternate URLs, like AMP or hreflang, as well as embedded content, such as CSS and JavaScript, including XHR fetches, may have to be crawled and will consume a site's crawl budget.
Google's crawling infrastructure documentation states that…
- for Google Search, content is rated by quality regardless of age.
- there is no additional value in making pages artificially appear fresh through trivial changes.
1 quote from 1 source
For Google Search, content is rated by quality, regardless of age. Create and update your content as necessary, but there's no additional value in making pages artificially appear to be fresh by making trivial changes and updating the page date.
Google's crawling infrastructure documentation states that time spent rendering a page counts as much as time spent requesting the page when Google crawls a site.
1 quote from 1 source
Note that crawling a site involves both retrieving and rendering the content. Time spent rendering the page counts as much as time spent requesting the page.
Google's 2017 blog post on crawl budget states that URLs disallowed through robots.txt do not affect a site's crawl budget.
2 quotes from 1 source
Do URLs I disallowed through robots.txt affect my crawl budget in any way?
No, disallowed URLs do not affect the crawl budget.
Practical effect7
What is observed to happen in practice, as distinct from what is documented.
Google's crawling infrastructure documentation states that Google will not shift crawl budget freed by robots.txt blocking to other pages unless Google is already hitting the site's crawl capacity limit.
1 quote from 1 source
Don't use robots.txt to temporarily reallocate crawl budget for other pages; use robots.txt to block pages or resources that you don't want Google to crawl at all. Google won't shift this newly available crawl budget to other pages unless Google is already hitting your site's crawl capacity limit.
- Google's crawling infrastructure documentation advises against using noindex to manage crawl budget.
- Google will still request the page and then drop it when it sees the noindex meta tag or header, wasting crawling time.
1 quote from 1 source
Don't use noindex, as Google will still request, but then drop the page when it sees a noindex meta tag or header in the HTTP response, wasting crawling time.
- TwoSquares states that optimising crawl budget on a site that does not need it is usually wasted effort.
- TwoSquares states that, regarding crawl budget, unindexed pages are almost always caused by weak internal linking, poor content quality, duplication, mixed signals or lack of demand.
7 quotes from 1 source
Optimising crawl budget on a site that does not need it is usually wasted effort.
If pages are not indexed, the cause is almost always:
weak internal linking
poor content quality
duplication
mixed signals (canonical, noindex, robots)
lack of demand
Google's crawling infrastructure documentation states that removing URLs from Google's index with noindex can indirectly free up some crawl budget for a site in the long run.
1 quote from 1 source
It's also important to note that if you remove URLs from Google's index with noindex or otherwise, Google's crawlers can focus on other URLs on your site, which means noindex can indirectly free up some crawl budget for your site in the long run.
Google's crawling infrastructure documentation states that it is probably more important to make a site faster for users than to make it faster to increase crawl coverage.
1 quote from 1 source
It's probably more important for you to make your site faster for your users than to make it faster to increase your crawl coverage. It's much simpler to help Google crawl the right content than it is to crawl all your content every time.
Changed on10
A dated change. This is where advice quietly stops being true.
Google's crawling documentation changelog records that on July 22, 2026 the Optimize your crawl budget page was polished and clarified to improve clarity, terminology consistency and flow.
4 quotes from 1 source
July 2026
July 22
Polished and clarified the crawl budget guide
What: Polished and clarified the Optimize your crawl budget page to improve clarity, terminology consistency, and flow.
- Google's 2017 blog post defined crawl budget as the number of URLs Googlebot can and wants to crawl
- Google's current crawling infrastructure documentation defines crawl budget as the set of URLs that Google can and wants to crawl
2 quotes from 2 sources
Taking crawl rate and crawl demand together we define crawl budget as the number of URLs Googlebot can and wants to crawl.
Taking crawl capacity and crawl demand together, Google defines a site's crawl budget as the set of URLs that Google can and wants to crawl.
- Google's 2017 blog post said that a site with fewer than a few thousand URLs would most of the time be crawled efficiently.
- Google's current crawl budget guide is aimed at large sites with 1 million or more unique pages whose content changes about once a week.
2 quotes from 2 sources
Likewise, if a site has fewer than a few thousand URLs, most of the time it will be crawled efficiently.
Large sites (1 million+ unique pages) with content that changes moderately often (once a week)
- On December 2, 2022, Google's Search Central changelog recorded that two new myths were added to the crawl budget documentation.
- The myth that noindex isn't a good way to control crawl budget was added to Google's crawl budget documentation on December 2, 2022.
- The myth that pages serving 4xx status codes except 429 don't waste crawl budget was added to Google's crawl budget documentation on December 2, 2022.
2 quotes from 1 source
December 2022
December 2 : Added two new myths to the crawl budget documentation . noindex isn't a good way to control crawl budget (but can be a method to indirectly free up crawl budget in the long run), and pages that serve 4xx status codes (except 429 ) don't waste crawl budget.
Google's Search Central changelog records that the…
- Large site owner's guide to managing your crawl budget was migrated from the Search Console Help Center on December 4, 2020.
- migration of the Large site owner's guide to managing your crawl budget involved no change to its content.
3 quotes from 1 source
December 2020
December 4 : Migrated the following guides from the Search Console Help Center (the content hasn't changed):
Large site owner's guide to managing your crawl budget
Echoed without a primary source2
Widely repeated in the field, but traceable only to other repetitions. Listed because knowing something is merely echoed is worth as much as knowing it is documented.
Backlinko defines crawl budget as the number of pages Googlebot crawls and indexes on a website within a given timeframe.
1 quote from 1 source
Crawl Budget is the number of pages Googlebot crawls and indexes on a website within a given timeframe.
TwoSquares states that crawl budget is not a limiting factor for the majority of websites.
3 quotes from 1 source
The uncomfortable truth: most sites do not have a crawl budget problem
under ~50,000 URLs
Crawl budget is not a limiting factor.
Refused3
Claims the research produced that the grounding gate would not accept, with its reason. They are here because a site that only shows what passed gives you no way to judge whether the gate does anything.
Show what was refused
Google migrated the Optimize your crawl budget documentation from Google Search Central to Google's crawling infrastructure site on December 18, 2025.
Refused: The quotes confirm the migration and destination but do not mention the original location as Google Search Central.
Unsupported: from Google Search Central
What it rested on
December 2025
December 18
What: Migrated the following documentation to Google's crawling infrastructure site. The functionality hasn't changed, only the location of the documentation and some minor wording changes to clarify that some guidance applies to both Google Search and other Google products.
Optimize your crawl budget
Backlinko states that for a website with 10,000 or more pages, crawl budget can cause Google to have trouble finding all the pages.
Refused: The quote only states that Google might have trouble finding all pages on a 10k+ page site, not that crawl budget is the cause.
Unsupported: crawl budget can cause
What it rested on
You run a larger site: If you have a website (like an ecommerce site) with 10k+ pages, Google can have trouble finding them all.
TwoSquares characterises the majority of websites, for which crawl budget is not a limiting factor, as those under roughly 50,000 URLs with stable architecture and reasonable performance.
Refused: The quotes do not mention stable architecture or reasonable performance, so the claim adds unsupported conditions.
Unsupported: with stable architecture and reasonable performance
What it rested on
The uncomfortable truth: most sites do not have a crawl budget problem
under ~50,000 URLs
Crawl budget is not a limiting factor.