Page is a not externally linkable
SabrinaScherer - 4:16 pm on Sep 25, 2012 (gmt 0)
What if I dynamically change hreflang=x and point to the page itself in the header depending on the users location?
English version: example.com
<link rel="alternate" hreflang="en" href="example.com" />
German version: example.com (same URL)
<link rel="alternate" hreflang="de" href="example.com" />
Can this work?