(wasn't sure whether to put this in the Affiliate Scripts, Web Design & General Help or Google forum)
I've come across a problem with an experiment I was trying out on one of my sites. This site is UK only and listed on the first page of both google.com and google.co.uk under some great keywords... but obviously I'm doing nothing with a hell of a lot of US traffic. So I added a GeoTargeting function that redirects US traffic to a US affiliate campaign.
This is the kinda redirect I'm using:-
Code:
global $country_code;
if ('US' == $country_code) {
header("Location: redirect.php?location=".$country_code);
exit;
}
Now my problem is that google has a US IP address and is now not spidering my website
Any ideas?
L.
Bookmarks