links that redirect, are they bad?

Discussion in 'HTML & Website Design' started by frenchmen77, Dec 11, 2005.

  1. #1
    I wanted to track how many clicks a link on my site was getting, and found a handy phpcript that did just that. It replaced the link, say, www.mysite.com/link with www.mysite.com/phplink.php?id=20

    Now, my first thought is this won't pass PR will it? Or is google smarter then that, can it see redirects?
     
    frenchmen77, Dec 11, 2005 IP
  2. profs77

    profs77 Well-Known Member

    Messages:
    441
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    118
    #2
    It should be alright to use redirects, its probably better if you use a tracker on the exact site that records the referrer to a database.
     
    profs77, Dec 12, 2005 IP
  3. codeteacher

    codeteacher Peon

    Messages:
    117
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Google degrades links like this with 80% as far as I heard. I wouldn't recommend doing this.
     
    codeteacher, Dec 12, 2005 IP
  4. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You could do as google does and call a javascript tracker with the 'onclick' event handler.
     
    dave487, Dec 13, 2005 IP