search

How to See Google Search Results in Another Country

A while back I wanted to see where one of my posts ranked in Israel. I was in another country at the time, so I did the obvious thing and searched the keyword myself. The results I got were for where I was sitting, not for Israel. Not helpful.

If you have ever tried to check a ranking for a country you are not in, you have hit the same wall. And the old fix, visiting that country’s Google address like google.co.il, is gone. Those domains now redirect to google.com, and Google decides your results from your location, not the address you typed.

So here is how I actually get around it. Two ways: faking my location in the browser, which is what I reach for most, and pulling the real numbers from Search Console.

Why You Can’t Just Visit a Country Domain Anymore

I used to just open google.co.il when I wanted Israeli results. That stopped working a while ago, and not by accident.

Google now serves the same locally relevant results whether you use google.com or a country code domain, based on your location rather than the address you typed. It has since started redirecting those country domains to google.com, because they no longer change anything. The details are in Google’s own update on country code top-level domains.

What decides your results now is two things: your IP address and your Google location settings. Change either one and the results change. Every trick below is just a way to change them.

Method 1: Fake Your Location in the Browser

When I want a quick look at another country, I do not reach for anything fancy. I tell Google where to pretend I am, with two URL parameters, in an incognito window so my own history stays out of it.

Add gl (the country) and hl (the language) to a normal search URL:

https://www.google.com/search?q=your+keyword&gl=il&hl=he

Here gl=il sets the country to Israel and hl=he sets the language to Hebrew. Change them to whatever you need: gl=us&hl=en for the United States, or gl=fr&hl=fr for France.

Here is the part that sold me the first time I tried it. I searched news from the United States and then from Israel, with the interface left in English both times so the only thing changing was the country. Look at the sources. The US version is all CBS, NPR, and The New York Times. The Israeli one is Jerusalem Post, Haaretz, and Reuters. Same word in the same box, a completely different front page.

Google Top stories for the query news with gl=us, showing US outlets CBS, NPR, and The New York Times Google Top stories for the query news with gl=il, showing Israeli outlets The Jerusalem Post, Haaretz, and Reuters

Get City-Level Accuracy with uule

The gl parameter only goes down to the country. Google also ranks by precise location, so Tel Aviv and Jerusalem will not always match. When I need a specific city, I add a uule parameter.

A uule is an encoded location string. You do not have to build it by hand. Type a city into the generator below, copy the string, and stick it on the end of the URL as &uule=.... It is the same thing the paid rank trackers do quietly in the background.

uule generator
Test it on Google →

These parameters get you close, not perfect. Your real IP still pulls on the results, so treat this as a good approximation. When I need the genuine article, I use a VPN instead.

The Most Faithful Way: a VPN

Your IP is the strongest signal Google has for where you are, and a URL parameter cannot beat it. A VPN can.

Connect to a server in the country you care about, set your Google language to match, and search in incognito. Now your IP, your location, and your language all line up with a real local user. That is as close as I have gotten without actually flying there.

Method 2: Check Real Rankings in Search Console

Faking your location shows you the page. It does not tell you where you actually rank. For that, and this is how I finally answered my own question, I open Search Console.

I went to the Performance report in Google Search Console and filtered by Country. There was Israel on its own: real impressions, real clicks, and my average position, from people who actually searched there. No guessing from my desk.

Google Search Console Performance report filtered to Country: Israel, showing average position 9.1 over three months

The number I was after was the average position, and Search Console hands it to you per country. Add a Page filter on top of the country and you get it for one specific post, which was the whole reason I started digging. The catch is that this is data, not the live results page. So I use Search Console for the ranking and the location trick for the layout.

Which Method Should You Use?

They answer different questions, so I pick based on what I need at that moment.

What you wantBest method
See the live results page for a countrygl + hl parameters, or a VPN
Pin an exact cityAdd a uule parameter
The most faithful real-user viewVPN plus the local language
Real ranking numbers for your pagesSearch Console, filtered by country

If your site targets more than one country, this kind of checking goes hand in hand with a correct hreflang setup, so the right page reaches the right audience in the first place.

FAQs

Common questions about checking Google results for another location:

Why does google.co.il redirect to google.com?
Google stopped using country domains to set your search region. Your results now come from your detected location, so the country domains do not change anything and Google redirects them to google.com.
What is the difference between the gl and hl parameters?
gl sets the country whose results you want, like gl=il for Israel. hl sets the interface language, like hl=he for Hebrew. They work independently, so you can view Israeli results with an English interface, which is exactly what I do when I only care about the ranking and not the language.
Do I need a VPN, or are the URL parameters enough?
For a quick check the gl, hl, and uule parameters are usually close enough. Your real IP still counts, so when accuracy matters I switch to a VPN in the target country. Parameters for speed, VPN for precision.
Does incognito mode change my location?
No. Incognito only drops your search history and sign-in, so your own past activity does not color the results. It does not move your location, so you still pair it with the gl and uule parameters or a VPN.
Why don't the faked results match Search Console?
Faking your location is one live snapshot from one spot. Search Console averages real users across the whole country, different cities, devices, and days. They will rarely line up exactly, which is why I trust Search Console for the actual ranking numbers.
Can I change my location for search with Chrome DevTools?
Not for organic results. The DevTools geolocation override feeds a page's own location features, like maps and "near me" widgets. Google's organic ranking follows your IP and location settings, which DevTools leaves untouched, so use the URL parameters or a VPN.

Summary

Google took away the easy trick of switching countries by changing the domain. The results are still there, you just have to ask for them the right way.

For a quick look I add gl and hl to the URL in incognito, plus a uule when I need a specific city. When I want it accurate I use a VPN in the target country. And when I want the real ranking rather than a snapshot, I filter Search Console by country.

That is the whole kit. It is what I use every time I need to see a search the way someone in another country sees it, which, as it turns out, is more often than I expected.

Join the Discussion
0 Comments  ]

Leave a Comment

To add code, use the buttons below. For instance, click the PHP button to insert PHP code within the shortcode. If you notice any typos, please let us know!

Savvy WordPress Development official logo