URL mit Markierung 'noindex' (GSC-Status)

war the Google Search Console "URL marked 'noindex'" status bedeutet — und the "Submitted URL marked 'noindex'" variant und legacy "Excluded durch 'noindex' tag" name. wenn es ist intentional vs. ein mistake, wo the noindex lives (meta tag vs. X-Robots-Tag header), the robots.txt conflict, phantom/CDN noindex, und wie zu fix und validate.

Erstveröffentlicht: 23. Juni 2026 · Zuletzt aktualisiert: 3. Aug. 2026 · Fortgeschritten
Sprachen
1 Evidenzsignal auf dieser Seite

"URL marked 'noindex'" ist the Google Search Console Seite Indexing status für ein Seite Google crawled und gefunden ein noindex directive auf (ein meta robots tag oder ein X-Robots-Tag header), so es kept es out von the index. gleich condition, multiple names: the current "URL marked 'noindex'", the sharper sitemap-submitted wording "Submitted URL marked 'noindex'" that Berichte und Tools commonly verwenden, und the legacy "Excluded durch 'noindex' tag." es ist usually intentional und fine — validate the URL Liste vor Sie "fix" anything. The real red flag ist ein noindexed Seite still sitting in Ihre sitemap — sitemap submission ist ein hint zu Google, nicht ein guarantee, und the two directives contradict jede other. weil noindex ist crawlen-dependent, don't pair es mit ein robots.txt disallow — Google kann nicht sehen ein noindex es kann nicht crawlen. prüfen two places (the meta tag und the X-Robots-Tag header), debug phantom/CDN noindex mit ein live Googlebot fetch, then entfernen the directive, Validate Fix, und expect reprocessing zu nehmen longer than ein day oder two.

TL;DR — “URL marked ‘noindex’” ist the GSC Seite Indexing status für ein Seite Google crawled und gefunden ein noindex auf — meta robots tag oder X-Robots-Tag header, und Google auch honors ein robots meta tag placed in the Seite body, nicht just the <head>. Multiple names, one state: the current “URL marked ‘noindex’,” the sharper sitemap-submitted wording “Submitted URL marked ‘noindex’” that Berichte und Tools commonly verwenden, und the legacy “Excluded durch ‘noindex’ tag.” es ist distinct aus robots.txt-blocked (never crawled) und aus “Crawled — currently nicht indexed” (kein directive). Usually intentional — validate the URL Liste erste. ein noindexed URL still sitting in Ihre sitemap ist the real flag (sitemap submission ist ein hint, nicht ein guarantee). noindex ist crawlen-dependent: pair es mit ein robots.txt disallow und Google kann nicht sehen es, so the Seite kann stay indexed. wenn rules conflict, Google applies the mehr restrictive one. prüfen two Quellen (the rendered HTML und the HTTP header), debug phantom/CDN noindex mit ein live Googlebot fetch (URL Inspection / Rich Ergebnisse testen), then entfernen the directive, Validate Fix, und expect reprocessing zu nehmen longer than ein day oder two — Google says es kann ausführen zu months für lower-priority Seiten.

war the status tatsächlich bedeutet

The Bericht describes Google’s observed directive, nicht warum ein CMS, template, oder CDN hinzugefügt es. Evidence for this claim Google reports URL marked noindex when it encounters a noindex directive and does not index the page. Scope: Google Search Console report terminology and documented Search behavior; the label alone may not prove the underlying root cause. Confidence: high · Verified: Google: Page indexing report Google must sein able zu crawlen the Seite zu observe und anwenden noindex. Evidence for this claim Google supports noindex through a robots meta tag or X-Robots-Tag header and must crawl the page to observe it. Scope: Google Search Console report terminology and documented Search behavior; the label alone may not prove the underlying root cause. Confidence: high · Verified: Google: Block indexing with noindex

Google’s own definition ist precise: wenn Google tried zu index the Seite, es encountered ein noindex directive und therefore tat nicht index es. The key word ist encountered — Google hatte zu crawlen the Seite zu sehen the directive. So dies status carries two facts bei once: Google reached the Seite, und the Seite told es nicht zu sein indexed.

Evidence for this claim Google reports URL marked noindex when it encountered a noindex directive while trying to index the URL and therefore did not index it. Scope: verified Search Console properties Confidence: high · Verified: Page indexing report

das ist the whole accuracy spine hier, und es ist war separates dies status aus its neighbors:

  • Robots.txt-blocked → Google war never allowed zu crawlen, so es didn’t lesen any Inhalt oder any directive.
  • “Crawled — currently nicht indexed” → Google crawled, gefunden kein directive, und chose nicht zu index anyway.
  • “URL marked ‘noindex’” → Google crawled, gefunden ein noindex, und obeyed es.
Evidence for this claim Google reports URL marked noindex when it encounters a noindex directive and does not index the page. Scope: Google Search Console report terminology and documented Search behavior; the label alone may not prove the underlying root cause. Confidence: high · Verified: Google: Page indexing report

The three names sind one condition

dies trips Menschen up weil the label hat changed over time und shifts auf Grundlage von wie the URL war gefunden:

  • “URL marked ‘noindex’” — the current, general label in the Seite Indexing Bericht. Lives under “nicht indexed” (formerly “Excluded”). dies ist the wording Google’s own current Page Indexing report documentation uses und defines.
  • “Submitted URL marked ‘noindex’” — the gleich underlying condition, aber für ein URL das ist auch in ein sitemap Sie submitted. dies ist the sharper wording practitioners und Drittanbieter- SEO Tools commonly Bericht für that combination. Google’s current helfen documentation tut nicht spell es out als ein separately defined status distinct aus “URL marked ‘noindex,’” so treat the exact label als Bericht-dependent — aber the substance holds regardless von war ein given Tool calls es: ein sitemap ist meant zu Liste the URLs Sie wollen in Suche (und submitting one ist ein hint zu Google, nicht ein guarantee von indexing), so ein noindexed URL sitting in es ist ein contradiction worth resolving.
  • “Excluded durch ‘noindex’ tag” — the legacy name aus the pre-2021 “Index Coverage” Bericht. Still the meisten-searched colloquial version. gleich underlying thing.

wenn Sie’ve landed hier aus any von diese three, Sie sind in the gleich place.

ist es ein problem? The intentional-vs-accidental decision

Don’t reflexively “fix” dies. The decision tree:

  1. Pull the Liste von affected URLs (klicken into the status).
  2. sind these Seiten Sie meant zu exclude? Thank-Sie Seiten, intern Suche, faceted/filter URLs, account/admin, staging that shouldn’t sein live. → kein action. “nicht indexed” ist nicht the gleich als “broken,” und Google says als much: these URLs haben nicht been indexed, aber nicht necessarily weil von ein error.
  3. ist ein Seite Sie wollen indexed in dies Liste? → ein noindex leaked onto es. finden und entfernen es.
  4. ist the noindexed URL auch sitting in Ihre submitted sitemap (häufig surfaced als “Submitted URL marked ‘noindex’”)? → lösen the contradiction directly: entfernen the noindex (zu index es) oder entfernen the URL aus Ihre sitemap (zu leave es noindexed). Don’t leave ein noindexed URL sitting in ein sitemap — sitemap submission ist ein hint zu Google über war Sie wollen indexed, nicht ein Anfrage that overrides the Seite’s own directive.

The Grund competitors treat dies als ein pure “error zu fix” ist that they skip step 2. meisten von the time, dies status ist the System working correctly.

wo the noindex lives: meta tag vs. X-Robots-Tag header

dort sind exactly two delivery methods, und Sie haben zu prüfen both weil they look completely different:

  • Meta robots tag<meta name="robots" content="noindex"> in the Seite’s <head>. Targets alle crawlers; <meta name="googlebot" content="noindex"> targets Google nur. dies ist the one Sie kann spot in the HTML.
  • X-Robots-Tag HTTP headerX-Robots-Tag: noindex in the server’s response headers. dies ist the sneaky one. es ist festlegen in server, CMS, oder CDN config, nicht in the Seite Quelle, so “View Quelle” wird nicht zeigen es. The header Methode ist auch the nur Weg zu noindex non-HTML files — ein response header kann sein verwendet für non-HTML resources such als PDFs, video files, und image files, welche haben kein <head> zu hold ein meta tag.
Evidence for this claim Google supports noindex through a robots meta tag or an X-Robots-Tag HTTP response header; both have the same effect, and the response header supports non-HTML resources. Scope: HTML and non-HTML web resources Confidence: high · Verified: Block Search indexing with noindex

wenn GSC says noindex und Sie swear the Seite tut nicht haben one, the header ist the erste place zu look (the cheat sheet tab lays the two side durch side).

wie zu finden the directive auf ein Seite

  1. View Quelle / rendered DOM — Suche für noindex. prüfen the rendered <head>, nicht just raw Quelle, since ein tag kann sein injected durch JavaScript oder ein tag manager. Don’t stop bei <head>, either: Google hat said es tut nicht enforce meta-robots placement und respects ein robots meta tag gefunden in the Seite’s <body> too, so ein directive injected lower in the Dokument still counts.
  2. Response headerscurl -I https://example.com/page/ (oder browser DevTools → Network → the Dokument Anfrage → Response Headers) und look für ein X-Robots-Tag line.
  3. URL Inspection (GSC)testen live URL — dies fetches the Seite als Googlebot und Berichte the indexing verdict und the response. dies ist the one that catches directives served nur zu Google.
  4. Rich Results testen — another real Googlebot fetch that returns the HTTP response und ein rendered snapshot von exactly war the server zeigt Google.
  5. prüfen für conflicting robots rules, nicht just ein single tag. wenn mehr als one robots directive applies zu the Seite (say, ein template sets index aber ein plugin oder header adds noindex), Google applies the mehr restrictive rule — so ein stray noindex anywhere wins even wenn another rule says index. Don’t stop searching once Sie’ve gefunden one directive that looks permissive.

The robots.txt conflict (warum disallow + noindex backfires)

dies ist the single meisten-muddled point in every other Leitfaden, so I wollen es exact. noindex ist crawlen-dependent: Google hat zu sein able zu fetch the Seite zu lesen the directive. Google states the rule plainly — für the noindex rule zu sein effective, the Seite must nicht sein blocked durch ein robots.txt file und hat zu sein otherwise accessible zu the crawler; wenn es ist blocked oder the crawler kann nicht access es, the crawler will never sehen the noindex, und the Seite kann still erscheinen in Suche (zum Beispiel, wenn other Seiten Link zu es).

Evidence for this claim Google must be allowed to crawl and otherwise access a URL to see and apply its noindex rule; a robots.txt block can hide the directive while the URL remains eligible to appear from other information. Scope: HTML and non-HTML web resources Confidence: high · Verified: Block Search indexing with noindex

I’ve written über the flip side von dies für Jahre. in my Ahrefs piece auf “Indexed, though blocked by robots.txt”, the core point ist that “crawling und indexing sind two different things” — “wenn Sie block ein Seite aus being crawled, Google may still index es.” und specifically auf dies conflict: “Unless Google kann crawlen ein Seite, they wird nicht sehen the noindex meta tag und may still index es weil es hat Links.” So the self-defeating combo ist noindex + robots.txt disallow: the disallow hides the noindex, und the Seite kann stay indexed via external Links.

The correct sequence zu tatsächlich entfernen ein Seite:

  1. erlauben crawling und halten the noindex in place.
  2. Wait für Google zu recrawl, sehen the directive, und drop the Seite.
  3. nur then, wenn Sie wollen zu speichern crawl budget, Sie kann disallow es in robots.txt — after deindexing, nicht vor.

My standing Empfehlung, aus that same article: “Just hinzufügen ein noindex meta robots tag und machen sure zu erlauben crawling — assuming es ist canonical.”

Phantom noindex: CDN cache und Googlebot-nur directives

The hardest version von dies ist the “phantom” noindex: Sie look bei the Seite, sehen kein noindex anywhere, und GSC still Berichte one. John Mueller hat addressed exactly dies — in the cases he’s seen, dort war ein actual noindex, sometimes shown nur zu Google, welche kann sein very hard zu debug. (He noted that scenario wenn dies came up; I’m paraphrasing his point anstatt quoting es als ein formal statement.)

The usual suspects — treat these als hypotheses zu prüfen, nicht confirmed causes, until the live response tatsächlich zeigt one von them:

  • ein CDN oder cache serving ein stale X-Robots-Tag: noindex header das ist kein longer in Ihre origin config.
  • ein directive conditional auf user-agent — the server returns ein clean Seite zu Ihre browser und ein noindexed one zu Googlebot.
  • ein staging/template leak — ein noindex meant für ein staging environment shipping zu production durch ein shared template.

The diagnosis ist the gleich in alle three: don’t trust “View Quelle” in Ihre own browser. tun ein real Googlebot fetch — URL Inspection’s testen live URL oder the Rich Results testen — welche zeigt Sie the HTTP response und rendered Seite exactly als Google receives es. das ist wie Sie catch ein server/CDN serving one thing zu Sie und another zu the crawler.

wie zu fix es und validate

Once Sie’ve confirmed the noindex ist ein mistake:

  1. entfernen the directive bei its real Quelle — the meta tag in the template, oder the X-Robots-Tag header in server/CMS/CDN config. klar any CDN/page cache so the fix ist tatsächlich being served.
  2. Confirm mit ein live Googlebot fetch (URL Inspection → testen live URL) that the Seite now returns kein noindex und zeigt “URL ist verfügbar zu Google.”
  3. Anfrage Indexing für high-priority URLs, and/or verwenden the Bericht’s Validate Fix button zu mitteilen Google zu recheck the whole affected festlegen.
  4. Wait. Deindexing und reindexing sind nicht instant — Google hat zu recrawl zu sehen the ändern erste, und Google’s own guidance ist that revisit timing depends auf the Seite’s importance und kann nehmen considerably longer than ein day oder two (its documentation gives “months” als ein possibility für lower-priority Seiten). Anfrage Indexing auf ein priority URL ist wie Sie fragen Google zu try sooner, nicht ein Weg zu force ein specific timeline. Don’t panic wenn the status lingers während reprocessing.

für the inverse — ein Seite Sie wollen noindexed aber das ist stuck in the index weil es war auch robots.txt-blocked — unblock crawling erste so Google kann finally sehen the noindex.

wo dies sits

dies status ist one node in Google’s Seite Indexing Bericht. The robots directive behind es — noindex — kann sein delivered als ein meta robots tag oder ein X-Robots-Tag header, und the right Tool depends auf whether Sie sind working mit HTML oder non-HTML files. The neighboring statuses (“Indexed, though blocked durch robots.txt” und “Crawled — currently nicht indexed”) describe different states und benötigen different fixes; keeping them straight ist meisten von the battle.

Add an expert note

Pin an expert quote

New person? Create their unclaimed profile at /admin/experts/ → Pin a quote first.