0.665 min read

Submitted URL marked 'noindex': The fastest fix checklist (GSC)

By Official

Key takeaways

  • What 'Submitted URL marked noindex' means in Google Search Console, the common causes (meta robots vs X-Robots-Tag), and how to validate the fix

Start with the map:

Related (cluster):

What this status means

Google found a noindex directive on a URL you submitted (usually via sitemap).

That makes the status expected: you're asking Google to index something you're also telling it not to index.

Common causes

  • meta robots: noindex
  • header: X-Robots-Tag: noindex (easy to miss)
  • template defaults applied to entire sections

Fix checklist

  1. Decide if the URL should be indexed.
  2. If yes: remove noindex (meta and headers) and make sure the page returns 200.
  3. If no: remove it from the sitemap and keep internal links pointing to canonical pages.

Validation

  • URL Inspection: confirm "Indexing allowed".
  • Re-submit sitemap after cleanup.

Next in SEO & Search

View topic hub

Up next:

Submitted URL blocked by robots.txt: What it means and what to do (GSC)

A practical guide to "Submitted URL blocked by robots.txt": how to decide if the URL should be indexed, how to unblock safely, and how to avoid keeping bad URLs stuck in the index.