Skip to content

Instantly share code, notes, and snippets.

@promediacorp
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save promediacorp/c7108fc4fa24d43bf285 to your computer and use it in GitHub Desktop.
Save promediacorp/c7108fc4fa24d43bf285 to your computer and use it in GitHub Desktop.
Forever 21 Href Lang Tags
<!-- Instructions for Setting hreflang tags. See https://support.google.com/webmasters/answer/189077?hl=en for more info. The language is in ISO 639-1 format, and the country is ISO 3166-1 Alpha 2 ! -->
<!-- Header of US Homepage-->
<head>
<title>Forever 21 US</title>
<!-- This is the master, official homepage URL for US -->
<link rel="canonical" href="http://www.forever21.com/" />
<!-- This tells Google what the corresponding homepage equalaivents are for Canada-->
<link rel="alternate" hreflang="fr-CA" href="http://www.forever21.com/shop/ca/fr" />
<link rel="alternate" hreflang="en-CA" href="http://www.forever21.com/shop/ca/en" />
<!-- All other regions -->
<link rel="alternate" hreflang="en-GB" href="http://www.forever21.com/UK/" />
<link rel="alternate" hreflang="kr" href="http://www.forever21.co.kr/">
<link rel="alternate" hreflang="jp" href="http://www.forever21.co.jp/">
<link rel="alternate" hreflang="cn" href="http://www.forever21.cn/">
<link rel="alternate" hreflang="in" href="http://www.forever21.com/IN/">
<link rel="alternate" hreflang="de" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=de-DE">
<link rel="alternate" hreflang="es" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=es-ES">
<link rel="alternate" hreflang="fr" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=fr-FR">
<link rel="alternate" hreflang="it" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=it-IT">
<link rel="alternate" hreflang="nl" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=it-DL">
</head>
<!--Header of Canada Homepage-->
<head>
<title>Forever 21 Canada</title>
<!-- This is the master, official homepage URL for Canada -->
<link rel="canonical" href="http://www.forever21.com/shop/ca/" />
<!-- This tells Google where the US homepage equivalent is located -->
<link rel="alternate" hreflang="en-US" href="http://www.forever21.com/" />
<!-- This tells Google where the Canadian French homepage equivalent is located -->
<link rel="alternate" hreflang="fr-CA" href="http://www.forever21.com/shop/ca/fr" />
<!-- All other regions -->
<link rel="alternate" hreflang="en-GB" href="http://www.forever21.com/UK/" />
<link rel="alternate" hreflang="kr" href="http://www.forever21.co.kr/">
<link rel="alternate" hreflang="jp" href="http://www.forever21.co.jp/">
<link rel="alternate" hreflang="cn" href="http://www.forever21.cn/">
<link rel="alternate" hreflang="in" href="http://www.forever21.com/IN/">
<link rel="alternate" hreflang="de" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=de-DE">
<link rel="alternate" hreflang="es" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=es-ES">
<link rel="alternate" hreflang="fr" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=fr-FR">
<link rel="alternate" hreflang="it" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=it-IT">
<link rel="alternate" hreflang="nl" href="http://www.forever21.com/EU/Product/Main.aspx?br=f21&lang=it-DL">
</head>
<!--
There should be an href lang tag for every region that is supported!
The canonical and hreflang tag should never been the same URL! -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment