Paul LovellBook a call
Back to Blog
6 min readPaul Lovell

International SEO Architecture: Subfolders vs. Subdomains vs. ccTLDs

International expansion is one of the few legitimate reasons to reach for a subdomain or ccTLD instead of a subfolder. Here's how to actually choose.

International SEOTechnical SEOSite Architecture

International expansion needs a URL architecture decision early, and it's one of the few places a subdomain or even a ccTLD is a legitimate default rather than a compromise. The three options are subfolders (example.com/fr/), subdomains (fr.example.com), and country-code domains (example.fr).

Comparing the three

MetricSubfoldersSubdomainsccTLDs
Domain authorityConsolidates into the root domainSplits authority per subdomainNo shared authority — starts from zero
Geotargeting signalsVia GSC + hreflangVia GSC + hreflang + DNSStrongest natural country signal
User trust/conversionModerateModerateHighest local trust, generally
Hosting/SSL overheadSingle server & certificateMultiple DNS entries/certificatesFull multi-domain hosting & registration per market

The practical recommendation

For most businesses, subfolders are the right default — building link authority across several ccTLDs from scratch is expensive, and subfolders let a new market borrow the existing domain's authority to rank sooner rather than starting cold. ccTLDs make sense once there's established local infrastructure, a distinct legal entity per market, and a local team capable of building authority independently — at that point the local-trust benefit tends to outweigh the authority-consolidation argument for subfolders.

Hreflang, regardless of which structure you pick

Whichever structure is chosen, self-referential and cross-regional hreflang annotations still need to be correct across every variant:

<link rel="alternate" hreflang="en-gb" href="https://example.com/uk/" />
<link rel="alternate" hreflang="fr-fr" href="https://example.com/fr/" />
<link rel="alternate" hreflang="x-default" href="https://example.com/" />
<link rel="canonical" href="https://example.com/fr/" />
Paul Lovell

Written by

Paul Lovell

International SEO Consultant & Founder of Always Evolving SEO. 15+ years running technical audits, log-file analysis, and root-cause fixes for multimillion-dollar businesses — speaker at SMX London, Search & Content Summit, and SEMrush events.