Definition
Crawl budget is the number of pages search engine bots will crawl on your site within a given timeframe — determined by crawl capacity (server health) and crawl demand (URL importance and freshness).
Detailed Explanation
Google allocates limited crawl resources per site. Small sites (<1,000 pages) rarely hit limits. Large sites, e-commerce catalogs, and sites with many low-value URLs (filters, tags, pagination) must actively manage crawl budget.
Improve efficiency: fix 404s/500s, eliminate duplicate URLs via canonicals, block low-value paths in robots.txt, improve page speed, and use internal linking to prioritize important pages.
Nepal Context
Nepali news portals and large e-commerce catalogs (faceted filters, city pages) are most at risk. Block internal search results, thin tag pages, and parameterized URLs from crawling. Prioritize product, category, and service money pages.
Practical Examples
- Audit “Crawled - currently not indexed” in Search Console — often crawl budget waste.
-
robots.txtDisallow:/search/,/*?sort=,/tag/if thin. - Log file analysis: which URLs consume most crawl slots?
Key Takeaways
- Crawl budget matters for large/thin-content-heavy sites.
- Server errors and slow TTFB reduce crawl capacity.
- Quality internal links increase crawl demand for key pages.

