Forum Moderators: open

Message Too Old, No Replies

will google follow this links?

googlebot follow JS links?

         

Josecito

12:36 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



hey guys, someone know if google follow javascript links like

onClick="goToURL('parent','any_html_file.html');

?

Brett_Tabke

2:23 pm on Jan 27, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



ya, if it is a full http abs url. It will key on anything with http in it. The fact that it is js is not important. It could be something like - oh say - in a comment tag.

Josecito

3:02 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



thanks dude

egomaniac

3:19 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



If the javascript is in a separate file, Googlebot will not follow the link.

athinktank

6:41 pm on Jan 27, 2004 (gmt 0)

10+ Year Member



For me, what a timely post. I was just wondering about

at the top of the page is

<!-- Begin

function Start(page) {

OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");

}

// End -->

then lower on the page is my link....

blah blah blah, <a href="javascript:Start('http://www.domain.com')" ;>Domain</a> and you can blah blah blah

If I understand it correctly, googlebot will follow this link. Will it also credit it on back links, or rather, treat is just like any other link such as

<a href="http://www.domain.com">Domain</a>

athinktank

3:45 am on Jan 28, 2004 (gmt 0)

10+ Year Member



bump

4serendipity

4:15 am on Jan 28, 2004 (gmt 0)

10+ Year Member



I've heard that google will follow javascript links like those that you've listed. I'm assuming that if google can follow a link it'll also count it as a backlink. This is how it works with my cgi links (at least the ones that have the target URL as a part of the href).