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

For multilingual sites, apply IP-based redirection only on a generic homepage. Other pages must be directly accessible to ensure proper indexing by Google.
55:16
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:08 💬 EN 📅 04/04/2017 ✂ 20 statements
Watch on YouTube (55:16) →
Other statements from this video 19
  1. 1:34 Les redirections font-elles vraiment perdre du PageRank ou pas ?
  2. 1:35 Les redirections multiples diluent-elles réellement le jus de lien transmis ?
  3. 2:05 Les redirections sur sous-domaines vers l'externe pénalisent-elles vraiment votre SEO ?
  4. 2:36 Les redirections diluent-elles vraiment la puissance de vos liens ?
  5. 7:28 Pourquoi vos pages n'apparaissent-elles pas dans l'index malgré votre sitemap ?
  6. 15:33 Les erreurs 404 impactent-elles vraiment votre positionnement dans Google ?
  7. 15:42 Faut-il supprimer les pages de profil avec peu de contenu pour éviter une pénalité ?
  8. 16:47 Les filtres canoniques peuvent-ils empêcher Google d'indexer vos produits ?
  9. 17:41 Faut-il encore utiliser 'noindex' dans robots.txt ou est-ce déjà obsolète ?
  10. 19:56 Faut-il vraiment passer tous vos liens externes en nofollow par défaut ?
  11. 21:14 La canonisation vers la page 1 peut-elle ruiner l'indexation de vos produits ?
  12. 26:02 Le texte d'ancrage des liens internes influence-t-il vraiment le positionnement ?
  13. 26:17 Le texte d'ancrage interne influence-t-il vraiment la compréhension de vos pages par Google ?
  14. 39:23 La compression d'images impacte-t-elle vraiment votre classement Google ?
  15. 46:01 Le Data Highlighter reste-t-il pertinent pour tester les données structurées ?
  16. 46:05 Faut-il abandonner le Data Highlighter pour implémenter du balisage structuré directement ?
  17. 54:42 Faut-il vraiment éviter les redirections IP automatiques sur les sites multilingues ?
  18. 60:12 Les appels publicitaires non affichés impactent-ils vraiment l'indexation de vos pages ?
  19. 90:15 Faut-il vraiment conserver les redirections après la suppression d'un produit ?
📅
Official statement from (9 years ago)
TL;DR

Google recommends triggering IP-based redirections only on a generic homepage for multilingual sites. Other pages should remain directly accessible without automatic language detection. This rule is essential to ensure that Googlebot can crawl and index all language versions without being systematically redirected, which would compromise the site's international visibility.

What you need to understand

Why does Google enforce this rule on IP redirections?

IP-based redirection detects the visitor's geographical location to automatically send them to the corresponding language version. The issue? Googlebot primarily crawls from U.S. data centers. If you redirect systematically, the bot never sees your Spanish, German, or Japanese versions.

The concrete result: your multilingual site is indexed only in English, your translated content remains invisible in local SERPs, and you lose all international organic traffic. This setup literally sabotages your multilingual SEO strategy.

What exactly is a generic homepage?

Google refers to a language selection page: a neutral hub that lists the different available versions. This page contains no substantial content, just a selection mechanism. This is where IP redirection can operate without risk.

Once the user is directed, all other URLs of the site must be directly accessible without further detection. Googlebot should be able to reach example.com/fr/produits, example.com/es/productos, and example.com/de/produkte via their respective URLs, without being redirected elsewhere.

How does Googlebot handle multilingual sites?

The bot explores each language version independently by following internal links and hreflang annotations. It does not simulate a French visitor when crawling your French version. It accesses the URL directly from its infrastructure.

If you enforce a 302 or 301 redirection based on IP, Googlebot sees only one version. The signals of geographical localization (hreflang, lang tags, content) become useless since the alternative content is never crawled. You sabotage your own international architecture.

  • Limit IP redirections to a generic homepage like /select-language
  • All other pages must be directly accessible without automatic detection
  • Use hreflang to signal relationships between language versions
  • Allow manual choice with a persistent language selector on all pages
  • Test with Google Search Console that all your versions are indexed correctly

SEO Expert opinion

Is this recommendation actually followed in practice?

Let's be honest: most multilingual sites ignore this advice. Many implement aggressive IP redirections on all pages to enhance user experience. They prioritize immediate conversion rates over international SEO.

What I observe? Sites with invisible translated content in Search Console, under-indexed language versions, and marketing teams puzzled as to why their Spanish traffic stagnates despite careful translations. The diagnosis consistently reveals poorly configured IP redirections.

What nuances should be applied to this rule?

Google's recommendation is technically correct but incomplete on one point: it does not clarify how to manage subdomains versus subdirectories. A site structured as fr.example.com, es.example.com can technically redirect from example.com without compromising the indexing of subdomains.

Another nuance: if you use separate ccTLD domains (example.fr, example.es), the issue of IP redirection from the .com becomes less critical. Each national domain is crawled independently. But be cautious of cross-canonical links that can create confusion. [To verify]: Google has never clarified whether a site can redirect from a main domain to ccTLDs without penalty.

In what cases does this rule not apply?

If your site targets only one country with minor regional variations (French France vs. French Belgium), widespread IP redirection poses fewer problems. Googlebot will index the main version, and regional variants can be managed through less critical dynamic content.

For SaaS application sites with content behind authentication, the rule becomes vague. If your public pages comply with the recommendation but your application interface uses IP detection, this does not impact indexing. Google does not crawl private areas anyway.

Note: Do not confuse IP redirection with HTTP content negotiation (Accept-Language). The latter can work if it adheres to standards and all versions remain accessible via distinct URLs. But in practice, few sites implement it correctly.

Practical impact and recommendations

What should be done concretely to comply?

Audit your current setup: test your international URLs from different countries using a VPN or a geolocalized testing tool. If example.com/es/producto redirects you to /fr/produit from France, you have a problem. Each URL must serve its native content regardless of the request's origin.

Then, implement a language selection page on your root domain or main homepage. This is the only place where you can suggest a version based on IP, with a clear manual choice mechanism. Use a cookie or localStorage to remember the preference without redirecting on every visit.

How to ensure your site is properly indexed?

In Google Search Console, add each language version as a separate property if you use subdomains or ccTLDs. For subdirectories, check indexing reports filtered by path. Each version should show indexed URLs and organic traffic.

Run targeted site: queries in Google: site:example.com/es/ should return your Spanish pages, site:example.com/de/ your German pages. If you only see one dominant language, your IP redirections are sabotaging indexing. Also, test the URL inspection tool on non-homepage pages to confirm that Google can reach them.

What mistakes should be absolutely avoided?

Never mix IP redirections and conflicting hreflang. If you redirect a German user to /de/ but your hreflang points to /en/, Google receives conflicting signals. Maintain consistency: hreflang defines relationships, and URL architecture must respect them.

Avoid permanent 301 redirections based on IP. Prefer client-side JavaScript that suggests a version without forcing. Or better: a banner stating ‘This content is available in French’ with a link, keeping the URL intact. Googlebot sees the original content, and the user can choose their language.

This optimal multilingual architecture requires a high level of technical expertise: coordination among developers, SEO, and UX. Hybrid configurations (some pages redirected, others not) often create more problems than they solve. To avoid costly mistakes in international visibility, engaging a specialized SEO agency in multilingual setups can prove a worthwhile investment given the complexity of these implementations.

  • Audit all current IP redirections using geolocalized tests
  • Implement a language selection page only on the root
  • Configure hreflang correctly across all alternative pages
  • Check the indexing of each version in Search Console
  • Test direct access to URLs without redirection from different countries
  • Document redirection logic for technical teams
Google's rule is clear: IP redirection only on a generic homepage. Everything else on the site must be directly accessible. This technical constraint ensures that Googlebot can crawl and index all your language versions, an essential condition for effective international SEO. Sacrificing this rule for immediate user comfort amounts to killing your organic visibility in 90% of your target markets.

❓ Frequently Asked Questions

Peut-on utiliser JavaScript pour rediriger sans impacter l'indexation ?
Oui, si la redirection JavaScript s'exécute côté client après le chargement initial, Googlebot voit le contenu original avant redirection. Mais assurez-vous que l'URL reste accessible directement sans JS activé pour éviter tout risque.
Les redirections 302 sont-elles meilleures que les 301 pour ce cas ?
Non. Toute redirection HTTP côté serveur basée sur l'IP empêche Googlebot d'accéder au contenu cible. Le type de redirection (301 vs 302) ne change rien au problème d'indexation.
Comment gérer les utilisateurs qui veulent changer de langue manuellement ?
Proposez un sélecteur de langue visible sur toutes les pages, mémorisez le choix via cookie, et ne forcez jamais de redirection automatique sur les pages profondes même si l'IP suggère un autre pays.
Hreflang suffit-il sans gérer les redirections IP ?
Oui, hreflang indique à Google les relations entre versions linguistiques. Si toutes vos URLs sont accessibles directement, Google indexera correctement chaque version et les proposera aux utilisateurs concernés dans les SERP.
Que faire si mon CMS impose des redirections IP par défaut ?
Désactivez cette fonctionnalité au niveau global et ne l'activez que sur la homepage ou une page de sélection dédiée. La plupart des CMS multilingues (WordPress, Drupal) permettent de configurer ce comportement finement.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO Redirects International SEO

🎥 From the same video 19

Other SEO insights extracted from this same Google Search Central video · duration 59 min · published on 04/04/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.