Add visitors geolocation into the landing page

Adding geo location into a landing page is a very powerful method to increase ctr PPV landing page and also it increases your conversion rates also as using geo location you can easily win visitors trust. Ofcourse when on a landing page when you will tell your visitors you have an exclusive offer for people of their town they will  more easily convert , This not only works on ppv but also on other regular landing pages,

For demonstration click here   To see what code i used for this click here

When you place code into your landing pages make sure first line of script is above all the lines, Here is the code you will use

<script language="JavaScript" src="https://j.maxmind.com/app/geoip.js">
</script>

<br>Country Code:
<script language="JavaScript">document.write(geoip_country_code());
</script>

<br>Country Name:

<script language="JavaScript">document.write(geoip_country_name());
</script>

<br>City:

<script language="JavaScript">document.write(geoip_city());
</script> 

<br>Latitude:

<script language="JavaScript">document.write(geoip_latitude());
</script>

<br>Longitude:

<script language="JavaScript">document.write(geoip_longitude());

</script>

About The Author

you're currently offline

Scroll to Top

By continuing to use the site, you agree to the use of cookies. Privacy Policy

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" then you are consenting to this.

Close