What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

Google advises using a URL structure that reflects the target language or market for multilingual sites. The correct use of hreflang tags ensures that users see the right version of the page.
35:50
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h05 💬 EN 📅 20/07/2017 ✂ 10 statements
Watch on YouTube (35:50) →
Other statements from this video 9
  1. 2:39 La police de caractères a-t-elle un impact sur le classement Google ?
  2. 11:29 Changer la date d'un article suffit-il à le faire reindexer comme du contenu frais ?
  3. 34:36 Sous-domaines ou sous-répertoires : quelle structure URL privilégier pour un site multilingue ?
  4. 44:12 Comment gérer les canonicals sur les applications Angular à contenu identique ?
  5. 44:53 La densité de mots-clés a-t-elle encore un impact sur votre classement ?
  6. 50:10 Comment Google définit-il réellement le classement mondial et que faut-il mettre en place pour y prétendre ?
  7. 56:20 Les signaux sociaux influencent-ils vraiment le classement SEO ?
  8. 67:00 La balise noindex empêche-t-elle vraiment Google d'indexer vos pages ?
  9. 74:40 Faut-il vraiment restaurer son contenu APRÈS avoir sécurisé un site hacké ?
📅
Official statement from (8 years ago)
TL;DR

Google recommends using a clear URL structure that reflects the target language or market for multilingual sites, combined with the correct use of hreflang tags. This approach ensures that users arrive at the correct language version of the page. The downside: many sites neglect the rigorous implementation of hreflang and end up with duplicate content or misrouted users.

What you need to understand

Why does Google emphasize URL structure for multilingual sites?

The URL structure is not just a cosmetic detail. It sends a strong signal to Google about the geographical and linguistic organization of your content. When you use language-specific subdomains (fr.example.com), subdirectories (/fr/), or dedicated domains (.fr), you make it easier for the engine to understand which version to serve to which user.

This statement aligns with the separate indexing logic for each language version. If your structure is unclear or inconsistent, Google may index the wrong version for the wrong region, diluting your international visibility. Multinational e-commerce sites are particularly exposed to this risk.

What does it mean to use hreflang tags correctly?

The word "correctly" hides a technical reality: the majority of hreflang implementations contain errors. Google means that each page must declare all its language variants, including itself, using consistent ISO language codes (fr, en-GB, es-MX, etc.).

The classic mistake: forgetting reciprocity. If the FR page points to the EN page, the EN page must point back to FR. Without this complete loop, Google ignores the annotations. Another common pitfall: mixing relative and absolute URLs, or declaring variants that do not actually exist.

Does this recommendation apply to all types of multilingual sites?

The important nuance: Google does not say that every multilingual site must absolutely adopt a segmented URL structure. A small site with 2-3 languages can technically operate with a cookie detection system and dynamic content, but it is risky.

The recommendation primarily targets sites with multiple distinct markets. If you are targeting France, French-speaking Belgium, and French Canada, you need clear signals to prevent Google from serving the Canadian version to the French audience. The URL structure then becomes a geotargeting lever through Search Console.

  • A clear URL structure by language or market facilitates the separate indexing of each version
  • Hreflang tags must be reciprocal and complete across all variants
  • Geotargeting in Search Console requires a segmented URL architecture (subdomain or subdirectory)
  • Hreflang implementation errors are extremely common and can negate all benefits
  • Google does not explicitly recommend a structure (ccTLD vs subdirectory vs subdomain), but each has different SEO implications

SEO Expert opinion

Is this statement consistent with field observations?

On paper, yes. In practice, sites that strictly adhere to these recommendations do have fewer issues with international indexing. But Google simplifies a lot. The reality: even with a perfect URL structure and impeccable hreflang, some sites still see Google serving the wrong language version.

I have observed cases where Google simply ignores the hreflang annotations, especially when the content of the pages is too similar across language versions. If your translations are automated and of poor quality, or if you duplicate English content across all versions, Google may decide that your hreflang signals are unreliable.

What nuances should be added to this recommendation?

Google does not specify which URL structure to choose, and this is intentional. Each option has different SEO implications that this statement overlooks. A ccTLD (.fr, .de) offers the strongest geographic signal but can be costly in authority if starting from scratch. A subdirectory (/fr/) centralizes domain authority but can create confusion for Google if the main site is heavily associated with a country.

Another point: Google mentions "target language or market" without clearly distinguishing between the two. A site can target multiple countries with the same language (en-GB, en-US, en-AU) or multiple languages in the same country (fr-CA, en-CA). The hreflang implications are not the same, and many sites mix language codes and country codes inconsistently. [To be verified]: Google has never clarified if excessive granularity (like en-GB-London) is counterproductive.

In what cases does this rule not apply completely?

If you have a site with user-generated content in multiple languages (like forums, marketplaces), the recommendation becomes difficult to apply strictly. You cannot create a URL for each language for every post. In this case, many sites do not use hreflang at all and let Google detect the language through content.

Another exception: sites with automatic language detection and server-side redirection. Technically, Google recommends not to redirect based on IP or Accept-Language, but to let the user choose. If you do redirect anyway, ensure that Googlebot can access all versions without redirection; otherwise, your hreflang will be pointless.

Warning: Google does not always crawl all language variants with the same frequency. If your crawl budget is limited, some versions may remain under-indexed despite perfect technical implementation. Monitor language coverage in Search Console.

Practical impact and recommendations

What steps should be taken to structure a multilingual site?

Start by choosing your URL architecture based on your resources. If you are targeting multiple countries with strong local intent, ccTLDs (.fr, .de) remain the safest choice for geotargeting. If you want to centralize authority and simplify management, opt for subdirectories (/fr/, /de/). Subdomains (fr.site.com) are a compromise that works but are losing popularity.

Once the structure is defined, implement hreflang in the HTML header of each page (link tag rel="alternate") or through the XML sitemap. Both methods work, but the HTML header is more reliable for dynamically generated pages. Avoid implementing hreflang through HTTP headers unless you know exactly what you are doing.

What errors should be absolutely avoided in implementation?

The number one error: forgetting the self-referential tag. Each page must declare its own hreflang pointing to itself. Without this, Google may ignore all your annotations. A second pitfall: mixing URLs with and without trailing slashes, or HTTP and HTTPS. The hreflang must point to the exact canonical URLs.

Another common error: declaring variants that return 404 or 301. If a FR page declares an EN version that does not exist, Google loses trust in your annotations. Ensure that all URLs declared in hreflang are accessible and return a 200 status. Finally, do not declare hreflang on noindex pages; that’s contradictory.

How can I verify that my implementation is correct?

First, use Search Console, under "International Targeting." Google reports the most critical hreflang errors: pages without returns, declaration conflicts, invalid language codes. But Search Console does not detect everything. Crawl your site with Screaming Frog or Sitebulb, enabling hreflang analysis to spot inconsistencies.

Test manually using VPNs from different countries: check that Google serves the correct language version in local SERPs. If you see the English version ranking for French queries while you have a FR version, your implementation has a problem, even if Search Console reports nothing.

  • Choose a consistent URL architecture (ccTLD, subdirectory, or subdomain) before starting development
  • Implement hreflang in the HTML header with a self-referential tag on each page
  • Check reciprocity: if FR points to EN, EN must point back to FR
  • Use correct ISO language codes (fr, en-GB, es-MX) consistently across the site
  • Configure geotargeting in Search Console for each subdirectory or subdomain
  • Regularly crawl the site to detect hreflang errors (404 pages, loops, inconsistencies)
Structuring a multilingual site requires absolute technical rigor. An error in hreflang tags or inconsistency in URL architecture can jeopardize months of international SEO work. If you're managing multiple dozens of pages across several languages, auditing and maintenance can quickly become time-consuming. For e-commerce or media sites with significant international stakes, hiring an SEO agency specialized in multilingual strategies ensures a clean implementation from the start and continuous performance monitoring by market.

❓ Frequently Asked Questions

Quelle structure d'URL est la meilleure pour le SEO international : ccTLD, sous-domaine ou sous-répertoire ?
Aucune structure n'est universellement supérieure. Les ccTLD (.fr, .de) offrent le signal géographique le plus fort mais nécessitent de construire l'autorité de chaque domaine séparément. Les sous-répertoires (/fr/, /de/) centralisent l'autorité mais peuvent créer des confusions. Les sous-domaines sont un compromis fonctionnel.
Est-ce que je peux utiliser uniquement hreflang sans changer ma structure d'URL ?
Oui, techniquement hreflang fonctionne quelle que soit votre structure d'URL. Mais sans segmentation claire (sous-répertoire ou ccTLD), vous ne pourrez pas configurer le géotargeting dans Search Console, ce qui limite vos options pour cibler des marchés géographiques spécifiques.
Dois-je déclarer toutes les variantes linguistiques dans chaque hreflang ou seulement certaines ?
Chaque page doit déclarer toutes ses variantes linguistiques, y compris elle-même. Si vous avez 5 versions linguistiques, chaque page doit avoir 5 balises hreflang. L'omission d'une variante peut amener Google à ignorer l'ensemble des annotations.
Comment gérer le hreflang pour des pages qui n'ont pas d'équivalent dans toutes les langues ?
Vous ne déclarez que les variantes existantes. Si une page n'existe qu'en FR et EN, elle ne déclare que ces deux hreflang. Google comprend que les autres langues n'ont pas d'équivalent. Ne créez jamais de pages vides juste pour compléter les variantes.
Que se passe-t-il si mes balises hreflang contredisent ma balise canonical ?
Les URLs déclarées en hreflang doivent pointer vers les URLs canoniques. Si vous déclarez un hreflang vers une URL A mais que cette URL a une canonical vers B, Google risque d'ignorer vos annotations. La cohérence entre canonical et hreflang est essentielle pour que Google prenne en compte vos signaux.
🏷 Related Topics
Domain Age & History Content Domain Name Pagination & Structure International SEO

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 1h05 · published on 20/07/2017

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.