Hreflang removed: Google no longer knows which language to serve
In brief
An hreflang removed alert means every tag that tells Google the language and country of each version has disappeared — international targeting breaks silently. Restore the hreflang block and make sure the annotations reference each other across all versions.
What is it?
All hreflang tags are gone.
Why it hurts SEO and AI
International targeting is broken: Google may serve the French version to a Spanish visitor, or let your language versions compete against each other. On a multilingual site, this is a major, silent regression.
When it is NOT a problem
- Your site is monolingual and never needed hreflang.
- You are intentionally consolidating several language versions into one and the removal is deliberate.
- The tags moved to the HTTP header or the sitemap and are still present, just not in the HTML.
<!-- <head> -->
<!-- no hreflang tags left --><link rel="alternate" hreflang="fr" href="https://example.com/fr/" />
<link rel="alternate" hreflang="en" href="https://example.com/en/" />
<link rel="alternate" hreflang="x-default" href="https://example.com/" />Each version must list all the others, including itself, with an x-default for languages that are not covered.
How to fix it
- Confirm the removal is unintentional by comparing with a previous crawl.
- Restore the hreflang block in the template or generator that emitted it.
- Check reciprocity: each version must reference itself and every other version.
- Re-crawl and check for hreflang errors in Search Console.
This scan checks technical compliance: viewport, charset, HTTPS, hreflang
Is this issue on your site?
Did your hreflang tags disappear after a deploy? Enter a URL: Seogard tracks your language annotations across crawls and warns you when international targeting breaks. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
Each market gets the right language version in its search results.
Seogard catches this regression automatically — through its continuous SEO monitoring.
Frequently asked questions
What actually happens when hreflang disappears?
Google loses the link between your language versions: it may show the wrong language in results or let two versions compete on the same query.
Does hreflang have to be in the HTML?
No, it can live in the HTTP header or the XML sitemap; what matters is that it is present somewhere and reciprocal across all versions.
Related rules
Updated July 10, 2026