Forum Moderators: phranque

Message Too Old, No Replies

javascript link

         

seofreak

1:09 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



I don't want the links on my page to get my share of PR .. so i wanted to ask if the following javascript codes will avoid google from counting them as outbound links :

new window :
<a href=# onClick="window.open('http://www.xxxx.com')">test</a>

same window :
<a href="#" onclick="window.location='http://www.xxxx.com';return false;">test</a>

would they?

TGecho

2:16 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



I'm no expert on how search engines see stuff, but the one thing that's been screamed at me left and right (literally in some cases) is, "Don't use javascript links! The search engines won't see them!" So I guess that would serve your purpose :)

One thing to keep in mind is that some visitors won't be able to use the links if they have an old browser or javascript disabled.

seofreak

3:37 pm on Jul 11, 2003 (gmt 0)

10+ Year Member



no problem with that :)

I'll keep a text of www.xxx.com besides the link which they can copy paste