Hi,
before I raised this question I red some other topics which were relevant to my question, however every topic had some slight difference between the various scenarios.
I run a webshop with .eu domain (notebookscreen.eu) which currently runs on 3 languages. We use geoIP to determine the user's location for the following reasons:
- language
- currency
- shipping fee
The site runs very slow during the tests, and most of the testers (including MOZ) fails since it has too many 302 redirects. We are rebuilding this part to fix this redirect and need some advice what is the best to optimise for multiple countries. As said in the title this is a shop mainly targeting EU countries, and next to the .eu domain we have 10 other country level TLD registration.
Currently we do subfolder stile. Would it be better to do subdomain per country or separate TLD for every country. Current option is the best for backlinks, I don't think second has any gains. Having dedicated TLDs can help to local SERP for every country, however we would need a lot of back-linking. Also if someone starts with the .eu page, a 3xx redirect is needed for the designated country. Different sites do it differently. Some don't care (Apple), some stay on one page and gives you local currency and shipping rates (eBay), or moves to different TLD (Amazon).
Is there any better way to determine someone's location other then GeoIP?