Hiding affiliate links

  • Share this Post on Digg
  • Share this Post on Twitter
  • Share this Post on Design Float
  • Share this Post on Delicious

Apr 7th, 2009 Web Development 0 Comment

Stumble Hiding affiliate links

Linking to affiliate programmes with your own affiliate code is a sure fire way of making money. However, there are two schools of thought by a user – 1) if it looks like an affiliate link, they won’t click it and 2) if it doesn’t follow with the look of the site, they may not click it either. This article will help you.

Ways of disguising affiliate links

Firstly you should of already applied to relevant affiliate offers and made a list of the affiliate urls.

Meta Redirect

You can create a page which contains the following code, which when clicked on will redirect to your affiliate link. This code is useful for people who’d like a quick fix. In the tag place:

<meta name="robots" content="noindex,nofollow">
<meta http-equiv="refresh" content="1; url=AFFILIATE URL HERE">

PHP Disguise

Create a .php file containing the name of your affiliate product – say bestblogsasia.php, then within the new .php file add:

<?php
header( 'Location:http://www.bestblogs.asia
' ) ;?>

htaccess 301

My personal preference is to use this placement although the the .htaccess file can get quite large:

Redirect 301 /go/affiliate.htm http://www.affiliate.com/?ref=123

No related posts.

Leave a Reply to "Hiding affiliate links"

Have an Avatar? - Register one now!
Liked the post? - Subscribe via RSS.

Copyright 2008 - 2012 | Best Blogs Asia