Hreflang-Tag-Generator
Generiere <link rel="alternate" hreflang> Tags für jede Sprachversion deiner Seite.
Kurze Antwort: Hreflang-Tag-Generator: Erstellt <link rel="alternate" hreflang>-Tags für jede Sprachversion Ihrer Seite. Läuft vollständig in Ihrem Browser, kostenlos und ohne Anmeldung.
Zuletzt aktualisiert
Gut zu wissen
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.
Häufig gestellte Fragen
- Ist der hreflang-Generator kostenlos?
- Ja – kostenlos ohne Anmeldung.
- Brauche ich x-default?
- Ja – füge einen x-default Eintrag hinzu, der auf deine Fallback-URL zeigt für Benutzer, deren Sprache nicht in der Liste ist.
- Sollte jede Seite auf jede andere verlinken?
- Ja – Google verlangt wechselseitige hreflang-Links über das gesamte Sprachenset, einschließlich zurück zu sich selbst.
- Werden meine URLs hochgeladen?
- Nein – jeder Tag wird in deinem Browser generiert.
- Welche Sprachcodes funktionieren?
- ISO 639-1 (en, nl, de) optionale Region (en-US, en-GB).