Geo Targeting In A Link

wowzers

Newbie
Joined
Oct 15, 2013
Messages
10
Reaction score
1
Hi,

How can I create a link so that when someone clicks on it, it takes them to different pages depending on their location (country)?

Thanks for your help in advance
 
No, you can't create a link that sends people to different locations depending on their country. You can however send them through a link to a 'hub' point... a server from where they get redirected towards different targets :)

There are scripts for that for example

If you don't feel like coding it yourself, Evan has a cool script called Lambda GeoIP! Check it out here:http://www.lambdageoip.com/Lambda GeoIP is a fully self-hosted geo-targeting script that you can use on your website to determine the geographic location of your visitors. In addition to that, you can determine if a user is on a mobile device, a bot, or using a satellite connection.

Source:
Code:
[URL]http://stackoverflow.com/questions/2832380/how-do-i-track-the-visitors-country-and-redirect-them-to-appropriate-sites[/URL]

I've used GeoIP from Maxmind and it works well. They have a http://www.maxmind.com/app/geolitecity That's 99.3% accurate. the http://www.maxmind.com/app/java I would follow google's practice of having a link back to the original version if you do the redirect.
Source:
Code:
[URL]http://stackoverflow.com/questions/230594/redirect-depending-on-the-country/230646#230646[/URL]


also nowadays since wordpress is all the hype because it is easier and more accessible towards non tech savy web users i suggest you look into this plugin:

Code:
[URL]http://wordpress.org/plugins/geoposty/[/URL]
 
thanks very much, I'll use a WP plug-in on a page then thanks ! :)
 
Bevomedia does this and more. redirect visitors based on country/state/city.
its whats been working great for me and my local clients.

With wordpress i have prettylinkpro or you can use the free one. place my bevo url in my pretty link redirect. As easy as that.
 
You may have look into my sig, this script does geoip redirection and more.
 
I've been wanting to do this for a while for Amazon affiliate links, cheers lmxftw
 
Geo-based redirections can be done using smarturl tool. Installing a WP plug-in on your page can also help in redirecting visitors based on country /state.
 
Yes You can do it. You need to set up a GEO php script on your site.
 
You may have look into my sig, this script does geoip redirection and more.

can you develop a tool that has a more complicated setup than this? SMH I''ve never seen such a complicated setup in my whole life. why not just make the setup 100 more steps? SMH. I would buy your tool if it was easier to install and setup.
 
Hi,

How can I create a link so that when someone clicks on it, it takes them to different pages depending on their location (country)?

Thanks for your help in advance


Hi Wowzers,

Check out our Geo Redirect tool by visiting our website: Geolify

You can use this to redirect visitors to different urls based on their location.

If you want to change the link itself dynamically you can easily do this by using our Geo Content service where you can display different links based on visitor location.

Regards
 
Back
Top