Homepage deindexed overnight — and only the homepage.
The inner pages still rank. The blog still ranks. But the front door of the business — the page that carried your best keyword — has been quietly removed from Google’s index, and the alert arrived at 2:47am.
Why only the homepage? The four usual causes
1. The canonical betrayal
Your homepage politely tells Google “the real version of me lives elsewhere” — at a staging URL, the http version, or a variant with a tracking parameter. Google believes it and drops the page. This is the classic aftermath of a redesign or migration.
2. The stray noindex
A theme setting, an SEO plugin toggle, a template change — one checkbox on one template, and only pages using that template vanish. The homepage often has its own template. View source and search for “noindex”.
3. The redirect loop
Homepage redirects to itself (or bounces between www/non-www, http/https). Users get there eventually; crawlers give up and drop the URL.
4. The robots.txt edge case
A rule meant to block something else accidentally matches the root. Rare, but a thirty-second check in the robots tester rules it out.
The fix sequence
- Run the homepage through Search Console’s URL Inspection — it names the reason (noindex detected, canonical chosen, redirect error).
- Fix the named cause. Re-inspect to confirm the live test passes.
- Request indexing. Homepages tend to return quickly once clean — often within hours to a couple of days.
- Then find how it happened — who deployed what, when — so it cannot happen silently again. (Our Glass page shows how we log our own mistakes; every business deserves that habit.)
Questions people ask
Why would only my homepage be removed from Google?
Because the cause is page-specific: a canonical tag pointing to a staging or variant URL, a noindex on the homepage template, a redirect loop on the root, or a robots rule matching it. URL Inspection in Search Console names the culprit.
How fast does a deindexed homepage come back?
Once the cause is fixed, homepages often return within hours to a few days after a reindexing request - they are crawled more often than any other page.
Does requesting indexing actually work?
Yes, for clean pages. It cannot force a page past an unfixed noindex, canonical or redirect problem - fix first, then request.
Why would only my homepage be removed from Google?
Because the cause is page-specific: a canonical tag pointing to a staging or variant URL, a noindex on the homepage template, a redirect loop on the root, or a robots rule matching it. URL Inspection in Search Console names the culprit.
How fast does a deindexed homepage come back?
Once the cause is fixed, homepages often return within hours to a few days after a reindexing request - they are crawled more often than any other page.
Does requesting indexing actually work?
Yes, for clean pages. It cannot force a page past an unfixed noindex, canonical or redirect problem - fix first, then request.
Scenarios are composites built from real, common situations — not client stories. We publish no metrics we cannot prove.