If your business serves customers in multiple countries or languages, international SEO is not optional β€” it is the difference between appearing in search results in those markets or being completely invisible. Google serves different results to users in different countries based on their location, language preferences, and the signals your site sends about its intended audience. Without deliberate international SEO implementation, even a well-optimised site will be served primarily in one market regardless of where its audience lives.

The Three International SEO Site Structures

Before implementing anything, choose your site structure for international content. Each has different technical and SEO implications:

Country Code Top-Level Domains (ccTLDs) β€” separate domains for each country: yoursite.co.uk for UK, yoursite.com.au for Australia, yoursite.de for Germany. The strongest geotargeting signal available, but requires managing multiple separate websites. Best for businesses with significant resources in each target market.

Subdomains β€” uk.yoursite.com, au.yoursite.com, de.yoursite.com. Moderate geotargeting signal, easier to manage than separate domains. Google treats subdomains as somewhat separate from the main domain.

Subdirectories β€” yoursite.com/uk/, yoursite.com/au/, yoursite.com/de/. Easiest to manage and consolidates all authority on one domain. The most common choice for most businesses and the one Google recommends for most use cases.

Hreflang Tags β€” The Core Technical Implementation

Hreflang tags tell Google which version of a page to show to users in specific countries and languages. They are the most important technical element of international SEO and also one of the most frequently implemented incorrectly.

A hreflang implementation looks like this in your page head:

<link rel="alternate" hreflang="en-gb" href="https://yoursite.com/en-gb/page/" />
<link rel="alternate" hreflang="en-au" href="https://yoursite.com/en-au/page/" />
<link rel="alternate" hreflang="x-default" href="https://yoursite.com/page/" />

Key rules: every page in the set must reference every other page in the set (the relationship is bidirectional). The x-default tag specifies the fallback page for users in countries not explicitly targeted. The hreflang value must be a valid language-country code combination.

Common Hreflang Mistakes

As we covered in our guide to canonical tags, hreflang and canonical tags interact β€” a page should not have a canonical pointing to a different language version. Each language version should self-reference canonically.

Missing return links are the most common implementation error β€” if the UK page references the Australian page in hreflang but the Australian page does not reference the UK page back, Google ignores the entire hreflang setup for those pages. Use our site scanner to crawl both versions and verify bidirectional references exist.

Country Targeting in Google Search Console

For subdirectory-based international sites, use Google Search Console's International Targeting report to specify the target country for each subdirectory. As we covered in our Search Console guide, this property-level setting supplements hreflang tags and makes your geotargeting intent explicit to Google.

Content Localisation vs Translation

Simply translating your English content into other languages is insufficient for strong international rankings. Google can detect machine-translated or low-quality translated content and ranks it poorly. True localisation means adapting content for cultural context, local search behaviour, local examples, and local keyword research. Users in Australia search differently from users in the UK even for the same product.

Summary

International SEO requires choosing the right site structure, implementing hreflang tags correctly with bidirectional references, setting country targeting in Search Console, and genuinely localising content rather than just translating it. Use our site scanner to verify your international pages are crawlable and that all hreflang references resolve correctly to live pages.

Missed the previous article? Read: SEO for E-commerce: How to Drive Organic Sales in 2026