There are too many people forgetting to mask their affiliate links - it takes thirty seconds to do, and not saves you time in the long run, but makes you more money. Can you tell me, which one you’d be more likely to click on:

a) www.affiliatecompany.com/?youraffiliateID9204902&campaign=AD1102&SubID=1024

Or

b) www.dablogger.com/go/affcompany.php

The second one looks better and more trustworthy, meaning more people will click through. Also, should the affiliate company update their code, you’ll have to change one PHP file rather than all the normal unmasked affiliate links used.

To do this:

1) Create a php file with the name you choose; put in

<html>
<head>
<title>Title</title>
<meta name="robots" content="noindex,nofollow">
<script>window.location="www.affiliatecompany.com/?youraffiliateID9204902&campaign=AD1102&SubID=1024";</script>
<meta http-equiv="refresh" content="1; url=www.affiliatecompany.com/?youraffiliateID9204902&campaign=AD1102&SubID=1024">
</head>
<body>
<p align="center">You are being taken to Affiliate Program.
<br>If the page doesn't load after 5 seconds,
<a href="www.affiliatecompany.com/?youraffiliateID9204902&campaign=AD1102&SubID=1024">click here</a>.</p>
</body>
</html>

2) Use the Wordpress plugin for it.

Which option are you going to choose? :)

If you enjoyed this post, make sure you subscribe to my RSS feed!