Forum Moderators: Robert Charlton & goodroi
hreflang="ko-us"
<link rel="alternate" href="http://kr.example.com/hotels/budget" hreflang="ko" />
<link rel="alternate" href="http://www.example.com/hotels/budget" hreflang="en" />
(Are you really in XHTML? Why?) And then for /info/sights it would be <link rel="alternate" href="http://kr.example.com/info/sights" hreflang="ko" />
<link rel="alternate" href="http://www.example.com/info/sights" hreflang="en" />
and so on. Always the same pair of alternates for each pair of pages. <link rel="alternate" href="/kr/hotels/budget" hreflang="ko" />
<link rel="alternate" href="/hotels/budget" hreflang="en" />
and <link rel="alternate" href="/kr/info/sights" hreflang="ko" />
<link rel="alternate" href="/info/sights" hreflang="en" />
and so on. Links are always given in the same format as an ordinary <a href> link. <link rel="alternate" href="kr.domain.com" hreflang="ko-kr" />This makes me uneasy, because I can't tell if you're editing or if you're missing the principle. It has to be a complete link, just like an <a href> link. And get rid of that "ko-kr", which implies "this version is only for people who speak the ROC dialect of Korean". It's just "ko".
<link rel="alternate" href="www.domain.com" hreflang="en" />
denotes country/region
attach any country code to any language code
I am not aware that Google support this currently