How To Cloak Affiliate Links in 3 Simple Steps

Recently I learned a simple and cool way to Cloak Affiliate Links.

Those of you who have experience with affiliate marketing already know what an affiliate link looks like.

For those of you who don’t, they look a little something like this…

www.companyname.com/1101/affiliateID

The problem here isn’t just that affiliate URLS are ugly. Affiliate links also have low click conversions rates compared to cloaked affiliate links.

So, here’s how you cloak an affiliate link in 3 simple steps

 1. Create a folder in your HTML directory

This should be something like http://yourdomain.com/recommends/ or http://yourdomain.com/likes/

2. Create a folder within the folder

This folder should be named after the company you’ll be promoting. Let’s say you became an affiliate of Honda and you’re going to promote Honda products (don’t think Honda really has an affiliate program but let’s just use this as an example). We already created a folder called “recommends” and now we’re creating a new folder within our “recommends” folder named “honda.”

3. Create an index.php file and save it in the company folder

Create an index.php file and put the code below in the file. Put your affiliate link in the appropriate place.

<?php

header( ‘Location: PUT AFFILIATE URL HERE’ ) ;

?>

The file is now saved at…

http://yourdomain.com/recommends/honda/index.php

Now, whenever someone clicks a link or goes to…

http://yourdomain.com/recommends/honda/

they’ll be redirected to your affiliate url and you’ll get a commission

Pretty cool, right?

 

9 Responses to “How To Cloak Affiliate Links in 3 Simple Steps”

  1. Nate Shivar 16 August 2012 at 9:08 am Permalink

    Pretty neat to know the behind the scenes. I’ve always used plugins like SimpleURL on my WordPress sites – which I believe just does exactly what you describe (url/go/affiliate).

    • Jordan Fried 16 August 2012 at 4:49 pm Permalink

      Thanks Nate! I thought it was interesting myself and I’m glad I shared it!

  2. DeboraHumphries 19 December 2012 at 1:52 am Permalink

    Thank you Jordan for the tutorial. I sincerely appreciate you. I hate depending on plugins, as I want full control. :)

  3. Lemuel 3 January 2013 at 8:44 pm Permalink

    Good option for link cloaking, but will it not violate Google’s rule? Thanks. I’ll try this.

  4. marie 21 April 2013 at 1:34 am Permalink

    Just what I’ve been looking for, looks simple enough for a non techie like me. Thanks for the info.


Leave a Reply