Scenario
I have the following sites:
http:/
/subdomain.mainurl.com/es
http:/
/subdomain.mainurl.es
.es needs to rank in Spain only with .com/es ranking in every other Spanish speaking territory.
Would adding multiple 'href lang' tags similar to the below work?
http:/
/subdomain.mainurl.com/es Example
<link rel="alternate" hreflang="es-es" href="http://subdomain.mainurl.es " />
http:/
/subdomain.mainurl.es Example
<link rel="alternate" hreflang="es-mx" href="http://subdomain.mainurl.com/es " />
<link rel="alternate" hreflang="es-ar" href="http://subdomain.mainurl.com/es " />
Thoughts appreciated.
[edited by: tedster at 8:24 pm (utc) on Sep 18, 2012]
[edit reason] make examples display in full [/edit]