Hi,
We've got a website with several different language versions. In the header I would like to create "hreflangs" for each language version of the current page.
Let's say i have a page on the english site with this URL: http://mynewbikeshop.com/bikes
Then, for the danish and swedish version, I would like to create hreflangs that looks like this:
<link rel="alternate" culture="da-DK" hreflang="http://mynewbikeshop.dk/cykler" />
<link rel="alternate" culture="sv-SE" hreflang="http://mynewbikeshop.se/cyklar" />
How do I get these searchfriendly URLs for each language version? I'v tried getting a pageview object, but it crashes the site in Safari and IE.