Hreflang-taggenerator
Genereer <link rel="alternate" hreflang> tags voor elke taalsversie van je pagina.
Snel antwoord: Hreflang-taggenerator: genereer <link rel="alternate" hreflang>-tags voor elke taalversie van je pagina. Werkt volledig in je browser, gratis en zonder registratie.
Laatst bijgewerkt
Goed om te weten
When a site serves the same content in multiple languages or regional variants, hreflang annotations tell search engines which version to show which user, so a French speaker sees your French page instead of the English one ranking in its place. Each tag pairs a language (and optionally a region) with a URL, and getting the codes right is critical: use ISO 639-1 for the language and ISO 3166-1 Alpha-2 for the region, as in en-GB or pt-BR — and note the region qualifies the language, it is not a standalone country targeting.
The rule people most often break is reciprocity. Every page in a language set must link to every other version and back to itself; if page A points to page B but B does not point back to A, search engines discard the entire cluster as untrustworthy. Confirming that each generated block is mirrored across all your alternate pages is the single most important validation step.
Always include an x-default entry pointing at your fallback — usually a language-selector page or your primary market — to catch users whose language you do not explicitly serve. These tags can live in the HTML <head>, in HTTP headers, or in your XML sitemap, but never mix approaches for the same URL. Pair this with the canonical tag generator so each language version canonicalizes to itself, and list every variant in the sitemap generator.
Veelgestelde vragen
- Is de hreflang-generator gratis?
- Ja — gratis zonder registratie.
- Heb ik x-default nodig?
- Ja — voeg een x-default vermelding toe die verwijst naar je fallback-URL voor gebruikers wiens taal niet in de lijst staat.
- Moet elke pagina naar elke andere pagina linken?
- Ja — Google vereist wederzijdse hreflang-links over de hele taalset, inclusief terug naar zichzelf.
- Zijn mijn URL's geüpload?
- Nee — elke tag wordt in je browser gegenereerd.
- Welke taalcodes werken?
- ISO 639-1 (en, nl, de) optioneel met regio (en-US, en-GB).