Issue: Noindex Detected High

Pages with a noindex directive that prevents search engine indexing.

What this means

The page has a <meta name="robots" content="noindex"> tag or an X-Robots-Tag HTTP header with noindex. This tells search engines not to include the page in their index. The JSON field is noindex.

Detection condition

Triggered when RobotsNoindex == true. SEODiff checks both the HTML meta tag and the X-Robots-Tag response header.

Impact on scores

Severity weight: 12. Deductions: −50 on Indexability, −25 on Content. This is one of the highest-impact issues because it completely prevents indexing.

When noindex is correct

When noindex is a bug

How to fix

  1. Check if the noindex is intentional. If not, remove the meta tag or header.
  2. In WordPress: Settings → Reading → uncheck "Discourage search engines".
  3. Check your web server config for X-Robots-Tag headers.
  4. Verify with a re-scan that the noindex is gone.