Seoxpert.io
lowTechnical SEO

2 Isolated Page(s) with Noindex

Two non-auth pages have noindex directives; review to ensure this is intentional.

By Seoxpert Editorial · Published

Why it matters

Pages with a noindex directive are excluded from search engine results. While this is often intentional for utility or low-value pages, unintentional use can prevent important content from being indexed and discovered by users. A quick audit ensures only the right pages are excluded.

Impact

Unintentionally noindexed pages will not appear in search results, reducing their visibility.

How it's detected

An automated crawler scans for 'noindex' directives in the meta robots tag or HTTP headers on non-auth pages and flags isolated occurrences.

Common causes

  • Noindex added to utility or search result pages for SEO hygiene
  • Accidental placement of noindex on important content pages
  • Leftover noindex directives from staging or testing environments
  • Misconfigured CMS or plugin settings

How to fix it

Review each affected page's source code or HTTP headers for the noindex directive. Confirm whether exclusion from search results is intentional. If not, remove the noindex directive from the meta robots tag or server response. Re-crawl the site to verify the fix.

Code examples

Problem: Unintentional noindex in meta tag

<meta name="robots" content="noindex, follow">

Fix: Remove noindex to allow indexing

<meta name="robots" content="index, follow">

FAQ

How do I know if a noindex directive is intentional?

Check the page's purpose—utility, search results, or admin pages are often intentionally noindexed. Review with your SEO team if unsure.

Where do I look for the noindex directive?

Check the page's HTML for a meta robots tag or inspect the HTTP headers for an X-Robots-Tag directive.

What happens if I remove noindex from a page?

The page becomes eligible for indexing and may appear in search engine results, depending on other SEO factors.

Found this issue on your site?

Run a scan to see if 2 Isolated Page(s) with Noindex affects your pages.

Scan my website →