Skip to main content

What is the crawl budget?

The crawl budget is the number of URLs that Googlebot crawls on a website within a specific time period. It is determined by two factors: the crawl capacity limit —how many requests a server can handle without slowing down—and the crawl demand —how important and up-to-date Google considers the content to be. For most small websites, the crawl budget isn’t an issue; it becomes relevant primarily for large websites with many thousands of URLs.

Crawl Budget Explained: How Many URLs Googlebot Crawls in a Given Period, Based on Crawl Capacity Limits and Crawl Demand

The crawl budget isn't a fixed number that Google assigns to a website; rather, it's the result of server capacity and demand. The crawler retrieves pages, follows links, and submits the content for indexing. The more URLs a website has, the more those pages compete for the limited number of crawls—and the more important it becomes to manage the crawl budget effectively.

Brief Overview of the Term

Characteristic Specification
Term Crawl Budget (also: Crawling Budget)
Area Technical SEO, Crawling & Indexing
Components Crawl capacity limit (crawl rate limit) + Crawl demand
Responsible Bot Googlebot (and similarly: Bingbot and other search engine crawlers)
Effective as of Websites with several thousand to millions of URLs
Related Terms Crawlers, robots.txt, Sitemap, Indexing, Duplicate Content

How does Google determine the crawl budget?

Google determines the crawl budget based on two factors that work together: the crawl capacity limit and the crawl demand. One determines how much can be crawled, and the other determines how much should be crawled.

  • Crawl capacity limit: the maximum number of concurrent connections that Googlebot can establish to a website without overloading the server. If the server responds quickly and without errors, Google raises the limit. If the server is slow or returns server errors (5xx), Google automatically throttles crawling.
  • Crawl demand: how frequently Google wants to crawl a website. It increases with the popularity of the URLs, their recency, and the frequency of changes. Popular and frequently updated pages are visited more often, while orphaned or static pages are visited less often.

The actual crawl budget is the lower of the two limits: Even if the server can handle a high volume, Google won’t crawl more than is necessary—and conversely, a weak server will slow down crawling even when demand is high.

Composition of the crawl budget, consisting of the crawl capacity limit and crawl demandThe crawl budget is determined by two factors: the crawl capacity limit—that is, how many requests the server can handle—and the crawl demand—that is, how popular and up-to-date Google considers the content to be.What Makes Up the Crawl BudgetCrawl Capacity LimitHow many inquiries theServer compatible.+Crawl RequirementHow popular and timelythe content is.Crawl BudgetURLs per time periodFig. 1 · taismo
Abb. 1: Das Crawl-Budget als Ergebnis aus Crawl-KapazitÀtslimit und Crawl-Bedarf.

You can see exactly how much Google crawls on a website in the "Crawling Statistics" report in Google Search Console —including the number of requests per day, the average response time, and the status codes returned.

Who should be concerned about the crawl budget?

The crawl budget is particularly relevant for large websites with a very large number of URLs. In its documentation, Google itself provides the following rule of thumb: It’s only worth actively managing the crawl budget once you have around 10,000 URLs or more, or if your content changes frequently.

Specifically, those affected include, among others:

  • Large online stores with thousands of product, category, and filter pages.
  • News and publishing websites that publish many new articles every day and rely on rapid indexing.
  • Portals and directories with dynamically generated pages, such as job boards or real estate platforms.

For a typical corporate website with a few hundred pages, however, the crawl budget is not a bottleneck: Google generally crawls such sites in their entirety. In this case, focusing on content quality and page structure pays off more than optimizing crawl management. Nevertheless, the rule still applies: Anything that reduces the crawler’s workload almost always improves a website’s overall technical health as well.

What Wastes Crawl Budget?

Crawl budget is wasted whenever Googlebot spends time on URLs that offer no indexable value. Every time it crawls a low-quality or duplicate page, it takes away from the capacity available for the truly important pages.

Five Common Crawl Budget KillersCrawl budget is primarily wasted by endless URL parameters and filters, duplicate content, soft 404s and error pages, long redirect chains, and low-quality or orphaned pages.5 Common Crawl Budget KillersEndless URL parameters, filters, and sorting optionsDuplicate Content (Multiple URLs with the Same Content)Soft 404 and error pages (200 status code with no content)Long redirection chains and redirect loopsLow-quality, orphaned, and endless calendar pagesFig. 2 · taismo
Abb. 2: FĂŒnf typische Crawl-Budget-Fresser, die Googlebot-Abrufe an unwichtige URLs binden.

The most common causes in detail:

  1. Faceted navigation and URL parameters: Filters, sorting options, and session IDs generate countless URL variations of the same content. In online stores, this is the biggest drain on the budget.
  2. Duplicate Content: If identical content is accessible via multiple URLs, Google crawls each version—and wastes its budget on duplicates.
  3. Soft 404 and error pages: Pages that return a 200 status code but are blank or contain no content consume page views without providing any value.
  4. Redirect chains: Each additional redirect in a chain requires one more request before the actual page is reached.
  5. Low-quality and orphaned pages: Thin content, endless calendar archives, or orphaned pages without internal links reduce a website’s overall value and divert traffic away from its strong pages.

How do you optimize the crawl budget?

You can optimize your crawl budget by making important pages easily accessible to Googlebot and consistently excluding unimportant URLs from crawling. The goal is to ensure that every request lands on an indexable, valuable page.

  • Controlling crawling via robots.txt: Exclude URLs with no search value—filter parameters, internal search results, shopping cart—from crawling. The robots.txt file prevents crawling, not the indexing of URLs that are already known.
  • Controlling Indexing Using "noindex" and the X-Robots Tag: If a page is to be crawled but not indexed, a noindex via a meta tag or HTTP header is the correct approach. Important: Google can index a page that is blocked by robots.txt noindex Do not read.
  • Maintain a Clean Sitemap: The XML sitemap should contain only indexable, canonical URLs with a 200 status code. It is the most important indicator to Google of which pages take priority.
  • Improve server performance: Fast response times increase the crawl capacity limit. A high-performance server, caching, and a CDN allow Googlebot to crawl more pages in the same amount of time.
  • Eliminate redirect chains: Have redirects point directly to the final destination instead of going through multiple intermediate steps.
  • Strengthen internal linking: Create flat links to important pages and either link to or remove orphaned pages. A clear structure guides the crawler directly to the relevant content.

A structured analysis of server logs and crawling statistics reveals which of these factors are relevant in each specific case. This technical assessment is precisely what’s included in a professional SEO audit, which identifies crawling inefficiencies and prioritizes the most effective factors.

Frequently Asked Questions About Crawl Budget

Is the crawl budget a ranking factor?
No, the crawl budget is not a direct ranking factor. It only affects how quickly and thoroughly Google crawls and indexes pages. However, if an important page isn’t crawled at all, it can’t rank—so sufficient crawling is a prerequisite for visibility.

As the owner of a small website, do I need to worry about my crawl budget?
Generally speaking, no. Google usually crawls websites with a few hundred to a few thousand URLs in their entirety. Only when a site has around 10,000 URLs or more—or when content changes very frequently—does actively managing the crawl budget become an issue.

Will a higher crawl frequency improve my ranking?
No. More frequent crawling simply ensures that changes are added to the index more quickly. Content is evaluated independently of this, based on the actual ranking signals.

Where can I see how much Google crawls on my website?
In the "Crawling Statistics" report in Google Search Console. It shows the number of crawl requests, the average server response time, and the distribution of status codes over time.

0%