Indexability and crawling

How to fix pages that return errors

Some of your URLs answer with an error instead of a page. A 404 wastes the crawl budget Google gives your site; a 5xx makes it slow down or stop crawling for a while.

What it is, and what it costs

These pages return 4xx (not found, forbidden) or 5xx (server error) status codes. Readers hit a dead end, and search engines spend their limited crawl budget on URLs that lead nowhere. A run of 5xx errors during a crawl can make Google back off the whole site.

How to fix it

Restore or remove the pages that should exist. For anything that no longer exists, return a clean 404 or 410 rather than a server error, so search engines understand it is a removed page and not a broken server.

How to check your site

Crawl the site and list every URL that does not return 200. Google Search Console's Pages report groups them by error type.

Questions people ask

Is a 404 always bad?
No. A 404 for a page that no longer exists is correct. The problems are internal links pointing at it, and 5xx errors, which signal a broken server.

Does your site have this?

Check your site to find pages answering with an error.

See also

All SEO checks →