What wastes crawl budget
- Endless parameter and filter combinations (faceted navigation).
- Duplicates without canonicalization and redirect chains.
- Soft 404 pages and low-quality content.
- A slow server — high TTFB lowers the crawl rate limit.
How to manage it
The basics are: an up-to-date XML sitemap with modification dates, blocking worthless paths in robots.txt, consistent canonicalization, fast server responses, and returning 404/410 for permanently removed content. Crawl stats in Google Search Console show where the budget actually goes.
Example
A store with faceted navigation generates thousands of URL variants from parameters — without blocking, the bot spends budget on filter copies instead of product pages.
/products?color=red&size=42&sort=price
/products?color=blue&size=42&sort=price
/products?color=green&brand=nike&sort=newest
… (thousands of combinations)User-agent: *
Disallow: /products?*
Allow: /products/