Crawl budget
Crawl budget is how many of your pages a search engine is willing to crawl in a given period. It's shaped by how fast and reliably your server responds and by how much the engine thinks your pages are worth revisiting.
Last updated: June 9, 2026
Search engines don't crawl every page on every site constantly; they ration their effort. Two things set the limit. First, how much load your server can handle without slowing down, since a crawler backs off if requests start timing out. Second, how much demand there is to crawl your pages at all, which depends on how important and fresh they seem. For most small to mid-sized stores this is a non-issue. Google will happily crawl everything that matters.
It starts to bite on large catalogs. A big Shopify store with filters and sort options can generate thousands of near-identical URLs, like /collections/shoes?sort=price&color=black, and a crawler that spends its time wading through those variations may be slow to reach genuinely new products. Cleaning that up helps: block low-value parameter URLs from being crawled, keep a tidy XML sitemap, fix broken links and redirect chains, and remove dead pages so the crawler's attention lands where it counts.
If new or updated products are taking a long time to appear in search, crawl budget is worth investigating. Search Console's crawl stats show how often Google is hitting your site and whether it's getting bogged down.
Related terms
Alt text
Alt text is a short written description of an image, added in the HTML, that screen readers read aloud to people who can't see the image and that search engines use to understand what the picture shows.
Backlink
A backlink is a link from another website that points to a page on yours. Search engines read backlinks from trusted sites as a signal that your content is credible, which can lift your rankings.
Canonical URL
A canonical URL is the version of a page you tell search engines to treat as the main one when the same or similar content can be reached through several different URLs. It points them to the copy you want indexed and ranked.
Core Web Vitals
Core Web Vitals are three Google metrics that measure how a page actually feels to use: how fast the main content loads, how quickly the page responds when you interact with it, and how much the layout jumps around while loading.
Share this Story