Questions
-
Setting up a website targeted for the US
First of all, let me see if I understood well the situation... You are going to have to websites: .co.uk targeting Great Britain .com targeting USA and CA And then you want to use IP detection for redirecting users to the "correct" website depending on their location... Honestly, I don't like this tecnique... in the 90% of the cases googlebot comes from an USA IP... if you redirect via IP detection you are always redirecting googlebot to the USA/CA website, substantially not letting it to enter and crawl the UK one. as a user who travels a lot, I hate when a website always redirects me to the version it consider I am interested about just because of the IP address. For instance, if I am in Great Britain for travel and I want to visit the USA version of your site because I most interested in it (eg: because of currencies, or because my account is for the USA site), I would rant like a troll if you were obliging me to use the GB version. I always consider that the best option is offering the users (and the bots) to visit the website version they want but using this "tactic": if you detect (from IP or Browser agent) that somehow located in the USA/CA entered in the UK site, you can present an alert saying >>> "We saw you're visiting us from the USA/CA. Maybe you are more interested in visiting our USA website [link to your .com version]" This is what Amazon does. As an alternative, use redirection based on user browser detection and not IP. That is safer in regards to googlebot. Said that, the redirection should be automatic just the first time someone enters in your site, and not always present. With this I mean that if someone from USA enters in your .co.uk site, he will be redirected to the .com, but once landed in the .com site, he will be eventually able to click on the link pointing to the .co.uk and not being redirected again the to american version.
International Issues | | gfiorelli10