The correct way to handle affiliate links is
You should not display the affiliate code as the link.
Doing so will result in less of a click thru rate which will mean a loss in potential revenue. The sample code below is one method of hiding affiliate links
<a onclick="parent.location.href='http://ww...
return event.returnValue=false"
href=http://www.SITENAME.com/URL/ rel="nofollow">ANCHOR TEXT</a>
You should also "nofollow" the link so you don't pass any PR to the affiliate site.
What is nofollow?
http://www.contemedia.com/blog/what-is-nofollow/
Good luck
Chadwick
No comments:
Post a Comment