do you use "nofollow" on your affiliate links?

Discussion in 'Affiliate Programs' started by mberman84, Jun 13, 2008.

  1. #1
    i was just wondering if I should be using "nofollow" on my affiliate links, even if i php redirect them already (to hide my aff. code).
     
    mberman84, Jun 13, 2008 IP
  2. stevehowe

    stevehowe Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure, I use nofollow always on my links. A link is a link even if it is a PHP redirect. I prefer not to leak out my page rank.
     
    stevehowe, Jun 13, 2008 IP
  3. kewlchat

    kewlchat Well-Known Member

    Messages:
    1,779
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
    #3
    i do the same i add it to all my aff links :)
     
    kewlchat, Jun 13, 2008 IP
  4. mberman84

    mberman84 Peon

    Messages:
    511
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yep, looks like ill keep doing it. holding pagerank is important:)
     
    mberman84, Jun 13, 2008 IP
  5. YoungSmeagol

    YoungSmeagol Well-Known Member

    Messages:
    402
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #5
    I take it a step further.

    
    [B]Javascript:[/B]
    <script language="JavaScript">
    <!-- hide
    function go(theUrl)
    {
    window.location.href='http://www.affiliatelink.example';
    }
    // done hiding -->
    </script> 
    
    [B]Link:[/B]
    <a href="javascript:go();" rel="nofollow">Official Affiliate Site</a>
    
    Code (markup):
    I wanted to try and make sure that there is no way I'm being penalized for my affiliate links...

    ...and I still use nofollow to save link juice.

    Here's an alternative:

    [B]Link:[/B]
    <script type="text/javascript"> document.write('<a href="http://www.affiliatevendorexample.com">Affiliate Site</a>') </script>
    Code (markup):
    However, It's important that I warn you. If Javascript is turned off in the user's browser then neither one of these methods work. With the last code there is absolutely no way you pass on any link juice to your affiliate link.
     
    YoungSmeagol, Jun 13, 2008 IP
  6. mberman84

    mberman84 Peon

    Messages:
    511
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Interesting. That's using javascript redirects right? I am pretty sure Google penalizes javascript redirects.

    What is the difference between the first and second method?
     
    mberman84, Jun 13, 2008 IP
  7. Sarah1337

    Sarah1337 Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Brilliant idea. Thank you very much for the share.
     
    Sarah1337, Jun 13, 2008 IP
  8. YoungSmeagol

    YoungSmeagol Well-Known Member

    Messages:
    402
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #8
    No, no, no it's just a plain old javascript link that opens in the same window instead of opening in a different window.

    These are actual links not redirect pages.

    If you have a question like that then you should just test the script out in your browser and see what it does.

    The second one gives up absolutely no link juice because it's not even a crawlable link at all. eBay uses this kind of linking in it's affiliate program to avoid crawling.
     
    YoungSmeagol, Jun 14, 2008 IP
  9. dscurlock

    dscurlock Prominent Member

    Messages:
    4,564
    Likes Received:
    260
    Best Answers:
    0
    Trophy Points:
    300
    #9
    Someone please educate me, why is it important to hide your affiliate links? If you hide
    them, will search engines not be able to find and index them?

    Thank-You
     
    dscurlock, Jun 14, 2008 IP
  10. snowflake

    snowflake Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Can someone please explain the theory behind nofollow in this instance?
     
    snowflake, Jun 14, 2008 IP
  11. bloglipi

    bloglipi Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    How about using url redirection (example tinyurl type script). Will this affect page rank?

    Other options

    Adding a rel=”nofollow” attribute to the <a> tag
    Redirecting the links to an intermediate page that is blocked from search engines with a robots.txt file

    Experts, Please advise which option is the best?
     
    bloglipi, Jun 14, 2008 IP
  12. msbaby

    msbaby Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Don't some affiliate agreements specifically state that their code not be altered? Wouldn't this make the addition of no-follow a NO NO?
     
    msbaby, Aug 5, 2008 IP
  13. Bankboy

    Bankboy Peon

    Messages:
    82
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    i add two affiliate links from CJ and got deranked 3 days ago. pages are still indexed tho.

    So if add no-follow tag, Google wont penalize? For time being , removed aff links :(
     
    Bankboy, Aug 18, 2008 IP