Hreflang Tag Generator
Generate <link rel="alternate" hreflang="…"> tags for international SEO from a simple table.
Presets
Tags
<link rel="alternate" hreflang="en" href="https://example.com/en/about" /> <link rel="alternate" hreflang="es" href="https://example.com/es/about" /> <link rel="alternate" hreflang="x-default" href="https://example.com/about" />
About hreflang
hreflang tells search engines which version of a page to show users in a given language and region. Every page in the set should reference every other version, including itself (self-referential).
Use x-default for the fallback when no other locale matches. The code can be a language alone (en) or language-region (en-US).
You might also like
- Keyword Density CheckerAnalyse text for word, phrase, and n-gram frequency — see what your content is actually about.
- Robots.txt GeneratorBuild a robots.txt for your site with a guided UI.
- Sitemap ValidatorValidate sitemap.xml against the protocol and inspect every URL inside.
- Title & Meta Description Length CheckerCheck whether your title tag and meta description fit Google's truncation limits.