Hi all, I had a search and couldn't find this topic answered elsewhere, if i have missed it please just link up the related thread below.
My problem is this, I have a site that has localized versions using I18n, as one is Canadian and one is US the content is nearly always identical however certain pages may differ, ie sales, product lines.
In the header I've included a canonical tag to specify the direct URL
<link rel="canonical" href="http://www.example.com/brown-shoes/" />
when in reality they'll actually be viewing
http://www.example.com/en-US/brown-shoes/
or
http://www.example.com/en-CA/brown-shoes/
Now I thought this was pretty much all I needed to do however one look in google shows me that both google.com and google.ca are indexing only the /en-US/ versions.
I've nosed around a bit in Google Webmaster Tools hoping to find something to help but havent thus far.
Has anyone ran into this issue before? Any recommendations on what to do next?
Thanks in advance