What is Crawl Error Rate?
Crawl Error Rate is the percentage of a site's pages that return an error, such as a broken link, server error, or redirect chain, when a search engine attempts to crawl them. A rising crawl error rate wastes a site's limited crawl budget on broken pages instead of valid content, and can slow how quickly new or updated pages get indexed.
TL;DR
Crawl error rate is the share of pages a search engine tried to crawl but hit an error on instead, like a 404 or server timeout. A rising rate is often the first sign something broke in a recent site change.
Formula
Crawl Error Rate = (Pages Returning Crawl Errors / Total Pages Crawled) × 100
Why It Matters
Crawl error rate is one of the earliest warning signs that something technical has gone wrong on a site, often before rankings or traffic visibly drop. Every crawl spent hitting a broken page is a crawl not spent on a valid one, so a rising error rate compounds the crawl budget problem on top of the immediate issue of broken links. It's especially important to watch right after a site migration, redesign, or URL structure change, since those are the events most likely to introduce a batch of broken links or misconfigured redirects at once. Left unaddressed, a high and sustained crawl error rate can cause search engines to crawl the rest of the site less thoroughly, slowing down indexing for entirely unrelated, healthy pages.
Example
A search engine crawler attempts to access 10,000 pages on a site over a month and encounters errors, such as 404s or server timeouts, on 350 of them. Crawl error rate is 350 divided by 10,000, times 100, which equals 3.5%. If a site migration introduces a batch of broken internal links and crawl error rate spikes to 12% the following month, that spike typically causes search engines to crawl the site's legitimate pages less thoroughly during that period, which is why crawl error rate is monitored closely immediately after any major site change.
Frequently Asked Questions
Related Terms