Learn SEO
International Targeting in Search Console: Geo Settings Explained

You set up your site, you’re targeting the UAE, and Google keeps showing your pages to users in random countries who have zero intent to buy from you. Sound familiar? International targeting SEO is one of those areas where a small misconfiguration costs you real rankings in the markets that actually matter. And the fact that Google deprecated its own International Targeting tool in Search Console without much fanfare has left a lot of site owners genuinely confused about what signals they’re supposed to send now.
I’ve worked on multinational sites for over 14 years, and the number of times I’ve seen a .com site with no geo signals wonder why it’s ranking in Indonesia instead of Dubai is staggering. Let me walk you through what actually works in 2026.
The International Targeting Report Is Gone. Here’s What That Actually Means
Google removed the International Targeting report from Search Console in late 2022. That’s the feature that used to sit under Legacy Tools, where you could manually assign a country target to a generic domain property. A lot of older tutorials still reference it as if it exists. It doesn’t.
What Google said when they pulled it: the country targeting setting “had little value for the ecosystem.” That’s a polite way of saying it was being misused more than it was being used correctly, and that their algorithms had gotten good enough at inferring geo-intent from other signals.
So what replaced it? Nothing, directly. Instead, Google shifted to relying entirely on the signal stack your site naturally produces. That means you have to get those signals right because there’s no manual override anymore.
How Google Figures Out Which Country You’re Targeting
Google uses a layered approach. No single signal is decisive on its own, but certain signals carry more weight than others.
| Signal | Strength | Notes |
|---|---|---|
| Country-code TLD (ccTLD) | Very strong | .ae, .sa, .uk, .de: Google treats these as definitive. Cannot be overridden. |
| hreflang tags | Strong | Page-level signals that specify both language and region. Works for generic TLDs. |
| URL structure (subdomain or subfolder) | Medium-strong | ae.example.com or example.com/ae/ gives Google structural context. |
| Server/CDN location | Weak to medium | Less relevant with modern CDNs, but still noted as a secondary signal. |
| On-page content language and localization | Medium | Currency, phone format, address, local references all reinforce signals. |
| Backlink origin | Medium | Links from .ae or .sa domains reinforce UAE/Saudi targeting. |
| Google Business Profile | Medium (local) | Relevant for local search; less so for organic international rankings. |
Here’s the thing: if you have a .com domain (which most service businesses do), you have zero automatic geo signal at the domain level. Everything else has to do the work.
ccTLDs vs. Subfolders vs. Subdomains: The Real Trade-offs
Every international SEO guide eventually gets to this question, and most of them present it as a neat three-way comparison without telling you what actually happens on real sites. Let me be honest about the trade-offs.
ccTLDs (.ae, .sa, .de): The strongest geo signal you can send. Google has no ambiguity about where you’re targeting. The downside is real: you’re splitting your domain authority across multiple properties. Each ccTLD starts from scratch with backlinks and trust. For a brand that’s been building a .com for years, migrating to a ccTLD means rebuilding that equity. I’ve seen this go wrong badly when done too early.
Subfolders (example.com/ae/, example.com/sa/): My preferred approach for most clients in the Gulf region. You keep the domain authority on one root domain, you can use hreflang at the page level to differentiate markets, and the URL structure itself signals regional intent. The management overhead is higher because you’re maintaining parallel content trees, but the SEO consolidation is worth it.
Subdomains (ae.example.com): Google treats these somewhat like separate sites, which gives you some of the benefits of ccTLDs without the full authority split. I find them useful when you have genuinely different technology stacks or teams managing different markets, but for most SMEs and consultancies, subfolders are cleaner.
Pro tip: If you’re running a single-market .com targeting the UAE, you don’t need a ccTLD. What you need is consistent on-page localization, local backlinks, and correct hreflang if you have any Arabic content. Don’t migrate your domain unless you have strong business reasons beyond SEO.
hreflang: The Tool That Actually Replaced the Old GSC Setting
If there’s one concept that’s become more important since the Search Console international targeting feature was removed, it’s hreflang. This is a link attribute (or HTTP header, or XML sitemap entry) that tells Google two things: what language a page is in, and what regional audience it’s intended for.
The syntax looks like this in the page head:
<link rel="alternate" hreflang="en-ae" href="https://example.com/ae/" />
That en-ae tag means “English, intended for UAE audiences.” You can also use ar-ae for Arabic content targeting the UAE, or ar-sa for Arabic targeting Saudi Arabia.
A few things most guides skip over:
- hreflang tags must be reciprocal. Every page in a hreflang group needs to reference all other pages in that group, including itself. If page A points to page B but page B doesn’t point back to page A, Google may ignore the whole set.
- Use
x-defaultfor the fallback URL (the page a user sees when no other hreflang matches their location or language). This is usually your root domain. - Language codes alone (like
en) are valid, but if you’re doing genuine international targeting SEO and need to distinguish between UAE English and UK English audiences, you need the regional subtag. - You cannot hreflang your way out of duplicate content. The pages still need to have meaningfully different content, prices, or context for the regional differentiation to hold up in practice.
Pro tip: Google Search Console’s Coverage report and the URL Inspection tool are now your best free diagnostic tools for hreflang issues. If Google has crawled and indexed the alternate URLs, it will tell you. If it hasn’t, there’s usually a crawl budget or canonical conflict to dig into.
What to Do If You Have a Generic .com Targeting One Country
This is the most common scenario I see with Gulf-based businesses: a .com site that’s entirely focused on UAE or Saudi customers, with no other regional content. Here’s what I’d actually do in order of priority.
- NAP consistency: Make sure your UAE address, phone number (with +971 country code), and business name appear on your site in a crawlable format. Not just in an image. Schema markup for LocalBusiness also helps here.
- Content localization signals: Reference UAE-specific context throughout your site. Pricing in AED, references to Dubai or Abu Dhabi markets, UAE case studies. These are content-level signals Google reads.
- hreflang with x-default: Even for a single-market site, adding
hreflang="en-ae"andhreflang="x-default"pointing to the same URL gives Google an explicit signal about your intended audience. - Local backlink profile: Getting links from UAE-based publications, directories, and industry sites matters. A backlink from Gulf News or a .ae domain carries geo signal that a link from a US tech blog doesn’t.
- Google Business Profile: If you serve UAE customers and have any physical presence (even a registered business address), a verified GBP with UAE location reinforces your regional relevance for local queries.
Monitoring International Performance Without the Old Report

Since the International Targeting report is gone, you need to know where to look instead. Here’s what I use:
In Search Console, go to Performance, then click the Country filter. This shows impressions, clicks, CTR, and average position by country. It’s not a configuration tool. It’s a diagnostic. If you’re getting 80% of impressions from your target country, your signals are working. If your target country is fifth on the list, something is misaligned.
For hreflang validation specifically, Screaming Frog’s hreflang checker is the most practical free-to-low-cost tool I’ve used. It crawls your site and flags reciprocal errors, missing x-default, and language code inconsistencies. Ahrefs and Semrush both have international targeting audits in their site audit modules if you’re already paying for those.
Honestly, the Performance report by country in Search Console tells you 80% of what you need to know about whether your geo signals are working. The fancy tools are for diagnosing why they’re not.
Common Mistakes That Confuse Google’s Geo Signals
The mistakes I see most often aren’t about complex configurations. They’re about contradictory signals:
- A site with a US phone number and US address on the contact page, but hreflang tags saying it targets the UAE. Google’s signals conflict, and the stronger content signal (US contact details) usually wins.
- Using
hreflang="en"globally without any regional subtag, then wondering why Google isn’t distinguishing between UK, US, and UAE audiences for the English content. - Setting up subfolders for different markets but not implementing hreflang across them, so Google treats the pages as near-duplicates and picks one to rank.
- Blocking alternate language URLs from crawling in robots.txt. If Google can’t crawl the hreflang target URL, the whole setup breaks silently.
Pro tip: After any major international SEO change (new URL structure, hreflang implementation, domain migration), give Google 6 to 12 weeks before drawing conclusions from performance data. Geo signal changes aren’t instant. I’ve had clients panic at week three over a ranking shift that completely resolved by week eight.
Running Multinational SEO Across Gulf Markets? Let’s Talk
Getting geo signals right on a .com site targeting the UAE, Saudi Arabia, or multiple Gulf markets is a specific problem that generic SEO advice handles badly. The signal stack, content structure, and hreflang architecture need to work together, and there’s no Search Console shortcut anymore.
If you want your site to rank in the right countries for the right queries, Multinational SEO is exactly what I do. Message me on WhatsApp and we can talk through your situation in 10 minutes.
Questions People Ask About International Targeting SEO
Is Google Search Console’s international targeting tool still available?
No, Google deprecated the International Targeting report in Search Console in late 2022. The country targeting setting within it is gone entirely. Google said it added little value. You now rely on hreflang tags, ccTLDs, URL structure, and on-page signals to communicate geo intent to Google’s algorithms.
Does my server’s physical location affect international targeting?
It can, but it’s a weak signal in 2026. Most sites run on CDNs that serve content from edge nodes globally, so Google effectively ignores server location for most modern sites. Stronger signals like ccTLDs, hreflang, and content localization matter far more than where your server sits physically.
Can I target multiple countries with one website?
Yes, and this is common for Gulf-region businesses. You use subfolders (example.com/ae/, example.com/sa/) or subdomains, with hreflang tags differentiating each market at the page level. Each section needs genuinely localized content to hold up. Thin near-duplicate pages spread across market folders rarely perform well long-term.
What’s the difference between hreflang for language vs. hreflang for country?
hreflang handles both at once. A tag like en-ae specifies English language for UAE audiences. You can use language-only tags like en or ar, but regional subtags give Google more precise geo intent. For sites targeting specific Gulf countries, I always use regional subtags rather than language-only codes.
Do I need hreflang if my entire site is in one language targeting one country?
Not strictly required, but I’d still add it. For a .com site targeting the UAE with English content, adding hreflang="en-ae" and hreflang="x-default" is a lightweight explicit signal that costs nothing to implement. It removes ambiguity for Google, which is always worth doing when it’s easy.
How long does it take for geo-targeting changes to affect my rankings?
Typically 6 to 12 weeks for Google to fully process and act on international SEO changes. Domain-level changes like ccTLD migrations take longer than hreflang updates. On-page localization changes tend to show movement faster. Don’t evaluate results before the 6-week mark at the absolute earliest.
What’s x-default in hreflang and do I need it?
x-default is a fallback hreflang tag that tells Google which URL to show when no other hreflang tag matches a user’s language or country. You use it like this: hreflang="x-default". It’s not mandatory, but Google recommends including it. Most sites point it at the root domain or the English homepage.
Will geo-targeting hurt my rankings in other countries?
Depends on how aggressively you implement it. A ccTLD for .ae will reduce visibility outside the UAE. Subfolder structures with correct hreflang are more flexible: you can target the UAE without excluding other markets. The deprecated Search Console country-targeting setting explicitly narrowed your audience. Current signals are generally additive.
Does having a UAE phone number on my site help with geo-targeting?
Yes, as a secondary content signal. A UAE phone number in crawlable text (not an image), combined with a UAE address formatted correctly and LocalBusiness schema markup, contributes to Google’s understanding of your geographic relevance. It’s not a replacement for hreflang or URL structure, but it reinforces your other signals consistently.
How do I check if my hreflang tags are working?
Start with Google Search Console’s URL Inspection tool on your alternate URLs. If Google has crawled and indexed them, your implementation is technically sound. Then use Screaming Frog’s hreflang checker for a full-site audit of reciprocal errors. The Performance report filtered by country confirms whether geo-targeting is delivering results.
One Thing to Do After Reading This
Open Search Console, go to Performance, filter by Country, and check whether your top-impression countries match the markets you’re actually trying to reach. If they don’t, you’ve got a geo signal problem. That’s your starting point for everything else.
Start the conversation
Want results like these for your business?
Tell me about your goals on WhatsApp and get a clear, no-pressure plan — usually within the same day.