Indexability and crawling

Links pointing at pages blocked by robots.txt

Your robots.txt tells crawlers to stay out of some pages, and your own site links to them. For a login, a cart, or an admin area that is exactly right and there is nothing to do. It is worth a glance because the same rule occasionally catches a section nobody meant to hide.

What it is, and what it costs

These are internal links to URLs your robots.txt disallows. Search engines will not fetch them, so they cannot rank. For private areas that is the point. The risk is a Disallow that is broader than intended and quietly keeps a real content section out of search.

How to fix it

Read the list. If everything on it is meant to be private, this is working as designed. If something should be found in search, remove the Disallow rule that covers it in robots.txt.

How to check your site

Compare your internal links against your robots.txt rules; anything linked but disallowed shows up here. Google Search Console reports pages "Indexed, though blocked by robots.txt," which is the confusing middle state to avoid.

Questions people ask

Is linking to a blocked page bad?
Not in itself. It is only worth acting on if the blocked page is one you actually want ranking.

Does your site have this?

Check your site to see which linked pages your robots.txt is blocking.

See also

All SEO checks →