Results 1 to 5 of 5

 

Thread: GeoTargeting and Google

  1. #1
    Penny wise...!

    Status
    Offline
    Join Date
    Aug 2005
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts


    (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.
    Last edited by Lynx; 23-12-06 at 03:31 AM.

  2. #2
    Negative SEO is fun!

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    1,389
    Thanks
    0
    Thanked 39 Times in 35 Posts
    Couple of possibilities :

    1) You need 2 layers of redirection; 1 for spiders, and 1 for users.

    You need to get / build a list of spider IPs / UAs, and deliver them the whole site, them geo-locate users so they get the right content (might look spammy though, no matter how careful you are - despite SEs protestations, they can be quite touchy about IP / UA delivery, and aren't always good at spotting when you have a good reason to do it. Sometimes they do though)

    2) Add a country switching option somewhere, so US users can choose to see US content, and get the US aff links. That might work better from the user POV, and shouldn't run any risk of upsetting an SE

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Dec 2005
    Posts
    57
    Thanks
    1
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Brendon View Post
    2) Add a country switching option somewhere, so US users can choose to see US content, and get the US aff links. That might work better from the user POV, and shouldn't run any risk of upsetting an SE
    This should always be present, it enables people who are accessing the site from one country but ORIENTATED to another country to make full use of it.

    Just because someone is acessing for the US doesn't mean they are not perhaps a UK person, with a UK home, UK credit card etc. Such people, away from their long term home country, are in many ways ideal web shoppers - they don't have the UK highstreet available to them, etc.

  4. #4
    deadgoodundies's Avatar
    pants monkey

    Status
    Offline
    Join Date
    May 2005
    Location
    Shrewsbury
    Posts
    2,495
    Thanks
    1
    Thanked 38 Times in 27 Posts
    Also remeber that if you are using something like the free version of the maxmind GEOip database then all AOL visitors will look like they are coming from the USA no matter what country they are from, so you would need the paid version and even that isn't 100% and needs updating all the time.
    Designer Men's underwear, swimwear, socks and t-shirts click to join our program deadgoodundies.com
    up to 20% commission | full product feed | 90 day cookie | No end of month tier reset

  5. #5
    Tom
    Registered User

    Status
    Offline
    Join Date
    May 2005
    Posts
    238
    Thanks
    0
    Thanked 4 Times in 4 Posts
    I was going to suggest checking the user agent and if it looks like a browser then redirect to the US site, otherwise default to leaving as is. But having read the further comments i'd be tempted to leave out the redirection completely and just have a really big option to switch to the US site if the user appears to be connecting from America. Personally I hate it when sites try and guess what I want, it's better to leave the option to the user to select for themselves unless you are absolutely certain you will get it right.

    Tom
    Websites for Sale - Browse sites for sale and place an ad for free.
    Social Shopping - Join our affiliate program



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2