Web surfers have become familiar with affiliate links. Many web surfers prefer not clicking affiliate links. Its a nice idea to make it harder for newbies to know that the link is an affiliate link. Smart bloggers & webmasters use techniques to cloak the Referral links to increase CTR.
There are many ways to hide affiliate links. The most common way is by using apache redirect.
For Ex: If i need to create a redirect for my text link ads affiliate link.
I will copy this code into .htaccess file located in website root directory.
RewriteEngine On
RewriteBase /
RewriteRule ^/?text-link-ads/?$ http://www.text-link-ads.com/?ref=33987 [R,L,NC]
Now my website URL http://www.freakitude.com/text-link-ads , will redirect visitors to http://www.text-link-ads.com/?ref=33987.
PHP Redirect:
You can also use PHP redirect. Create a new file named affiliate.php with following code in it.
<?
header(”Location: http://www.affiliatesite.com/?ref=your-aff-id”);
?>
Now you simply link to the file http://www.yoursite.com/affiliate.php from your webpages and your visitors will be redirected to your affiliate link.
By using one of these techniques Your referral CTR will go up and you will start making more money from referrals.
Read the post on JohnChow.com to know more about how to hide affiliate links. Also read the post on askapache.com to know how to multiply your dreamhost referrals.
Technorati Tags: refferal, affiliate, seo, money, make money online
If you enjoyed this post, make sure you subscribe to my RSS feed!
Related Posts:
Posted on June 6, 2007
Nice tip Lovedeep. But there is a much easier way. You can use a url shortening site.