When a site needs to serve multiple countries, languages or brands, the first technical decision (even before talking about hreflang, covered by this section's dedicated international SEO guide) is how to structure the URLs: fully separate domains per country (.es, .fr, .de), subdomains of the same domain (es.domain.com, fr.domain.com) or subfolders of the same domain (domain.com/es/, domain.com/fr/)? All three are technically viable and all three show up on real large sites, but they aren't equivalent in domain authority, maintenance cost or ease of technical management.
This guide compares the three structures on the points where they genuinely differ at a technical level, not on aesthetic preference, so the decision can be made with the right criteria given each project's actual size and resources.
ccTLD (country-code domain): the strongest geographic signal, the highest cost
A ccTLD (.es, .fr, .de, .mx) is the most unambiguous geographic signal that exists for a search engine: no extra configuration is needed for Google to understand that domain targets that specific country, the extension already says so. It's the option that works best when the presence in each country is substantially independent (different marketing teams, product catalog, or even brand identity per country), because each ccTLD accumulates its own domain authority, its own links and its own history, with no technical dependency on the others.
The cost is proportional to that benefit: each ccTLD is, for all technical purposes, a completely separate domain. It needs its own SSL certificate (or to be managed within a multi-domain certificate), its own Search Console setup, its own link-building strategy from scratch, and inherits absolutely nothing from the accumulated authority of the company's other domains. A business launching its seventh ccTLD starts, for SEO purposes, almost from zero on that specific domain.
Subdomain: clear technical separation, partially shared authority
A subdomain (es.domain.com) lives under the same root domain, which simplifies some things compared to a ccTLD: a single domain registration, and in many cases (though not always, it depends on configuration) a single wildcard SSL certificate covering all subdomains. There's historically been debate over whether Google treats each subdomain with its own authority, quite similar to a separate domain, or whether it inherits part of the root domain's authority; Google's public stance leans more toward the former (treating it almost as a separate entity) than toward automatic authority sharing, though in practice real sites show mixed behavior depending on how many signals they genuinely share (cross-linking, related content).
Technically, a subdomain can also be hosted on infrastructure completely separate from the main domain's (a different server, even a different hosting provider), which is useful when a section needs a different technology stack, but it introduces a real separation of cookies and session between the main domain and the subdomain that has to be explicitly managed if user state needs to be shared between the two.
Subfolder: the one that consolidates the most authority, the simplest to operate
A subfolder (domain.com/es/) is, of the three, the one that most directly consolidates all of the root domain's authority, links and history: there's no ambiguity or debate over whether Google treats it as a separate entity, it technically is the same entity. This makes it the most efficient option when the goal is for ranking effort in one country or language to also benefit the others, especially relevant for new sites or sites with limited link-building resources, where starting every country from scratch (as happens with ccTLDs) would be unviable.
It's also, by far, the simplest operationally: a single SSL certificate, a single DNS record, a single infrastructure deployment, and all analytics consolidated under the same property with no need to configure separate views or properties unless voluntarily segmenting. The cost is that it loses the ccTLD's explicit geographic signal (it has to be communicated through other means: hreflang, Search Console geotargeting, localized content) and that, if the business later splits by country (selling off a subsidiary, differing legal requirements), migrating away from subfolders is more complex than disconnecting a ccTLD that was already independent from the start.
Direct technical comparison
ccTLD (domain.es, domain.fr)
+ Strongest geographic signal, no extra configuration needed
+ Authority and reputation fully independent across countries
- Each domain starts its authority almost from zero
- Higher management cost: SSL, DNS, Search Console and links separately
Subdomain (es.domain.com)
+ Single root domain, simplified registration management
+ Can be hosted on different technical infrastructure if needed
- Authority treated close to independently in practice
- Cookies and session separated from the main domain by default
Subfolder (domain.com/es/)
+ Maximally consolidates the root domain's authority and history
+ Operationally the simplest: one SSL, one DNS, one analytics property
- No explicit geographic signal, depends on hreflang and geotargeting
- Migrating to a separate structure later is more complex
Multi-brand: the same dilemma with an added variable
When the reason for separation isn't geographic but brand-related (a company with several commercial brands under the same group), the technical analysis is the same but with an added consideration: if the brands need to be perceived as fully independent to the public (competing with each other, entirely different visual and business identity), a dedicated domain per brand is almost mandatory regardless of SEO, because mixing competing brands under subfolders of the same root domain can create business confusion beyond any technical consideration. If the brands are complementary and benefit from reinforcing each other, the subfolder logic (consolidating authority) usually outweighs brand separation.
How to decide in practice: criteria beyond pure SEO
The decision should rarely be made on SEO criteria alone. Actual link-building and content resources per country (if limited, a subfolder reduces the risk of diluting effort across domains that never build their own authority); legal requirements or local brand perception (some countries or industries have strong expectations of a local domain, especially in regulated sectors); the business's organizational structure (fully independent per-country teams manage their own ccTLD better than a shared subfolder); and the horizon for a future sale or spin-off of a specific business unit, where an already-independent ccTLD makes that transition far easier than migrating away from a subfolder.
Frequently asked questions
Does switching from a subfolder to a ccTLD lose all accumulated rankings?
With correctly mapped 301 redirects and enough time for Google to process the change, most of the authority transfers, but some temporary fluctuation is common, and the new ccTLD starts accumulating its own authority as a new entity from that point on.
Does Google officially confirm whether a subdomain inherits the root domain's authority?
Google's public stance has been to treat subdomains as closer to independent entities than to automatically inheriting all authority, though observed behavior on real sites varies depending on how many signals the two genuinely share.
Is a ccTLD mandatory to meet legal requirements in some countries?
In some regulated sectors (banking, healthcare, gambling), yes, having a presence on a country domain can be a local legal or regulatory requirement, regardless of which SEO strategy would otherwise be preferred technically.
Can ccTLDs be combined for some countries and subfolders for others within the same business?
Yes, that's a common strategy: using ccTLDs in large, strategic markets where investing in building dedicated authority is worthwhile, and subfolders for smaller markets where consolidating shared authority is more efficient with limited resources.
Which of the three options does Google recommend by default?
Google doesn't recommend one option over the others as a general rule; all three are valid, and Google's official documentation focuses on explaining the technical management differences (geotargeting, hreflang) rather than tipping the scale toward one specific structure.