pages disappeared from google

Pages disappearing from Google is a different problem from ranking poorly. A page that has been removed from the index cannot rank at any position, and no amount of content or link work changes that until it is back in.

The distinction matters because the causes are almost entirely technical, and most are fast to identify.

Confirm they are actually gone

  • Search site:yourdomain.co.za/the-page-url. Nothing returned means it is not indexed.
  • Use URL Inspection, which reports the current index state and why.
  • Check whether it is one page, a template, a section, or everything.

That last check narrows the cause immediately. One page suggests something page-level. A whole template suggests a template change. Everything suggests a site-level directive.

The causes

A noindex directive was applied

The most common cause of sudden disappearance, and it acts quickly because it is obeyed as soon as the page is recrawled. Check both the meta tag and the X-Robots-Tag header, which is invisible in page source. See noindex tag issues.

A canonical points somewhere else

If the page declares another URL as canonical, it will be consolidated into that URL and drop out. A template change that hardcodes a canonical removes entire sections this way. See Google chose a different canonical.

The URL changed without a redirect

Common after a redesign or a slug edit. The old URL 404s and the new one is treated as an unrelated page starting from nothing.

robots.txt now blocks it

Blocking prevents recrawling. Note the trap: if the page was already indexed, blocking it can leave it stuck rather than removing it cleanly, because the crawler can no longer see any directive.

The page returns an error

Sustained 404 or 5xx responses cause removal. Check the actual status code rather than what the page appears to show, since a page can display content while returning an error.

Quality-based dropping

Slower and more gradual. Thin or duplicative pages can be dropped after previously being indexed, particularly where the site has many similar pages. This presents as gradual attrition rather than sudden disappearance. See crawled, currently not indexed.

A manual action

Rare and explicitly reported in Search Console under Manual Actions. If nothing is listed, this is not your cause.

Diagnostic order

  • URL Inspection on an affected page, and read the stated reason.
  • Check for noindex in both the meta tag and the response headers.
  • Check the declared canonical.
  • Confirm the status code is 200.
  • Read robots.txt.
  • Check Manual Actions.
  • Check whether the URL changed recently.

Most cases resolve within that list. If none applies and the loss was gradual rather than sudden, it is likely a quality assessment rather than a fault.

Getting them back

  • Remove whatever directive caused it, then request indexing for a few important pages.
  • Where the URL changed, redirect the old one to the new.
  • Where the cause was quality, the page has to genuinely improve. Requesting indexing on an unchanged page does nothing.
  • Expect return within days for important pages, longer for deeper ones.

Frequently asked questions

How quickly do pages come back?

As they are recrawled, which for important pages is often days. Deeper pages take longer because they are crawled less frequently.

Will requesting indexing fix it?

Only after the cause is removed. Requesting indexing prompts a recrawl; if the noindex or canonical is still there, the page will be excluded again.

A whole section vanished. What does that suggest?

Almost always a template-level change: a directive, a canonical, or a robots rule applying to that path. Section-wide disappearance is not a content problem.

Could this be a penalty?

Rarely, and Search Console tells you explicitly under Manual Actions. Absent a listed action, look at directives and status codes instead.

Consulting CTA

If pages have dropped out of the index and directive checks have not explained it, book an SEO consultation for an indexation review.