---
name: same-language-market-duplication
description: Use when two or more country versions share a language, such as en-GB and en-US or es-ES and es-MX, and the wrong country version keeps appearing in each market.
---

# Same-Language Market Duplication

Near-identical pages in one language are the hardest international case to fix. Hreflang influences which version is shown to a matched user, but it does not stop a search engine selecting one version as canonical and folding the rest in, and it does nothing at all when the pages really are the same page sitting in two folders. Adding more annotation is the reflex and it does not work, because the problem is duplication rather than annotation.

## What you need first

- The country clusters sharing a language, with the URL of every variant listed
- Search Console performance filtered by country, at page level rather than site level, per variant
- A body-content diff between variants with navigation, header and footer excluded
- The commercial cost of the swap: whether a visitor from country A landing on the country B page can actually buy

## Method

1. Measure the swap before you fix it. Filter by country and check which URL genuinely receives the impressions in each market, because a swap that costs nothing commercially is often not worth the cost of differentiating.
2. Diff the body content between variants with boilerplate excluded. If the unique share is small you are asking the engine to keep several copies of one page, which it will not do whatever the annotations say.
3. Confirm hreflang and canonical agree on every variant. A country variant canonicalising to another country variant has explicitly asked to be folded in, and templated builds produce this by accident more often than anything else.
4. Differentiate on what actually differs in the market: currency and price, delivery and returns terms, tax treatment, regulatory and compliance wording, local case studies, support hours and phone numbers, units and spelling. These are also the things a buyer from that country checks before ordering.
5. Where nothing genuinely differs, consolidate. One page with clear coverage beats three splitting the same signals, so keep the country folder only where there is real market-specific substance to put in it.
6. For the clusters you keep, check internal linking. Cross-linking between country variants inside body copy muddies selection, so route all switching through a dedicated switcher rather than inline links.
7. Re-check by country after a full recrawl and record whether the swap actually moved, because with same-language variants the engine frequently keeps its own choice and you need to know that before promising a fix again.

## What this produces

A per-cluster decision to differentiate, consolidate or accept, listing the specific content that will be made market-specific for each cluster kept.

## Where this goes wrong

- Adding hreflang and expecting it to resolve duplication, when it only influences which of the versions already selected gets shown
- Differentiating on spelling alone, which does not make two pages distinct in any meaningful sense
- Consolidating a market whose price, tax or shipping terms genuinely differ, so the surviving page misinforms half the people who read it
- Judging the swap from your own searches instead of country-filtered data, because your results reflect your location and history rather than the market

---

From the QuQi skill library - https://www.quqi.io/skills/same-language-market-duplication
