Catalog/Non-indexable URL listed in sitemap
SEO issue

Non-indexable URL in sitemap: how to fix it

Your XML sitemap should only list indexable pages. Find noindex, canonicalized or blocked URLs wrongly included in your sitemap and clean them out.

949
audited sites affected

What it means

A non-indexable URL is one that carries a noindex directive, yet still appears in your sitemap. Sitemaps signal discoverability, while noindex signals exclusion from the index, so this is a signal conflict between what you want crawled and what you want indexed.

Why it matters

A noindex URL in the sitemap is still fetched and rendered, consuming crawl budget on pages that won't enter the index. If the noindex is set by JavaScript after initial render, Googlebot may miss it since it doesn't click or scroll, leaving the page visible to crawlers but correctly excluded from results. This mismatch also means AI agents and crawlers that rely on sitemaps for discovery will still visit these URLs even though they won't appear in search results.

How to fix it

  1. Remove the noindex directive from the HTML <head> or X-Robots-Tag header so the page can be indexed.
  2. If the noindex is set by JavaScript, move it to the initial HTML response — noindex in the source HTML cannot be overridden by JS.
  3. Alternatively, remove the URL from the sitemap if the page is intentionally excluded from search results.
  4. Verify the fix by requesting a reindex through the URL Inspection tool and confirming the page is crawled and indexed.

When it's not a problem

This warning is often harmless when the noindex is intentional — for example, on staging URLs, print versions, or pages you want crawled but not ranked. A noindex URL in the sitemap is still crawled, and if linked externally, can still be indexed despite the directive. The warning is primarily a crawl-budget signal, not a critical error.

How common is it?

949 audited sites in our corpus currently show this issue. The breakdowns below show which platforms, gatekeepers, verticals and countries are most exposed.

Related guides

Breakdowns

CMS

View breakdown →

Category

View breakdown →

Related
Catalog Category CMS Non-200 URL listed in sitemap Indexable page not listed in sitemap Client error (4xx) response

Audit your own site — free

157 checks, internal PageRank, render-diff. No signup, results in ~30s.

Scan your site →