Hreflang
An HTML attribute that specifies the language and optional geographic targeting of a page, helping search engines serve the correct language version to users. Hreflang prevents duplicate content issues across multilingual and multi-regional sites.
Hreflang tags tell search engines the relationship between different language or regional versions of the same content. For example, you might have an English page for US users, an English page for UK users, and a Spanish page for Spain users. Hreflang annotations ensure each user sees the appropriate version in search results.
For international growth teams, hreflang implementation is critical for capturing traffic across language markets. Incorrect hreflang can cause the wrong language version to appear in search results, directly impacting click-through rates and user experience. Implementation options include HTML link tags, HTTP headers (for non-HTML files), and XML sitemaps (best for large sites). Every hreflang annotation must be reciprocal: if page A references page B, page B must reference page A. Include an x-default tag for users whose language or region does not match any specific version. Validate your hreflang implementation with tools like Ahrefs or Screaming Frog, as errors are common and can silently undermine your international SEO strategy.
Related Terms
Core Web Vitals
A set of three Google-defined metrics that measure real-world user experience for loading performance, interactivity, and visual stability. Core Web Vitals are a confirmed ranking factor in Google Search.
Largest Contentful Paint (LCP)
A Core Web Vital that measures the time from page load start until the largest visible content element (image, video, or text block) is rendered on screen. Good LCP is 2.5 seconds or less.
Interaction to Next Paint (INP)
A Core Web Vital that measures the latency of all user interactions (clicks, taps, keyboard input) throughout the page lifecycle, reporting the worst interaction. Good INP is 200 milliseconds or less.
Cumulative Layout Shift (CLS)
A Core Web Vital that measures the total amount of unexpected layout shifts that occur during a page's entire lifespan. Good CLS is 0.1 or less, where layout shifts are calculated from the impact and distance of moving elements.
Time to First Byte (TTFB)
The duration from the user's request to the first byte of the server response reaching the browser. TTFB measures server-side processing speed and network latency, directly impacting all subsequent loading metrics.
Crawl Budget
The number of pages a search engine bot will crawl on your site within a given timeframe, determined by crawl rate limit and crawl demand. Crawl budget optimization ensures important pages are discovered and indexed efficiently.