Try the Hreflang Generator

International SEO Beyond Hreflang: URL Structure, Content Localisation, and Local Links

Hreflang solves one problem in international SEO β€” the rest depends on URL structure choice, genuine content localisation vs. translation, and local link building. Here's the complete international SEO framework that hreflang fits into.

By sadiqbd Β· June 8, 2026

International SEO Beyond Hreflang: URL Structure, Content Localisation, and Local Links

Hreflang solves the wrong-language problem β€” but international SEO goes much further

You can implement perfect hreflang tags and still have an international SEO strategy that underperforms. Hreflang handles one specific problem: ensuring the right language/region variant is served to the right user in search results. It doesn't ensure the content is actually localised well enough to rank, that the URL structure supports geographic targeting, that local links are being built, or that the user experience meets local expectations.

Hreflang is necessary but not sufficient for international SEO that actually works.


The three international URL structures

Before hreflang even enters the picture, you need a URL structure. The choice affects both SEO and operational complexity.

Country code top-level domains (ccTLDs)

Separate domains for each country:

  • example.co.uk β€” UK
  • example.de β€” Germany
  • example.fr β€” France
  • example.com.au β€” Australia

SEO advantages: strongest geographic targeting signal. No ambiguity about which country the site targets. Local link building is more straightforward β€” local sites link to a .co.uk without hesitation.

Disadvantages: each ccTLD is a separate domain from Google's perspective β€” domain authority doesn't carry over. Link building, trust, and age start from zero on each. Operationally complex to maintain multiple domains.

Best for: large organisations with resources to build independent presences in each market.

Subdomains

uk.example.com, de.example.com, fr.example.com

SEO advantages: can be configured for geographic targeting in Google Search Console. Easier to set up than ccTLDs. Can share some domain signals.

Disadvantages: Google generally treats subdomains as separate from the main domain for authority purposes. Less strong a signal than ccTLD but cleaner separation than subdirectory.

Best for: organisations wanting geographic separation without the operational overhead of separate domains.

Subdirectories (recommended by Google)

example.com/uk/, example.com/de/, example.com/fr/

SEO advantages: all content under one domain; domain authority, trust, and age benefit all geographic variants. Easiest to implement and maintain. Hreflang implementation is simpler. Google explicitly recommends this structure for most situations.

Disadvantages: geographic targeting is less explicit than ccTLD. Local link building may require explicitly targeting the subdirectory URL.

Best for: most organisations β€” especially those where the main domain already has significant authority.


Content localisation vs. translation

This is where most international SEO strategies fail: treating localisation as a translation task when it's actually a content adaptation task.

Translation converts words from one language to another. A translated page contains the same information in a different language.

Localisation adapts content for a specific market: currency, units of measurement, cultural references, legal context, product names, examples, images, and the specific ways that market's audience searches for information.

The SEO difference: search behaviour differs by language and country even for the same concept. German users searching for home loans use different terms, have different questions, and respond to different content angles than UK users searching for mortgages. A translated page from English won't naturally rank in Germany because it doesn't match German search behaviour.

Practical localisation checklist:

  • Currency in local denomination (€, Β£, $, not one-size-fits-all)
  • Date format (DD/MM/YYYY vs. MM/DD/YYYY)
  • Units of measurement (metric vs. imperial)
  • Local product or service names (what's called "savings account" in the US is called "current account" for some products in the UK)
  • Local regulatory context where relevant (GDPR in Europe vs. CCPA in California)
  • Local cultural examples and case studies rather than imported ones

Hreflang implementation in context

Given a properly localised content set, hreflang connects the pieces:

<!-- On the UK page (/en-gb/page) -->
<link rel="alternate" hreflang="en-gb" href="https://example.com/en-gb/page" />
<link rel="alternate" hreflang="en-us" href="https://example.com/en-us/page" />
<link rel="alternate" hreflang="de" href="https://example.com/de/page" />
<link rel="alternate" hreflang="fr" href="https://example.com/fr/page" />
<link rel="alternate" hreflang="x-default" href="https://example.com/page" />

The same set of tags appears on every language/region variant, bidirectionally β€” each version references all the others.

Critical for hreflang to work:

  • DMARC passes (actually: DMARC doesn't matter here β€” that's for email)
  • Content is actually differentiated between hreflang variants (using the same English content for en-us and en-gb is technically valid but misses the point)
  • All hreflang URLs return 200 (no redirects in the hreflang set)
  • Bidirectional confirmation: every page referenced in a hreflang set must contain a matching hreflang tag back

Local link building: the underinvested component

For international SEO, links from sites in the target country/language carry stronger signals than generic international links. A German-language site linking to your /de/ content is more valuable for German ranking than an equivalent English link.

Local link acquisition approaches:

  • Local press: PR outreach to German, French, UK publications rather than only targeting English-language coverage
  • Local directories and associations: industry associations and business directories in each country
  • Local partnerships: cross-links with non-competitive local businesses in each market
  • Localised content creation: content specifically valuable to each market generates local links that generic translated content doesn't

This is why ccTLDs have advantages β€” example.de attracts German links more naturally than example.com/de/.


International SEO audit checklist

Beyond hreflang:

Technical:

  • URL structure choice implemented consistently
  • Hreflang tags present and bidirectional
  • Geographic targeting configured in Google Search Console for subdomains/subdirectories
  • All variant pages return 200 status
  • Canonical tags on each page point to themselves (not to the main-language version)

Content:

  • Content is localised, not just translated
  • Local currency, units, examples throughout
  • Local keyword research conducted in target language (not translated from English)
  • Local search volume data used for prioritisation

Links:

  • Local link building in progress for each major market
  • Local business listings and directories

How to use the Hreflang Generator on sadiqbd.com

  1. Enter each URL and its language/region combination β€” one per row
  2. Add x-default β€” specify the fallback for users who don't match any variant
  3. Generate β€” the tool produces the complete set of bidirectional hreflang tags for each page
  4. Copy the tag set for each page β€” paste into the <head> of the corresponding page

Frequently Asked Questions

Can I target a language without targeting a country (e.g. Spanish globally)? Yes β€” hreflang="es" targets Spanish speakers regardless of country. Use language-only targeting when you have one Spanish page serving all Spanish-speaking countries, and country-specific variants (es-mx, es-es, es-ar) when you have localised versions for specific markets.

What happens if hreflang is implemented incorrectly? Google ignores invalid hreflang implementations and falls back to its own judgement about which page to show for which query. This means wrong-language pages may appear in wrong-market searches, and link equity may not consolidate as intended. It doesn't actively harm rankings, but the benefit is lost.

Is the Hreflang Generator free? Yes β€” completely free, no sign-up required.


Hreflang is one signal in international SEO β€” important, but only valuable when the content it references is actually localised for the target audience and the broader strategy includes local link building and proper URL structure.

Try the Hreflang Generator free at sadiqbd.com β€” generate complete bidirectional hreflang tag sets for any number of language and region variants.

Try the related tool:
Open tool

More Hreflang Generator articles