How to make your affiliate links more user-friendly
The most effective way to refer your visitor to your affiliate product is by reviewing your personal experience with that product. It is no point to review something you haven't used before. In your review, you will absolutely put your affiliate link so that you can have commission if your reader buy that product.
What I don't like with affiliate link is, it is very long and it shows my referrer ID. I dont want that because it gives the impression to the readers that I am just trying to earn some money and the review just to lure you to buy the product.
And my solution is to change the URL to a friendly one. Below are some methods that you can use.
TinyURL (not so friendly)
With this free service, you can turn the long URL into short URL such as http://tinyurl.com/2b5mau. But the letters and numbers have no meaning.
Simple PHP redirect (more friendly)
Make a PHP file. Make sure that the file will give the users a little idea, where will it take the users to. For example, if you make a link to your Webhosting affiliate, you can name the PHP file like "recommended-webhosting.php".
After that, paste the code below in your PHP files. Replace the http://www.new-url.com with your affiliate link. Upload the files to your root server. After that you can point to the file http://yourblog.com/recommended-webhosting.php in your review post. Is it simple?
Give this trick a try and share your comments and thoughts using the comment form below.
Probably related entries:
- How to redirect your subdomain to your new domain Before this, I run this blog on free subdomain hosting from eizil.com under the address korokmu.eizil.com. After I
- The power of creativity - make money without ads. If you are thinking that online money is all about advertising, you are a little bit wrong. Normally,
- Marki - Ingenious and nice Wordpress theme Ikram Zidane expands his collection of free Wordpress theme by publishing his brand new theme, Makri. Actually, this
- Do you trust your link exchange partners? Last two days, I've updated my blogroll to find out whether my link-exchange partners still have my link
- Problem to set Firefox as standard web browser in Windows Vista Somehow I could not set up Firefox as fully standard browser. At first start up of Firefox, I
Make A Comment: ( 6 so far )
6 Responses to “How to make your affiliate links more user-friendly”
OOoo..now i see. That’s why i got some email with http://www.tinyurl.com/bla2...
They’ve shorten the url.:D
cyBer$|x
January 29th, 2007
How will this affect your ranking in Google Having php redirects with no content on your server?
saucygal
January 31st, 2007
I’d rather use .htaccess file to redirect. In .htaccess:
Redirect /affiliate123 http://www.affiliate123.com/index.php?ref=12345
Then I’ll just put a link to http://www.mydomain.com/affiliate123 and it will go to the affiliate page. This is cleaner (and more efficient) in my opinion ![]()
ZeMMs
February 3rd, 2007
[...] a little bit. I need to redirect the subdomain to my new domain. Before this, I’ve writen about redirecting a webpage using PHP. But this trick cannot be done because the index of korokmu.eizil.com and techlogs.net is the same. [...]
How to redirect your subdomain to your new domain–TechLogs
March 23rd, 2007

















