Redirect links and PR

Discussion in 'Google' started by ZanderXML, Jun 1, 2004.

  1. #1
    I want to ask you some interesting question. Google counts redirect links to site if you use @www.my_site.com query.

    Do I recieve any PR from redirect links, such as http://www.PR7_site.com/redirect.cgi?http://www.my_site.com/ or only direct links are counted?
     
    ZanderXML, Jun 1, 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
    If it's a 301 HTTP redirect used, it will count.
     
    digitalpoint, Jun 1, 2004 IP
  3. ZanderXML

    ZanderXML Guest

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If it's not 301 Redirect but just "Location:" header and 302 "Found" response?
     
    ZanderXML, Jun 1, 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
    302 should work as well, although 301 is preferred.
     
    digitalpoint, Jun 1, 2004 IP
  5. mxlabs

    mxlabs Peon

    Messages:
    327
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sorry to go a bit off-topic but do you know how to 301 to a link via a php/perl script by chance?
     
    mxlabs, Jun 1, 2004 IP
  6. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #6
    <?php
    	header("HTTP/1.1 301 Moved Permanently");
    	header("Location: http://www.digitalpoint.com/");
    ?>
    PHP:
     
    digitalpoint, Jun 1, 2004 IP
  7. mxlabs

    mxlabs Peon

    Messages:
    327
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thank you :)
     
    mxlabs, Jun 1, 2004 IP
  8. ZanderXML

    ZanderXML Guest

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I don't mean my own sites - there I use 301. Some Ratings with PR7 & PR6 are counting how many people clicked you link and they use 302 Redirect. So I can use these rating for getting backlinks and boosting my PR?
     
    ZanderXML, Jun 1, 2004 IP
  9. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #9
    It *should* help, but again... a 301 would be preferred.
     
    digitalpoint, Jun 1, 2004 IP
  10. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #10
    schlottke, Jun 1, 2004 IP
  11. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #11
    Yes, it would.
     
    digitalpoint, Jun 1, 2004 IP
  12. schlottke

    schlottke Peon

    Messages:
    2,185
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I assumed that it would, thanks for the quick response.
     
    schlottke, Jun 1, 2004 IP
  13. eCommando

    eCommando Well-Known Member

    Messages:
    115
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #13
    Can I do serverside processing, run some programs, before sending it to another page with the 301 redirect?

    Can the redirected page still get PR?
     
    eCommando, Jun 1, 2004 IP
  14. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #14
    Yes, you can do server-side processing before you redirect. The page you are redirecting FROM looses their PageRank (it's passed to the destination page).
     
    digitalpoint, Jun 1, 2004 IP
  15. ZanderXML

    ZanderXML Guest

    Messages:
    123
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Thanks. I have proove that 302 & 301 Redirects gives you PR. And even more (breese deeply) redirects from Banner Adds give you PR!

    So tune you banner campaigns on sites with good PR and you'll have extreme boost with you PR!
     
    ZanderXML, Jun 2, 2004 IP
  16. Owlcroft

    Owlcroft Peon

    Messages:
    645
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Indeed so, but it is wise to recall this caution from the PHP Manual:

     
    Owlcroft, Jun 2, 2004 IP
  17. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #17
    Well in the case of a redirect, you never are going to spit anything out to the browser, so it really could go anywhere.
     
    digitalpoint, Jun 2, 2004 IP
  18. Owlcroft

    Owlcroft Peon

    Messages:
    645
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Well, he did ask about "server-side processing before you redirect."
     
    Owlcroft, Jun 2, 2004 IP
  19. zoranos

    zoranos Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    This i old topic, i find him on google :).

    Can someone tell me how i can make redirection from:
    mysite.com/EUROPE/SEO_name.php
    to
    mysite.com/index.php?id=10

    My link counter create for all links id=some number and that is not good seo link, so i want that my SEO link will be on site and when someone click on him redirect to this counter link (this counter link redirect to my seo link so that will be double redirection - from SEO to COUNTER to SEO again).

    Hope that someone understand me :).
     
    zoranos, Jun 5, 2007 IP
  20. mhmdkhamis

    mhmdkhamis Well-Known Member

    Messages:
    1,097
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    145
    #20
    does this code remove pr only to Location: http://www.digitalpoint.com/
    or redirct the domain too
     
    mhmdkhamis, Jun 5, 2007 IP