Noindex on live page
A noindex directive keeps a page out of the index. On a page that should rank, it is usually an accident with serious consequences.
What it is
This check flags pages that look like content you want indexed but send noindex via a meta robots tag or X-Robots-Tag header.
Why it matters for SEO
A noindexed page cannot appear in search results no matter how good it is, so the traffic it should earn never arrives.
Example
<meta name='robots' content='noindex, follow'>
X-Robots-Tag: noindex
How to fix
- Remove the
noindexfrom pages that should rank. - Check your CMS, SEO plugin, and staging settings for a global noindex.
- Keep
noindexonly on private or thin pages. - Request re-indexing once corrected.