Author |
Message |
Dr_Boo
Member
Joined: 12 May 2009
Posts: 27
|
# Posted: 22 Jul 2009 17:04
Reply
Hi All, I want to place a few affiliate links on my (soon to be live) website and I have a question. I've heard people say you should cloak your link so your affiliate id can't be removed.
Some people use sites like tinyurl for this, but to me those links just seem to ooze "something to hide" and I'm very reluctant to click anywhere its obvious someone doesn't want me to see where I'm going.
Other people use a page on their own site with a meta refresh tag, but I've read that search engines hate these links and it is not advisable to use them. The other common tactic seems to be buying a domain and redirecting traffic to the affiliate site.
So my actual question is can I make a link to a non-existent page on my own domain and set up a 301 redirect to the affiliate site? Any downside to this?
Thanks for your time!
__________________
[This space for rent]
|
getagrip
Joined: 20 Feb 2006
Posts: 1757
|
# Posted: 22 Jul 2009 18:48
Reply
I usually don't cloak my links - some people seem to live by link cloaking, but in all honestly, I don't think link cloaking effects conversions - the more important thing is to make your links look "pretty", and you can do this with knowledge of simple HTML or with an HTML editor. Also, it can help get more click throughs if your keywords links are in the form of benefit statements.
__________________
|
johnjimat
Member
Joined: 31 Mar 2009
Posts: 327
|
# Posted: 22 Jul 2009 19:49 · Edited by: johnjimat
Reply
yes you should cloak your link to prevent someone from hijacking your commision. but i do not recommend you to cloak your link by services like tinyurl because they just make your url short not cloaking your link. when they click your tiny url, your affiliate link will appear on the browser. if you want to cloak your link you may use affiliate buzz or affiliate warrior or some software that you can cloak your link. i show you how it works:
example:-
your affiliate link xxxx.work.clickbank.net
when you use the software you can put a name for your affiliate link, for example you put:
work.htm
then when you upload the file in your website, it will be like this
yourwebsite.com/work.htm
so your affiliate link will not appear on your browser.
hope this will help you..
__________________
|
kyrash
Member
Joined: 24 Jan 2008
Posts: 78
|
# Posted: 22 Jul 2009 21:12
Reply
I have been using offto.net to cloak without issues. Its hides your affiliate link. Cheers
__________________
|
Vishal P. Rao
Joined: 23 Jun 2005
Posts: 962
|
# Posted: 23 Jul 2009 00:57 · Edited by: Vishal P. Rao
Reply
Dr_Boo: So my actual question is can I make a link to a non-existent page on my own domain and set up a 301 redirect to the affiliate site? Any downside to this? You can redirect but I'm not sure of the downside to it. You can however block those pages by including those pages in robots.txt to prevent search engines from crawling those pages.
Here's how to redirect:
Lets say you want to redirect http://www.yourdomain.com/money to http://www.somedomain.com/?aff=1234. Create a file called .htaccess in your root or a sub directory, say goto. If you are creating a sub-directory, then your redirect url would be http://www.yourdomain.com/goto/money
I think it would be better this way as you can simply block the sub-directory alone in your robots.txt than blocking individual redirects.
Include the following line in your .htaccess file:
redirect 301 /goto/money http://www.somedomain.com/?aff=1234
Save and upload it to goto subdirectory.
__________________
|
Dr_Boo
Member
Joined: 12 May 2009
Posts: 27
|
# Posted: 23 Jul 2009 02:06
Reply
Awesome. As usual Vishal, you're The Man. Thanks everyone for your input as well!
__________________
[This space for rent]
|