Search

Google can fetch the pages it tries to crawl

seo.gsc-fetch-failed

Why this matters

Google reports separately on whether it could fetch a page at all, as opposed to whether it decided to index it. A fetch that fails — a server error, a redirect loop, a page returning 'not found' — means Google has nothing to work with, and repeated failures cause it to try less often. This is worth knowing precisely because it is intermittent: the page may load perfectly when you check it.

Who fixes it

A developer

Roughly how long

a few hours

Care needed

Test before and after

How to fix it

Match the state Google reports against your server logs for the same URL around the time of its last crawl. A server error points at load or at a specific request pattern; 'not found' on a page that exists usually means a rewrite rule or a case-sensitive path; a redirect error means a loop or a chain that is too long. If the failures cluster in time rather than by URL, the cause is the server being unavailable rather than anything about the pages, and rate limiting that catches Googlebot is the usual culprit.

How we score it

Failing this check takes up to 20 points off your search score. It is a fact about your site rather than a measurement, so it reads the same on every scan until you change something.

Does your site pass this one?

This check runs on every scan, along with the other 106. Free, no account, and you see the evidence for each result.

Check my site

Other search checks

See all 107 checks