Results 1 to 13 of 13

 

Thread: Best way to hide affiliate links?

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jul 2007
    Location
    London, UK
    Posts
    1,574
    Thanks
    111
    Thanked 44 Times in 42 Posts


    I hear that Google doesnt like sites with affiliate links on and some users don't like clicking on affiliate referral links.

    I've been looking at the way you can hide or mark where you links are linking to but am not sure which approach to take.

    What do other people do or do you not do it at all?

    This one looks the best so far but is there anything better?
    PHP Affiliate Jump Script - How to create an Affiliate Link jump script in PHP

    Thanks.

  2. #2
    Typing with both fingers.

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Allt Y Coed Farm, North Pembrokeshire
    Posts
    4,123
    Thanks
    247
    Thanked 198 Times in 157 Posts
    If you have php on your server and your only managing a few links then thats an ideal script for you to start off with.

    Ta

    Baz

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Jul 2008
    Posts
    41
    Thanks
    1
    Thanked 3 Times in 3 Posts
    I do the following

    edit robots.txt and include this line
    Code:
    User-agent: * (this line is probably not really needed in most cases)
    Disallow: /aff-links/
    then in .htaccess use this for links
    Code:
    Redirect 301 /aff-links/companyA http://www.companya.com/index.php?a=12345
    Redirect 301 /aff-links/companyB http://www.companyb.com/index.php?a=56789
    Then simply use http://www.yourdomain.com/aff-links/companyA as the url for the affiliate links

    Just make sure that the directory you choose to use is not in use on your site, usefull to if a affiliate program goes down, it allows you to change all outgoing links with one click, then you can set about editing content to reflect the changes you made later on
    Last edited by jonsimmonds; 08-02-09 at 09:32 AM. Reason: Added a bit more info to make it newbie friendly

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    126
    Thanks
    0
    Thanked 1 Time in 1 Post
    that's good advice. It will also help cut down on link hijacking by adware/spyware

  5. #5
    kickflip's Avatar
    Registered User

    Status
    Offline
    Join Date
    Oct 2008
    Location
    Stafford
    Posts
    255
    Thanks
    26
    Thanked 21 Times in 20 Posts
    I do it like this: redirect script

    It's pretty much the same as the mehtod your looking at but also shows how to prevent your aff links being followed by Google using robots.txt

  6. The Following User Says Thank You to kickflip For This Useful Post:

    Travel Pixel (08-02-09)

  7. #6
    Keith's Avatar
    Moderator

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Richmond North Yorkshire
    Posts
    2,540
    Thanks
    172
    Thanked 119 Times in 83 Posts
    Quite a while back I wrote about various methods http://www.keithbond.co.uk/redirecti...filiate-links/

    However these days most of my sites are based on wordpress so I use this ø Link Cloaking Plugin for WordPress | W-Shadow.com ø which I believe I discovered in a thread on a4u many thanks to whoever posted it in the first place.
    Keith ~ My Blog general ramblings. Internet Marketing Blogs UK all the blogs together in one place (pm for inclusion)

  8. The Following 3 Users Say Thank You to Keith For This Useful Post:

    carlgrz (08-02-09), chic_nicola (09-02-09), shyguy0507 (08-02-09)

  9. #7
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,108
    Thanks
    225
    Thanked 185 Times in 126 Posts
    We have a service which redirects affiliate links and doesn't require you to build any affiliate links at all and you can use your own domain name..

    e.g. http://go.pagerank10.co.uk/specialoffers/pcworld.html

    You just point a sub domain to our ip address, login to a control panel and enter your affiliate id's and select the merchants your approved for (or just select all merchants)

    http://www.icodes.co.uk/easylink/register.php

    Also with the above account you can also use our special offers containing your affiliate id's with your website.

    Lee
    iCodes - Free Voucher and Offer API Available.

  10. #8
    Registered User

    Status
    Offline
    Join Date
    Jul 2007
    Location
    London, UK
    Posts
    1,574
    Thanks
    111
    Thanked 44 Times in 42 Posts
    Thanks everyone.

    Am going to with this one for now:

    Quote Originally Posted by kiddaclo View Post
    I do it like this: redirect script

    It's pretty much the same as the mehtod your looking at but also shows how to prevent your aff links being followed by Google using robots.txt

  11. #9
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts
    Is link cloaking worth doing on a wordpress blog? I have a site that does ok without it but now I'm thinking the site could be doing much better.

    Is it legal or would google ban you if they found out?

  12. #10
    Registered User

    Status
    Offline
    Join Date
    Jul 2007
    Location
    London, UK
    Posts
    1,574
    Thanks
    111
    Thanked 44 Times in 42 Posts
    Quote Originally Posted by Mike_M View Post
    Is link cloaking worth doing on a wordpress blog? I have a site that does ok without it but now I'm thinking the site could be doing much better.

    Is it legal or would google ban you if they found out?
    I think there is a Wordpress plugin to do this. Not sure if its allowed or not though?

  13. #11
    Registered User

    Status
    Offline
    Join Date
    Sep 2008
    Posts
    59
    Thanks
    1
    Thanked 5 Times in 5 Posts
    I've just downloaded the plugin Keith reccommended above - it's really easy, certainly the best one I've come across.

  14. #12
    Registered User

    Status
    Offline
    Join Date
    Apr 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Personally I used to find the mod rewrite approach the best so you could craft nice looking URLs in place of your affiliate links, but found it difficult to maintain so many redirects, especially when segmenting the traffic, using tracking IDs etc.

    Our approach at Skimlinks is to not mask or cloak links, but to encourage publishers to use normal links i.e.
    HTML Code:
    <a href="http://www.retailer.com/product">http://www.retailer.com/product</a>
    , and if you are running the Skimlinks code on your site, the link is converted to an affiliate link when someone clicks on it (on-the-fly)

    the main benefits of this approach are:
    1 - the link looks unadulterated - you don't need to use javascript to mask the link in the status bar (some browsers don't let you alter the status bar anymore)
    2 - it maintains the perceived SEO benefits of using natural links in your code instead of affiliate links.
    3 - you don't have to maintain a redirect script and update it when your affiliate links change.

    cheers,
    Joe
    http://www.skimlinks.com - simplified affiliate marketing service for publishers and affiliates

  15. #13
    Mike_M's Avatar
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    536
    Thanks
    39
    Thanked 12 Times in 8 Posts
    Quote Originally Posted by Seamaster View Post
    I think there is a Wordpress plugin to do this. Not sure if its allowed or not though?
    Keith mentioned it in one of his earlier posts.

    Does anyone know whether link cloaking (eg using this wordpress plugin) could theoretically get you a google ban, or is it safe to use and legit?



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wordpress affiliate links
    By cDc1979 in forum Programming
    Replies: 6
    Last Post: 19-06-08, 06:40 AM
  2. Part One:What Does an affiliate Manager do all Day
    By jess1 in forum Affiliate Marketing Lounge
    Replies: 32
    Last Post: 26-03-08, 05:55 PM
  3. LoveHoney.co.uk
    By jess1 in forum Affiliate Future
    Replies: 11
    Last Post: 17-04-07, 01:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2