Generador de Etiquetas Hreflang
Genera etiquetas <link rel="alternate" hreflang> para cada versión de idioma de tu página.
Respuesta rápida: Generador de Etiquetas Hreflang: genera etiquetas <link rel="alternate" hreflang> para cada versión lingüística de tu página. Funciona íntegramente en el navegador, es gratuito y no requiere registro.
Última actualización
Bueno saber
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.
Preguntas frecuentes
- ¿Es el generador de hreflang gratuito?
- Sí — gratuito sin necesidad de registrarse.
- ¿Necesito x-default?
- Sí — incluye una entrada x-default que apunte a tu URL de respaldo para usuarios cuyo idioma no esté en la lista.
- ¿Cada página debe enlazar a todas las demás?
- Sí — Google requiere enlaces hreflang recíprocos en todo el conjunto de idiomas, incluido el enlace hacia sí mismo.
- ¿Se suben mis URLs?
- No — cada etiqueta se genera en tu navegador.
- ¿Qué códigos de idioma funcionan?
- ISO 639-1 (en, nl, de) opcionalmente con región (en-US, en-GB).