Is it possible to make Affiliate count as a backlink?

Discussion in 'Affiliate Programs' started by ginostylz, May 2, 2004.

  1. #1
    ginostylz, May 2, 2004 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Yes... Set your affiliate links to go to a script that sets the cookie (or records whatever you need to do). For example, an affiliate link of:

    http://www.yourdomain.com/aff.php?id=12345

    After you do whatever you need to do, do a 301 redirect to the root of the domain (which Google will count towards the normal domain.

    - Shawn
     
    digitalpoint, May 2, 2004 IP
  3. Chatmaster

    Chatmaster Guest

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Another option can be to add form tags in the affiliate buttons or text link and pass the id via ASP. Can that work?
     
    Chatmaster, May 3, 2004 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    Google does not spider forms as links.

    - Shawn
     
    digitalpoint, May 3, 2004 IP
  5. Chatmaster

    Chatmaster Guest

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanx Shawn saved me some trouble!
     
    Chatmaster, May 4, 2004 IP
  6. TwisterMc

    TwisterMc Mac Guru

    Messages:
    972
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    My question is... how do you do the 301 after setting the cookie? I know how to do 301s with .htaccess, however that wouldn't work here. Good info though.
     
    TwisterMc, Jun 2, 2005 IP
  7. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #7
    In php use the header() function (search this forum for how)... in asp I have no idea. :)
     
    exam, Jun 2, 2005 IP
  8. TwisterMc

    TwisterMc Mac Guru

    Messages:
    972
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks. I think I've got it all figured out now.
     
    TwisterMc, Jun 2, 2005 IP
  9. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I'm just curious, how do you send a header in ASP?
     
    exam, Jun 2, 2005 IP