Hhreflang been setup correctly?
-
Hi guys,
We recently setup US hreflang tags across a site. According to Deep Crawl it seems the tags are working.
http://s3.postimg.org/5b8rzq9r6/screenshot_1494.jpg
However when i test it out with http://flang.dejanseo.com.au/
I seem to be getting no language, region and under notes it saids "Reciprocal not found" (does anyone know what this means?)
http://s16.postimg.org/quiiaob1h/screenshot_1495.jpg
Any ideas?
Cheers
-
Yes, there is error. I used tool described here:
https://moz.com/blog/open-source-library-tool-check-hreflang
And here is result:
http://hreflang.ninja/check/?url=http%3A%2F%2Fwww.camilla.com.au%2Fus%2Fshop%2Fjust-in.htmlBut alternate page there:
http://www.camilla.com.au/us/
Doesn't link back /us/shop/just-in.htmlAnd this is first problem. Second problem is that /us/ page doesn't like en_us. I'm not sure why? And third is missing x-default hreflang.
In case of doubt please check both examples:
https://play.google.com/store/apps/details?id=com.google.earth&hl=en
https://play.google.com/store/apps/details?id=com.google.earth
and read everything in Moz about hreflang. -
Hi Chris,
You have 2 issues here:
1. It doesn't make sense to put the us version on http://www.camilla.com.au/us/ - .com.au is an Australian domain extension and therefore geo targeted by default to Australia. If you want to have a us version you'll have to put it on a generic domain extension (.com / .net / .org / etc geo targeted in search console to the us) or use the .us extension
2. Hreflang is on page level - not on domain level - on all pages of your site you put the hreflang pointing to the "us homepage". What you should do is for each page on your site (both us & au version) you will have to put at least two hreflang tags:
Example http://www.camilla.com.au/collection/my-wandering-heart-resort-15 & http://www.camilla.com.au/us/collection/my-wandering-heart-resort-15
On both pages put:
<link rel="alternate" href="http: www.camilla.com.au="" collection="" my-wandering-heart-resort-15" hreflang="en-au"></link rel="alternate" href="http:>
If you want to have one version as default - then also add
(if it's the us version you want as default - check http://googlewebmastercentral.blogspot.be/2013/04/x-default-hreflang-for-international-pages.html)
The message "reciprocal not found" indicates that you only put the hreflang to the us version - and that on the us version there is no hreflang link to the au version.
You can scan all the content on Moz on hreflang - but useful links are:
https://moz.com/blog/hreflang-behaviour-insights http://www.aleydasolis.com/en/international-seo-tools/hreflang-tags-generator/ https://support.google.com/webmasters/answer/189077?hl=enDirk