Forum Moderators: open

Message Too Old, No Replies

Linking without passing on PR

What's the best way? cgi? javascript?

         

madmatt69

6:52 am on Mar 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi everyone,

I want to link to a site, but don't want to pass on the PR. How can I make the links some sort of re-direct, via PHP, or CGI, etc? Is that a good method of linking without loosing pr?

Thanks!

ThomasB

5:33 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



As long as it is on-topic I wouldn't hide links.

If you want to hide them nevertheless, try the following:
write a small php/asp/whatever script (ie redirect.php) that redirects to the target. Exclude the script by robots.txt and Google or any other SE should never follow it.

BigDave

5:47 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any regular link will pass PR. If it is a directory that is blocked by robots.txt, it will still pass the PR, but the target will not get crawled. In other words you are throwing away your PR.

Do a javascript link with an onclick= to send the user where you want them to go. Or cloak googlebot and don't geed it that link.

But you really should forget all that and go ahead and link to the other site. Your *page* does not lose any PR if you link out, and your *site* doesn't lose much. But you gain in many ways, other than PR, when you link out normally. PR hoarding really is a bad plan.

madmatt69

6:02 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks for the info guys!

That'll definitely help me make a more informed decision.

kaled

9:51 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The only reason for wanting a high PR is to achieve good SERPS. However, outward links that use critical keywords can help your SERPS. This isn't likely to work forever, but it does seem to work right now.

Don't be a miser. If the site is worth a link then just do it. If there's a way to sensibly use one of your own keywords in that link then it may actually help you.

Kaled.

madmatt69

10:33 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's just that I've already got a bunch of outbound links, and just trying to limit any potential loss of PR. But, from what everyone has said that doesn't make much of a difference.

troels nybo nielsen

10:43 pm on Mar 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This thread might be of some interest:

Plugging the page rank leak [webmasterworld.com]

Patrick Taylor

5:56 am on Mar 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



... you are throwing away your PR

Right, that's it. I'm scrapping all my php redirects.