Forum Moderators: open
<a href="#" onclick="Go('http://www.otherwebsite.com')">DESCRIPTION</a>
My question is whether search engines would consider that a link to the linked site. I am trying to prevent one site from losing any pagerank to the sites that are linked to in that way.
Will my method work?
BTW, there is a script in the page header that completes the redirect.
But seriously, I wouldnt worry about it.
PR isn't that relevant anymore, and would be more relvant is the incoming PR, and not the outgoing loss.
(I would argue that PR hasn't been relevant for a long time, but Im sure that would just start a lengthy PR relevance debate! ;))
Scott
This is not for cheating a webmaster out of a link exchange (the site I plan to use this for does not exchange links).
In any case I'm not here to discuss the whole PR issue. I just want to know if the link counts in the site's backlinks. I have a few fancier tricks I could use that I know would work but want to know if they are needed.
PR does indeed mean something nowadays, albeit more for some markets and some searches than others. Just ask someone who's got a site that hasn't got any. ;)
Or ask someone with a bit of a penalty who got their links trounced enough so their PR and backlinks go down just enough so that the majority their traffic is cut off.
It's not only PR, and again - even though it doesn't apply in this case, anchor text does indeed have value. And what does apply in this case as well as a lot of other cases, the anchor text of outbound links on a page surely does have a degree of value. In some cases where it's uncontrolled unwanted links, it can be something we won't want on a page.
We have to be very careful about making blanket statements and stating things as absolutes. There are too many variables involved in too many situations for us to do that without qualification.
cdkrg, I wouldn't worry all that much about PR leakage, there's probably more reason to be concerned about avoiding linking to inappropriate sites.
Linking out is not necessarily the bad thing a lot of people think it is. It's just that it's something a site owner should remain in full control of, which is good enough reason to do what you're doing.
You are also most likley worrying about nothing. Are you forum pages even spidered by Google? Many forums are not. Even if they are, MOST inner pages of Forums have no PR anyway.
I run a very popular forum, which is spidered by Google, and would not loose a moments sleep over any relavent links posted in it. If Google take away PR because of it, so be it! It helps the users and any searchers and that is the important thing.
Dave
It's not just about PR. But I see no advantage of convincing others. In any case I'm not doing it with JavaScript anymore. I'm using a more secure method that I am sure doesn't give backlinks.
It's about control over SEO, not just PR.
[example.com...] will be seen as a link. The following used to avoid PR drain; I don't know if it still does:
<a href="#" onclick="Go('http://' + 'www.example.com')">DESCRIPTION</a>
This is probably more sensible now:
<a href="#" onclick="Go('http://' + 'www.example' + '.com')">DESCRIPTION</a>
Alternatively, something like ROT13 would be easy enough to implement.
thorny:
> ...what are those other techniques...
For a while, returning status 404 avoided PR drain while robots exclusion didn't. This changed in the August update (404s and robots excluded links were draining PR), but I don't know if it's changed back since September.
Some people would use IP/USER_AGENT delivery, but I prefer to send Googlebot the same as anyone else.