JavaScript Editor Ajax software     Free javascripts 



Main Page

Here is an example of implementing this feature, using your simple geo-targeting library. To redirect
French users to
http://fr.example.com
, you’d need to do something like this:
if (SimpleGeoTarget::isRegion(‘FR’)) {
header(‘Location: http://fr.example.com’);
exit();
}
Summary
We hope you’ve had fun going through the exercises in this chapter! Although cloaking is a potential
minefield in search engine optimization, we have shown some of its relevant uses. Geo-targeting, on
the other hand, is a unanimously accepted practice that you can use to offer a more pleasant browsing
experience to your international visitors. Both, in turn, rely on IP-delivery technology to function.
241
Chapter 11: Cloaking, Geo-Targeting, and IP Delivery
c11.qxd:c11 11:01 241


JavaScript Editor Ajax software     Free javascripts