I am working on SEO for a Rails application.
The website is fully localized and I am following this google article to add hreflang alternate page links.
HTML links are <head>fine.
I am having problems with answer headers .
I understand that I have to provide values for each alternate version of the page, but I'm not sure how to set multiple values.
I tried passing them as a comma separated list. Browsers seem to get it right, but since individual values contain half-columns, this doesn't look right.
Is there any link to it? Even a sample web page that is known to implement it correctly will help.
source
share