---
title: "Hreflang error rates: what's actually sourced, and what isn't"
url: https://seomadman.com/research/hreflang-error-prevalence-2026
section: research
published: 2026-07-29T00:00:00.000Z
modified: 2026-07-29T00:00:00.000Z
author: Adam Hafez
topics: ["Technical SEO"]
---

# Hreflang error rates: what's actually sourced, and what isn't

## The short answer

Two numbers circulate in hreflang advice: 72% of sites have a critical error per an "Ahrefs 2026 State of SEO survey," and one error invalidates 40% of implementations per Google's documentation. Neither traces to a real source. Ahrefs' real 2023 study found 67% of domains had some issue. Google's documentation describes real failure modes: reciprocity, x-default, and canonical alignment.

## Key takeaways

- A commonly cited "72% of multi-country sites, Ahrefs 2026 State of SEO survey" statistic does not appear anywhere on ahrefs.com.
- A commonly cited "a single error invalidates roughly 40% of implementations, per Google" claim does not appear anywhere on developers.google.com.
- Ahrefs did publish a real hreflang study in August 2023 covering 374,756 domains, finding 67% had at least one issue, most often a missing x-default.
- Google's documentation states plainly that hreflang tags without a reciprocal return link are ignored, not partially applied.
- The x-default value is documented as optional and recommended, never as a requirement Google enforces.

Search a few hreflang guides published this year and the same two numbers turn up again and
again: 72% of multi-country sites have a critical hreflang error, attributed to an "Ahrefs 2026
State of SEO survey," and a single error invalidates roughly 40% of implementations, attributed
to Google's own documentation. Both numbers are precise, both sound institutional, and neither
one checks out. This piece traces each claim to its stated source, then lays out what Google's
documentation actually says instead.

## The statistics that don't check out

The 72% figure is usually presented as coming from an Ahrefs survey. Ahrefs does publish an
annual "State of SEO" style content series and does publish real, well-documented hreflang
research, which makes the claim easy to believe without checking. But no page on ahrefs.com
states that 72% of multi-country sites have a critical hreflang error, and no survey matching
that name and year was found. The number appears to circulate purely through repetition across
downstream SEO blogs, each one citing the last.

What Ahrefs actually published is a hreflang study dated 10 August 2023, built from a crawl of
374,756 domains using hreflang tags. Its real headline finding is that 67% of those domains had
at least one issue, and its most common single problem was a missing x-default tag, present on
56.3% of the affected domains, followed by missing self-referencing tags and broken or redirected
references. That is a real, dated, citable number, three years old at the time of writing and
about all domains with hreflang rather than multi-country sites specifically. It is a plausible
ancestor of the "72%" claim, close enough in shape that a rounding or a misremembering could
explain the drift, but it is not the same statistic and it does not support the "2026" framing.

The second claim, that a single error invalidates roughly 40% of implementations per Google
Search Central, fares worse: it does not appear anywhere in Google's developer documentation at
all. Google's real documentation explains rules, not live error rates on the wild web, and Google
has never published a percentage of hreflang implementations it considers broken. Attributing a
specific quantified statistic to Google when Google's own site contains nothing matching it is a
more serious sourcing failure than an outdated Ahrefs number, because it invents institutional
authority rather than merely misquoting a real one.

## What Google actually documents

Strip away the invented percentages and what remains is real, verifiable, and arguably more
useful: Google's documentation describes exactly which implementation mistakes break hreflang,
even without attaching a frequency to them.

**Reciprocity is not optional.** Google's [localized-versions
documentation](https://developers.google.com/search/docs/specialty/international/localized-versions)
states plainly that if two pages do not both point to each other, the tags are ignored. This is
not a partial penalty; a one-directional hreflang relationship is treated as if it were not there.
A page that lists every translation but is never listed back by those translations gets nothing
from the annotation.

**x-default is a fallback, not a requirement.** The same documentation describes x-default as a
value to consider adding for a language or country selector or an auto-redirecting home page, used
when no other language or region in the set matches the visitor's browser setting. Google
recommends it; Google does not require it, and omitting it does not make the rest of a correctly
reciprocal set invalid.

**Canonical and hreflang are meant to agree, not compete.** Google's [canonicalization
documentation](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls)
instructs sites using hreflang to point each page's canonical at a version in the same language,
or the closest substitute if none exists in that exact language. That is a real, documented
coupling: hreflang and canonical are meant to be built together, and a canonical that quietly
points at a different language than its own hreflang set describes is exactly the kind of internal
contradiction that undermines both signals.

None of these three rules comes with an error-rate percentage attached, and that is the honest
state of the documentation: Google tells implementers what breaks the system, not how often sites
get it wrong.

## Why we care

The lesson here is not really about hreflang. It is about how a number gets laundered into
apparent authority: an invented figure gets a fake survey name, a fake year, and enough repetition
across secondary sources that it starts to look better-sourced than research that actually exists.
The real Ahrefs study got less attention than the fabricated 72% claim built in its shadow.

The practical fix does not need a percentage at all. The three rules confirmed above, reciprocity,
optional x-default, and canonical and hreflang built to agree, are exactly what this site's own
[hreflang tag generator](/tools/hreflang-tag-generator) checks before a set of tags ships: every
URL gets a row pointing at itself, duplicate language codes get flagged, and the tool's
documentation is honest that it can only validate the data entered, not crawl the live pages to
confirm reciprocity in production. Use it as a pre-flight check, then verify the live set in
Search Console's International Targeting report, the same two-step confirmation this piece leaned
on for its sourcing.

## Frequently asked questions

### Is the "72% of multi-country sites" hreflang statistic real?

No credible primary source was found. It does not appear on ahrefs.com, and no "Ahrefs 2026 State of SEO survey" could be located. Treat any piece citing it without a working link to ahrefs.com as unsourced.

### Does Google say a single hreflang error invalidates 40% of implementations?

Not in any documentation found on developers.google.com. Google's real documentation describes rules, such as the reciprocity requirement, rather than publishing error-rate statistics about sites in the wild.

### What does Ahrefs' real hreflang study actually say?

Published 10 August 2023 and based on a crawl of 374,756 domains using hreflang, it found 67% had at least one issue, the most common being a missing x-default tag at 56.3% of those domains, followed by missing self-referencing tags and broken references.

## Sources

1. [Tell Google about localized versions of your page](https://developers.google.com/search/docs/specialty/international/localized-versions) - Google Search Central (primary)
2. [How to specify a canonical with rel="canonical" and other methods](https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls) - Google Search Central (primary)
3. [Over 67% of domains using hreflang have issues (study of 374,756 domains)](https://ahrefs.com/blog/hreflang-study) - Ahrefs