Noindex added: your page will drop from Google within days

In brief

A noindex directive removes the page from Google’s results as soon as Googlebot recrawls it, often within days. Only use it when deindexing is intended; otherwise remove it and redeploy immediately.

CriticalP0 — Deindexing

What is it?

A noindex directive appeared on this page (robots meta tag or X-Robots-Tag header).

Why it hurts SEO and AI

Google removes the page from its index within days: all its organic traffic disappears. If the directive is accidental (staging config deployed, plugin), the loss goes unnoticed until traffic drops.

When it is NOT a problem

  • The page should NOT be indexed (cart, internal search results, thank-you page, technical duplicate).
  • The noindex is temporary and intentional (page in preparation) and you know it will be removed.
  • You just added the page and are managing its indexing in stages.
Before
<!-- The page leaves the index -->
<meta name="robots" content="noindex, follow">
After
<!-- The page stays indexable -->
<meta name="robots" content="index, follow">

A noindex can also come from an X-Robots-Tag HTTP header, invisible in the HTML: check both.

How to fix it

  1. Confirm whether the noindex is intended for this specific URL.
  2. If it’s accidental, find its source: robots meta in the template, server X-Robots-Tag header, or a staging config deployed to production.
  3. Remove the directive and redeploy.
  4. Request a fresh crawl in Search Console to speed up reindexing.

This scan checks the HTTP status, noindex and canonical of every page

Is this issue on your site?

Does an important page carry a noindex by mistake? Enter a URL: Seogard reads the robots meta AND the X-Robots-Tag header and tells you in 30 seconds whether Google is allowed to index. Free, no credit card.

  • No credit card
  • Result in ~30 s

What you get back

The page stays in the Google index and keeps its existing traffic.

Seogard catches this regression automatically — through its monitoring for your metas and canonicals.

Frequently asked questions

How long before a noindexed page disappears?

Usually within days, once Googlebot recrawls the page and picks up the directive. Frequently crawled pages drop faster.

Should I also block the page in robots.txt?

No, it’s counterproductive: if robots.txt blocks crawling, Google can’t read the noindex and may keep the page indexed. Keep the page crawlable with its noindex.

Related rules

Updated July 10, 2026