Playbooks
Why Google search results differ by country
Google doesn't crawl or index a page differently for different countries — it customizes which results it *shows* based on geographic and language signals: IP-derived location, ccTLDs, hreflang annotations, server location, and local business signals like address or currency. Site owners have to explicitly declare regional and language variants for Google to serve them correctly; users can change their search region in limited cases through account settings, but for most people the only reliable override is a VPN.
Last updated Aug 21 · 17 min read
How Google actually decides what to show you
Google's own documentation on managing multi-regional and multilingual sites is explicit about the mechanism: results vary by country because Google uses geographic and language signals to select which page or which result set to surface, not because the underlying page content changes per viewer (Google Search Central). The signals Google names directly include IP-derived location, ccTLDs, hreflang annotations, server/hosting location, and local business information such as address, phone number, and currency.
Google's overview of international and multilingual sites frames this as a three-pillar approach for site owners: decide whether you need multi-regional targeting at all, declare localized versions explicitly (hreflang), and be aware of the risks of locale-adaptive crawling and serving (Google Search Central). The practical upshot for a searcher: if you're in India searching in English and get different top results than a colleague in the UK searching the identical phrase, it's very likely because sites have declared (or failed to declare) regional variants, not because Google has secretly indexed two different versions of the same URL.
Why you can't just switch domains anymore
A long-standing workaround — typing `google.co.uk` instead of `google.com` to see UK results — no longer reliably works. Google moved away from ccTLD-based redirection years ago in favor of IP- and account-based localization, a shift documented in coverage referenced via Hacker News discussion of the change (originally reported by The Verge) (HN Algolia). Typing a different country's domain into the address bar might load that domain, but the results shown are still primarily driven by your detected location and account settings, not the domain string you typed.
Changing your search region without a VPN
Google's own support documentation confirms there is a legitimate, built-in setting: on the Google Search mobile app, under Language & region settings, there's a "Search region" option that lets you pick a different country's results — but Google explicitly notes this feature is not available for every location (Google Support). Outside of that specific mobile setting, there is no universal official way to force a different country's results without changing your actual location signal.
This gap is well documented in the community. A widely discussed Ask HN thread titled "How to Avoid Geotargetted Content?" collects first-person reports of Google Search, Google Maps, YouTube, and even Spotify and Twitter overriding explicit language/country preferences with location-based defaults, with commenters converging on the conclusion that a VPN is the only reliable fix (Hacker News). One frequently linked blog post argues Google specifically prioritizes IP-based geolocation over the browser's `Accept-Language` header — a real, documented behavior, not a bug — which is why setting your browser language doesn't fix the problem the way people expect (smaller.fish).
Two related, sourced complaints from that same discussion: users have reported Google Maps showing the wrong currency for a hotel even while logged into a home-country account, and users have reported no simple self-service way to correct a misdetected IP location — for instance, a US IP address getting flagged as a Central American location after travel, with no clear fix beyond waiting or using a VPN (Hacker News; HN Algolia).
One more documented category of intentional country-based variation, beyond simple language/commerce targeting: Google is known to alter map borders and labels depending on the viewer's country to comply with local law and political sensitivities, an example widely reported (including by The Washington Post) and referenced in the same discussion threads (HN Algolia).
Signals that tell Google a page targets a specific country
Google's own guidance lists the concrete signals it uses to understand a page's country/language target: ccTLDs, hreflang tags, server or hosting location, local business information (address, phone number), currency, language, and inbound links from local sites. Notably, Google explicitly states it ignores geographic meta tags like `geo.position` — a common misconception among site owners who assume adding that tag will influence geotargeting (Google Search Central).
ccTLD vs subdirectory vs subdomain for geotargeting
Google's guidance and Ahrefs' international SEO guide both walk through the trade-offs between the three common structures for targeting multiple countries (Google Search Central; Ahrefs):
– ccTLDs (e.g., `example.de`, `example.co.uk`) send the strongest explicit country signal, but each one requires building domain authority essentially from scratch, and the added registration/maintenance cost makes this the most expensive route for a growing set of markets.
– Subdirectories (e.g., `example.com/de/`) and subdomains (e.g., `de.example.com`) with proper hreflang are generally the recommended default, because they consolidate ranking signals on one primary domain rather than splitting authority across separate country domains.
Ahrefs' guide adds an important clarification that trips up a lot of site owners: hreflang does not pass ranking authority (PageRank) between country/language versions the way canonical tags consolidate signal — hreflang only helps Google pick the right alternate URL to serve for a given locale. It's a routing signal, not a ranking-consolidation mechanism (Ahrefs).
Practical examples
Real, sourced example: Ahrefs' international SEO guide gives a concrete real-world illustration of how differently the "same" search intent behaves across English-speaking countries: Australians commonly search "bin chicken" for what Americans would search as "ibis bird," and even a straightforward commercial term like "home insurance" shows search-volume differences of tens of thousands of monthly searches between the UK and other English-speaking markets (Ahrefs). This isn't Google showing different results for the same query by accident — it's genuinely different demand and vocabulary that a site owner needs to research per market, not assume is identical just because the language is the same.
Illustrative example (labeled as such): A UK-based ecommerce site with no ccTLD, subdirectory structure, or hreflang tags launches a US-facing product line on the same `.com` domain. A US searcher and a UK searcher typing an identical product query may see meaningfully different results not because Google is confused, but because the site gave Google no explicit signal about which content variant serves which market — Google is left inferring intent from weaker signals like server location and existing backlink geography.
Data and evidence
– Google's official documentation confirms IP-derived location, ccTLDs, hreflang, server location, and local business signals as the concrete mechanisms behind country-based result variation — Google Search Central.
– The mobile Search app's "Search region" setting is confirmed by Google's own support page, with an explicit note that it's not available for every location — Google Support.
– Ahrefs cites real cross-country vocabulary and search-volume differences (the "bin chicken"/"ibis bird" example; tens-of-thousands-of-searches gap on "home insurance" between UK and other markets) — Ahrefs.
– Community reports of Google Search, Maps, and YouTube overriding explicit language/region settings are well documented in a specific, widely discussed Hacker News thread, though these are first-person anecdotal reports rather than a formal statistical study — Hacker News.
– No independently verified figure exists in the sources reviewed for "what percentage of searches are affected by geotargeting mismatches" — that specific statistic is evidence not sufficiently verified, and this article does not state a number for it.
Comparisons
### ccTLD vs hreflang for geotargeting A ccTLD is a domain-level signal that says "this entire site/section targets this country" — strong, but expensive to build authority for and to maintain across many markets. Hreflang is a page-level annotation that says "here is the equivalent page for this language/region" — it doesn't require a separate domain, but it only works reliably when implemented correctly across every page in the set, and errors in one page's hreflang can affect Google's confidence in the whole cluster (Google Search Central; Ahrefs).
### google.com vs google.co.uk search results
Historically, switching the domain in the URL bar changed which country's index you searched. That mechanism has been phased out — the results you see are now driven primarily by IP-based location and account settings, largely independent of which Google country-domain you actually typed (HN Algolia).
### VPN vs Google's built-in search region setting
The built-in "Search region" setting (mobile Search app only, and not universally available) is the sanctioned, Google-provided way to see another country's results. A VPN changes your apparent IP location entirely, which is a blunter but far more universally reliable method — and the one the community consistently converges on when the built-in setting isn't available or doesn't fully solve the problem (Google Support; Hacker News).
Real-world use cases
Travelers and expats are a clearly documented real-world group affected by this — the Ask HN thread cited throughout this article is specifically full of first-person accounts from people living abroad or traveling who find Google Search, Maps, and YouTube defaulting to their current physical location rather than their preferred language or home country (Hacker News). International SEO professionals managing multi-regional ecommerce or SaaS sites are the other clear real-world use case — deciding between ccTLD, subdirectory, or subdomain structures, and implementing hreflang correctly, is a recurring, documented technical SEO task described in both Google's own guidance and independent SEO industry guides.
Common mistakes
– Assuming a `geo.position` meta tag influences rankings. Google explicitly states it ignores this tag for geotargeting purposes (Google Search Central).
– Auto-redirecting users based on IP or cookies. Google explicitly warns this can prevent both users and Googlebot from discovering other locale versions of a site, and recommends a manual prompt (a banner or link) instead of a forced redirect (Google Search Central; Ahrefs).
– Missing return tags in hreflang implementation. If page A references page B via hreflang, page B must reference page A back — a broken or missing reciprocal tag can cause Google to disregard the whole hreflang cluster.
– Assuming hreflang consolidates ranking authority like a canonical tag. It doesn't — hreflang is a routing/serving signal, not a ranking-consolidation mechanism (Ahrefs).
– Translating content without adapting for local search demand and vocabulary. The "bin chicken"/"ibis bird" example shows that even same-language markets search differently — a literal translation strategy misses this entirely (Ahrefs).
– Expecting a browser language setting to override IP-based geolocation. Google is documented as prioritizing IP location over the `Accept-Language` header, so this expectation is frequently disappointed (smaller.fish).
Best practices
– Decide deliberately whether your site actually needs multi-regional targeting before investing in ccTLDs or hreflang — not every site with international visitors needs full localization infrastructure.
– Default to subdirectories or subdomains with correct hreflang over separate ccTLDs, unless you have the budget and long-term commitment to build authority for each country domain independently.
– Implement reciprocal hreflang tags including a self-referencing tag and an `x-default`, and validate the implementation rather than assuming it's correct.
– Use a manual prompt/banner for locale suggestions instead of forced IP-based redirects, per Google's own recommendation.
– Research local search vocabulary and demand per market, even within the same base language — don't assume UK, US, Australian, and Indian English searchers use identical terms.
– If content is machine-translated, have it human-reviewed — Google's quality systems are documented as detecting unedited machine translation, which can suppress rankings across an entire language cluster, not just the affected page.
Key takeaways
– Google customizes which results it shows by country using IP location, ccTLDs, hreflang, server location, and local business signals — it isn't indexing pages differently per country.
– There's no universal, reliable way to force a different country's results without a VPN; the built-in mobile "Search region" setting exists but isn't available everywhere.
– Hreflang is a routing signal, not a ranking-consolidation mechanism — it won't pass authority the way a canonical tag does.
– A single hreflang implementation error can cause Google to disregard an entire locale cluster, so validate the implementation rather than assuming it's correct.
– Even same-language markets (US, UK, Australia, India) can have meaningfully different search vocabulary and demand — don't assume identical language means identical search behavior.
Relevant tools.scult.in resources
– SEO & GEO/AEO prompts — for drafting hreflang audit checklists, locale-specific keyword research briefs, and multi-regional content plans.
If your business is expanding into new country markets and you're seeing the kind of inconsistent visibility described above, that's a natural fit for a conversation with SCULT's SEO team — geotargeting mistakes are cheap to make and expensive to leave unfixed once you're running ad or content spend against multiple markets.
For a related, free starting point, try the AI Visibility Checker.
Frequently asked questions
Why does Google show different search results in different countries for the same query?
Google customizes results using geographic and language signals — IP-derived location, ccTLDs, hreflang, server location, and local business signals — rather than indexing pages differently per country (Google Search Central).
How do I change which country's Google results I see?
On the Google Search mobile app, under Language & region settings, there's a "Search region" option — though it's not available in every location; otherwise a VPN is the common workaround (Google Support).
Can I use a VPN to see search results from another country?
Yes, and community reports describe it as the most reliable method when the built-in mobile setting isn't available or doesn't fully solve the problem (Hacker News).
Does Google use my IP address or my account settings for search localization?
Both, but IP-based geolocation appears to take priority over stated language/account preferences in documented cases (smaller.fish).
What is hreflang?
An HTML annotation that tells Google which page is the equivalent version for a specific language and/or region, so the right variant gets served to the right searcher.
What is a ccTLD?
A country-code top-level domain (like `.de`, `.co.uk`, `.in`) that sends a strong signal to Google about which country a site or section targets.
Why doesn't typing google.co.uk show me UK results anymore?
Google moved away from ccTLD-based domain switching toward IP- and account-based localization years ago, so the domain you type no longer reliably changes the results shown (HN Algolia).
Does my browser's language setting control what Google shows me?
Not reliably — Google is documented as prioritizing IP-based geolocation over the browser's Accept-Language header (smaller.fish).
What is international SEO / geotargeting?
The practice of structuring and signaling a website so Google serves the correct country- or language-specific version to each searcher.
Is it a bug that Google shows me location-based results instead of my preferred language?
No — it's documented, intentional behavior, not a malfunction, even though it frustrates many travelers and expats (smaller.fish).
What signals tell Google a page is meant for a specific country?
ccTLDs, hreflang tags, server/hosting location, local business info (address/phone), currency, language, and local inbound links — but explicitly not the `geo.position` meta tag (Google Search Central).
Does hreflang pass ranking authority between country/language versions?
No — hreflang helps Google pick the right alternate URL for a locale, but it doesn't consolidate ranking signals the way a canonical tag does (Ahrefs).
Should I use subdirectories, subdomains, or ccTLDs for targeting different countries?
Subdirectories or subdomains with hreflang are usually the recommended default; ccTLDs send the strongest signal but require building separate domain authority and cost more to maintain (Google Search Central; Ahrefs).
Can automatic IP-based redirects hurt my international SEO?
Yes — Google explicitly warns that auto-redirecting based on IP or cookies can prevent users and Googlebot from discovering other locale versions of a site (Google Search Central).
Why do search volumes differ so much between English-speaking countries for "the same" thing?
Local vocabulary and demand genuinely differ — Ahrefs cites the Australian "bin chicken" vs. American "ibis bird" example and a tens-of-thousands-of-searches gap on "home insurance" between markets (Ahrefs).
Does Google Maps show different borders depending on my country?
Yes — Google is documented as adjusting map borders/labels by viewer country to comply with local law and political sensitivities, a widely reported example distinct from simple language targeting (HN Algolia).
Why does Google Search show me the wrong currency sometimes?
This has been reported even while logged into a home-country account, suggesting location-based defaults can override account settings in some Google products (Hacker News).
What happens if my hreflang implementation has an error?
A single error in a hreflang cluster (like a missing return tag) can cause Google to disregard the entire cluster, wasting the implementation effort — general SEO industry guidance on hreflang, consistent with Google's own documentation on strict pairing requirements.
Do I need hreflang if my site only has one language but multiple country variants (e.g., US and UK English)?
Yes — hreflang supports region-only variants (e.g., en-US vs. en-GB) even without a language change, which is exactly the scenario Google's documentation covers.
Is there a way to see how Google is geotargeting my own site?
Google Search Console shows some international targeting data, and manually checking rendered HTML for correct hreflang/server signals (rather than relying on JavaScript-injected tags) is a standard verification step per general SEO guidance.
How do I change my Google search country/region setting?
Open the Google Search mobile app, go to Language & region settings, and look for "Search region" — note this option isn't available in every location (Google Support).
How do I implement hreflang correctly for a multi-regional site?
Add reciprocal hreflang tags (each page referencing every other locale version, including itself), use correct ISO language and region codes, include an `x-default`, and make sure the tags appear in server-rendered HTML rather than being injected only by JavaScript.
How do I geotarget a website in Google Search Console?
Google Search Console offers international targeting settings for domain-level or directory-level geographic association, which you set alongside your on-page hreflang implementation.
How do I decide whether my site needs a ccTLD, subdirectory, or subdomain structure?
Weigh how many markets you're targeting and your budget for building separate domain authority — ccTLDs make more sense for a small number of major, long-term markets; subdirectories with hreflang make sense for broader, faster-scaling international expansion.
How do I avoid the common hreflang mistakes that make Google ignore my tags?
Double-check every reciprocal pairing, use correct ISO 639-1 language codes and ISO 3166-1 Alpha-2 country codes (not, for example, "en-UK" instead of the correct "en-GB"), and confirm tags point to canonical URLs, not redirected or non-canonical ones.
How do I handle a user who lands on the wrong country/language version of my site?
Use a non-intrusive banner or prompt suggesting the correct locale version, rather than a forced automatic redirect, per Google's own recommendation (Google Search Central).
How do I research local search demand for a new country market instead of just translating content?
Use keyword research tools scoped to the specific target country, and compare local terminology (not just literal translation) against how the source-market content is phrased.
How do I check whether my hreflang tags are actually visible to Googlebot?
View the page's server-rendered HTML source (not the browser's rendered DOM after JavaScript execution) to confirm the hreflang tags are present before any client-side rendering occurs.
How do I set an x-default hreflang value?
Point it to a generic or language-selection page meant for searchers whose language/region doesn't match any of your specific locale variants.
How do I know if I should even bother with multi-regional SEO for my small site?
If your traffic and customer base are genuinely single-country, Google's own guidance frames this as unnecessary complexity — multi-regional targeting is worth the investment mainly once you have real demand or existing content in multiple markets.
What's an advanced consideration for large sites with many locale variants?
Managing hreflang at scale (dozens of locale pairs) increases the risk of an error breaking the whole cluster — automated validation tooling or a documented XML sitemap-based hreflang implementation (rather than per-page HTML tags) is often more maintainable at that scale.
Does Google's crawling behavior differ by country the way its ranking behavior does?
Google's overview of international sites specifically flags "locale-adaptive crawling and serving" as a distinct risk area separate from ranking — meaning crawl behavior itself, not just result display, can be affected by locale-adaptive site configurations (Google Search Central).
How does Google detect and penalize unedited machine-translated content across locale versions?
Google's quality systems are documented as detecting machine-translated content with high accuracy, and unedited machine translation can trigger low-quality-content signals across an entire language cluster, not just the specific translated page.
Can a single bad hreflang implementation on one page affect rankings for the rest of my site's locale cluster?
Industry guidance on hreflang implementation describes this exact risk — an error in a hreflang cluster can cause Google to disregard the whole cluster rather than just the broken page.
Is there a documented way to correct Google's IP geolocation for my address if it's wrong?
No definitive self-service fix was found in the sources reviewed — users have publicly asked about this with no consistent resolution reported, so this remains evidence not sufficiently verified beyond "it's a known, unresolved pain point."
ccTLD vs. hreflang — which is the stronger geotargeting signal?
A ccTLD sends the strongest single signal but at the cost of separate domain authority; hreflang is weaker as a standalone signal but is far cheaper to implement and maintain across many markets (Google Search Central).
google.com vs. google.co.uk — is there still any real difference in results?
The domain itself is no longer the primary driver of localization; IP location and account settings now matter far more than which Google country-domain you use (HN Algolia).
VPN vs. Google's official search region setting — which should I use?
The official setting is simpler when available, but it's not available in every location; a VPN is the more universally reliable fallback reported by the community (Google Support; Hacker News).
Subdirectories vs. subdomains for international SEO — does it matter which I pick?
Both consolidate ranking signals better than separate ccTLDs; the choice between them is largely an implementation/infrastructure decision rather than a major ranking-signal difference, per Google's own guidance.
Manual translation vs. machine translation for locale content — which does Google treat better?
Google's quality systems are documented as detecting and penalizing unedited machine translation; human-reviewed (even if AI-assisted) content avoids this risk.
Why is my UK page showing up for US searchers instead of my US page?
Check your hreflang implementation for missing or incorrect reciprocal tags, and confirm your server isn't defaulting all traffic to one locale regardless of detected region.
Why does Google keep showing me results for the wrong country even after I changed my account language?
Google is documented as weighting IP-based location above stated language/account preferences in many cases — a VPN or the mobile app's "Search region" setting (where available) are the practical workarounds (smaller.fish; Google Support).
Why did my international SEO traffic drop after I added hreflang?
A common cause is a hreflang implementation error (missing return tags, wrong ISO codes) causing Google to disregard the whole cluster rather than serving the intended locale pages correctly.
Why is my translated content not ranking in the target market at all?
If the translation is unedited machine translation, Google's quality systems may be suppressing it; also check whether the translated content actually matches local search vocabulary rather than being a literal translation.
Why does my analytics show visitors from the wrong country landing on my localized pages?
This can indicate your IP-based redirect or geotargeting logic is misfiring — Google explicitly warns against forced redirects for exactly this kind of failure mode, recommending a manual locale-selection prompt instead.
Is it worth hiring an international SEO consultant instead of doing hreflang myself?
Given that a large share of real-world hreflang implementations contain errors according to industry commentary, and a single error can compromise a whole locale cluster, professional review is worth considering once you're managing more than a handful of locale pairs.
Should a small business with visitors from multiple English-speaking countries bother with regional targeting at all?
It depends on whether local vocabulary/demand differences (like the UK vs. US "home insurance" volume gap) are large enough in your niche to justify separate content — for many small businesses, a single well-optimized page is sufficient until international traffic becomes significant.
What should I look for in an international SEO audit before expanding into a new country market?
Verify hreflang correctness across existing locales, confirm no forced IP redirects are blocking discovery, and check whether your target market's actual search vocabulary differs meaningfully from your source-market content.
Is a multi-regional SEO service worth it for a company just starting to expand internationally?
If you're weighing ccTLD vs. subdirectory structure, planning hreflang at scale, or seeing traffic loss after an early attempt at localization, professional guidance can prevent the kind of cluster-wide hreflang errors that are common in DIY implementations.
What's the first concrete step to take if I suspect my site has a geotargeting problem?
Check your rendered HTML source for correct, reciprocal hreflang tags before anything else — it's the most common, most fixable cause of unexpected country-based ranking behavior described across the sources reviewed here.
Sources
- https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
- https://developers.google.com/search/docs/specialty/international
- https://support.google.com/websearch/answer/873?hl=en
- https://ahrefs.com/blog/international-seo/
- https://news.ycombinator.com/item?id=34114924
- https://smaller.fish/posts/language
- https://hn.algolia.com/api/v1/search?query=google%20search%20results%20different%20country
Need this built into your business?
The free tools and prompts on this site handle the small, solved problems. If what you need is bigger — SEO, built and maintained for you — that's Scult's day job.

