Forum Moderators: open

Message Too Old, No Replies

Ensuring goolge does not follow certain links

Conserving PR

         

irishaff

2:36 am on Mar 22, 2004 (gmt 0)

10+ Year Member



I have a PR5 index page. My site has six sections ( top level links on the page ) . I only want to pass PR into one of these sections.

Therefore I can not use the nofollow command as that means a dead end.

I tried to use javascript:document.write but that has not worked, the links appear to have been followed ( i cant discount the possibility of a deep link but again all the links on the site are currently JS )..so its strange that since changing to JS links more of my site is now in the index.

Could anybody suggest an alternative method of making a link visible , but hiding it from the crawler?

yonnermark

3:19 am on Mar 22, 2004 (gmt 0)

10+ Year Member



robots.txt
ban google from spidering those pages. Not sure if it prevents PR distribution. Try it, let us know what happens

BigDave

3:29 am on Mar 22, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google will follow any URL they find on your page, including text or javascript. But they will only pass PR through a regular link.

The robots.txt trick will not work because google will distribute the PR to those pages, but those pages will not be crawled and therefore cannot pass any PR back up.

Either use JS onclick links, or cloak your page and strip out those other links from the page when you send it to googlebot. The latter is not guaranteed safe, but it probably is.

If you are only blocking these pages to conserve PR, you might be doing yourself more damage than good. More pages mean more content, which is more important than PR. On the other hand, some pages are pretty much wortless for Google to have in their index, and will only bring garbage traffic, so go ahead and block them out.

muesli

9:06 am on Mar 22, 2004 (gmt 0)

10+ Year Member



Google will follow any URL they find on your page, including text or javascript. But they will only pass PR through a regular link.

you're the first who clearly answered (me) the question what is a link? [webmasterworld.com] i asked in my first post ever, 1 1/2 years ago. thank you!

irishaff

10:49 am on Mar 22, 2004 (gmt 0)

10+ Year Member



Thanks guys. I have noticed some people who swapped links with me used some sort of code containing CGI. Im not sure about the effect of this. Im waiting to see if i get a backlink in the next update.

The advice is it seems other than block of the whole page there is no way ( other than cloaking which i do not want to do ) to avoid having google scour the page. Shame.

Thanks once again.
David