On one of my project I have a few links that I don't want to suck PR away. Can you still do the j4v4skript and point it to j4vaskript:document.location.href="http://blahblah.com";? I remember reading somewhere that didn't work but it's probably bullshit.
Google - How to not pass PR along?
Collapse
X
-
not sure what you want to do - hide the url from google so it won't follow it?
ryanPHP Code:<a href="" onclick="location.href = 'http://www.google.com'; return false;">Google won't follow this</a>
http://pornanza.netComment

Comment