Browse all tools
google search console

How to Fix “Excluded by Noindex Tag” in Google Search Console

A step-by-step fix for the "excluded by noindex tag" status: find the page, remove the noindex at its real source, and get it indexed again.

Fix the noindex tag error in Google Search Console
Share this article

Frequently Asked Questions

What does "Excluded by noindex tag" mean in Google Search Console?

It means Googlebot crawled the URL, found a noindex directive, and kept the page out of its index on purpose. It is not a crawl error or a penalty. The page loaded fine. Google simply obeyed an instruction to stay out of search results, whether that instruction was intended or added by mistake.

Is "Excluded by noindex tag" always a problem?

No. It is only a problem when the noindex was accidental. Many pages should carry it, such as cart, checkout, thank-you pages, internal search results, and thin tag archives. It becomes an error only when a page you want ranking, like a blog post or product, ends up on the excluded list.

How do I find pages marked "excluded by noindex tag"?

In Google Search Console, open Indexing, then Pages. Scroll to the "Why pages aren't indexed" section and click the "Excluded by 'noindex' tag" row. You will see every affected URL, and you can export the full list with the button in the top right corner.

Where can a noindex tag be hidden?

A noindex lives in one of three places: the meta robots tag in the page head, an SEO plugin setting like Yoast or Rank Math, or the X-Robots-Tag HTTP response header. The header version never shows in View Source, so check it with a curl request or a checker that reads response headers.

Why is my page still not indexed after I removed the noindex?

Usually robots.txt is blocking the same URL. If the page is disallowed in robots.txt, Google cannot crawl it, so it never sees that you removed the noindex. Unblock the URL in robots.txt first, wait for a recrawl, and then the removed noindex will register.

How long does it take for the status to clear after I fix it?

It takes several days to about a week. After you remove the noindex, use Request Indexing on key URLs and Validate Fix on the batch in Search Console. A few hand-inspected URLs often update within a day or two, while full batch validation runs over roughly a week.

Written by

Founder and CEO of Pixellize.io, building AI-powered web tools and digital products with a focus on user experience and automation. M.Sc. Zoology, working at the intersection of technology, data analytics, and life sciences.

Scroll to Top