What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

For sites personalizing content by state or city, Google recommends displaying a banner that allows users to change their version rather than automatically redirecting. This allows Googlebot to index all regional versions while guiding users to the appropriate version.
21:21
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:54 💬 EN 📅 12/06/2020 ✂ 17 statements
Watch on YouTube (21:21) →
Other statements from this video 16
  1. 1:55 Pourquoi un nouveau site subit-il des montagnes russes dans les SERP pendant 12 mois ?
  2. 3:29 Faut-il vraiment ignorer les backlinks spammy automatisés ?
  3. 6:43 Pourquoi les redirections géographiques automatiques sabotent-elles votre crawl Google ?
  4. 12:00 Le mobile-first indexing est-il vraiment un facteur de classement ?
  5. 15:11 Pourquoi vos images et vidéos desktop deviennent-elles invisibles pour Google en mobile-first ?
  6. 18:17 Le géotargeting repose-t-il vraiment sur le ccTLD et Search Console uniquement ?
  7. 24:43 Le bounce rate Analytics est-il vraiment inutile pour votre SEO ?
  8. 28:23 Les pop-ups après redirection 301 pénalisent-ils vraiment le référencement ?
  9. 29:55 Faut-il vraiment garder le canonical desktop→mobile en mobile-first indexing ?
  10. 29:55 Les liens externes vers m. ou www. influencent-ils différemment le ranking ?
  11. 34:01 Le rel canonical consolide-t-il vraiment TOUS les signaux de liens vers l'URL choisie ?
  12. 36:45 Le nombre de mots est-il vraiment inutile pour ranker sur Google ?
  13. 40:07 Pourquoi la navigation JavaScript sans URLs tue-t-elle l'indexation mobile-first de votre site ?
  14. 43:27 Google teste-t-il vraiment la version AMP pour les Core Web Vitals même si la version mobile est indexée ?
  15. 45:23 Pourquoi votre site n'est-il toujours pas migré vers le mobile-first indexing ?
  16. 47:24 Google estime-t-il vraiment les Core Web Vitals des sites à faible trafic ?
📅
Official statement from (5 years ago)
TL;DR

Google recommends displaying a banner that allows users to change their regional version rather than automatically redirecting based on geolocation. The goal is to enable Googlebot to crawl and index all geographical variants without being trapped by redirections. This requires rethinking the architecture of multi-region sites and accepting a compromise between optimal user experience and maximum crawlability.

What you need to understand

Why does Google discourage automatic geolocation redirections?

The issue is simple: Googlebot explores the web from American data centers. When a site detects Googlebot's IP and automatically redirects it to a specific regional version—say, the Californian version—the search engine has no way to access other geographical variants. As a result, the versions for New York, Texas, or other states remain invisible in the index.

An IP-based geolocation redirection creates a technical dead end for crawling. The bot cannot 'pretend' to be located elsewhere to discover other versions. This is exactly what Google aims to avoid with this recommendation—ensuring that all regional pages are discoverable and indexable, regardless of the geographic origin of the crawler.

How does the alternative approach using a banner work?

The recommended approach is to load a default version for all visitors, then display a banner detecting the user's likely location. This banner offers a link to the most relevant regional version, without forcing an automatic redirection. The user retains control and can ignore the suggestion or choose a different region.

Technically, this means that all regional URLs remain directly accessible without any conditional redirection. Googlebot can freely crawl each variant by following standard internal links or exploring the sitemap. The banner becomes a simple navigation aid, not a forced routing mechanism.

What are the implications for site architecture?

This approach requires structuring the site with distinct URLs for each region—typically /new-york/, /texas/, /california/, etc. Each regional page should exist independently, with its own personalized content, without relying on server-side IP detection to display.

The internal linking must allow navigation between all versions without barriers. A menu or regional selection page becomes essential for Googlebot to discover all variants. Hreflang tags make sense here to signal to Google the relationships between regional versions.

  • Prohibit automatic redirections based on server-side IP detection
  • Implement a non-blocking JavaScript banner suggesting the local version
  • Create unique URLs for each geographical variant (/region/city/)
  • Ensure comprehensive internal linking allowing access to all versions
  • Use hreflang to indicate relationships between regional pages

SEO Expert opinion

Is this recommendation consistent with real-world observations?

Yes, and it's advice that Google has repeated for years for international sites. The logic is the same: never block Googlebot with conditional redirections. We regularly observe multi-country sites losing positions in certain markets simply because the corresponding pages are never crawled, trapped behind forced geo-redirections.

What is less often mentioned is that this approach entails a deliberate compromise on user experience. Automatic redirection offers immediate navigation to relevant content, without friction. The banner adds an extra step and relies on the voluntary action of the user—some will simply ignore the suggestion and remain on a non-optimal version for their location.

What nuances should be added to this directive?

Google's recommendation works well for sites with truly differentiated content by region—local pricing, availability of services, specific legal information. In this case, each regional version deserves to be indexed independently and to rank for geolocated queries.

On the other hand, if the regional variants differ only by a few cosmetic elements—a city name in a title, a local image—we run the risk of duplicate content and cannibalization between URLs. [To be verified] but Google has never provided a clear threshold on the minimum level of differentiation required to justify separate pages rather than a single page with dynamic personalization.

In what cases does this rule become problematic?

For sites with hundreds of local variants—think of a marketplace or a directory present in 500 cities—creating a distinct URL for each locality may generate a colossal crawl budget with no real added value. If the content is nearly identical, Google will eventually consider these pages as thin content or duplicates.

Another edge case: sites with strict legal restrictions by region. Certain content (online betting, regulated products) cannot be displayed outside of specific jurisdictions under penalty of sanctions. In these situations, a forced redirection may remain the only viable option, even accepting that some versions will not be indexed. SEO takes a back seat to legal compliance.

Warning: Do not confuse regional customization with international targeting. Hreflang tags for countries/languages (hreflang="en-us" vs "en-gb") follow a different logic and remain essential to avoid duplicate content between language versions.

Practical impact and recommendations

What should you concretely do on an existing site with geo redirections?

The first step is to audit current redirection rules. Identify all points where the server automatically redirects based on the detected IP. This may be in the .htaccess, in the Nginx configuration, or via application middleware. List all affected regional variants.

Next, migrate to a stable URL architecture where each regional version has its definitive URL without conditional redirection. Replace server-side redirections with client-side JavaScript detection that displays a suggestion banner. This banner should be discreet—a banner at the top of the page suffices—and easily dismissible.

How can you ensure that Googlebot accesses all versions?

Check in Google Search Console that the URLs for each region are indeed being crawled and indexed. Look at the coverage reports to identify any blocked or undiscovered pages. If some versions remain invisible, it is likely that the internal linking does not connect them properly.

Implement hreflang tags on each regional page to signal equivalent variants. For example, the /new-york/ page should point to /california/, /texas/, etc., with appropriate hreflang tags. Test with the structured data testing tool or a crawler like Screaming Frog to check consistency.

What mistakes should be avoided during the transition?

Do not abruptly remove redirections without preparing the alternative. You risk temporarily losing traffic if users land on a non-relevant version without clear guidance. First deploy the suggestion banner, test its click-through rate, then gradually disable forced redirections.

Also, avoid creating dozens of nearly identical variants just to cover each city. Google will ultimately consider them as duplicates or doorway content. Favor coherent groupings by region or state, with truly differentiated content—local prices, specific availability, geolocated testimonials.

  • Audit existing IP redirections and document all regional variants
  • Create stable URLs for each region without conditional redirection
  • Implement a non-blocking regional suggestion JavaScript banner
  • Add internal linking allowing navigation between all versions
  • Configure hreflang tags to signify relationships between regional pages
  • Check in Search Console that all variants are crawled and indexed
Transitioning from a geolocated redirection system to a selection banner requires rethinking technical architecture and user journey. While these optimizations may seem simple in theory, their implementation often raises complex issues—managing crawl budget, balancing UX and SEO, and risks of cannibalization. In this context, engaging a specialized SEO agency may be wise to benefit from personalized support and to avoid costly mistakes during migration.

❓ Frequently Asked Questions

Peut-on utiliser une redirection JavaScript au lieu d'une bannière ?
Non, une redirection JavaScript côté client pose le même problème qu'une redirection serveur : elle empêche Googlebot d'accéder aux autres versions. La bannière doit suggérer sans forcer de navigation automatique.
Les balises hreflang sont-elles obligatoires pour les variantes régionales dans un même pays ?
Pas strictement obligatoires, mais fortement recommandées pour aider Google à comprendre les relations entre pages régionales et éviter le duplicate content. Utilisez hreflang avec des variantes régionales comme en-US-NY, en-US-CA.
Comment gérer les sites avec des centaines de villes différentes ?
Privilégiez des regroupements par région ou état plutôt qu'une URL par ville. Ne créez des pages distinctes que si le contenu diffère réellement — prix, disponibilité, informations légales. Sinon, risque de thin content.
La bannière de suggestion doit-elle être visible pour Googlebot ?
Oui, mais elle ne doit pas bloquer l'accès au contenu ni déclencher de redirection automatique. Googlebot doit pouvoir crawler la page complète sans être redirigé, même si la bannière s'affiche.
Que faire si des contraintes légales imposent de bloquer certaines régions ?
Dans ce cas, une redirection ou un blocage côté serveur reste nécessaire pour conformité légale. Acceptez que ces pages ne soient pas indexées par Google — la conformité réglementaire prime toujours sur le SEO.
🏷 Related Topics
Content Crawl & Indexing Local Search Redirects

🎥 From the same video 16

Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 12/06/2020

🎥 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.