Forum Moderators: open

Message Too Old, No Replies

Javascript - Readable by the search engines.

         

michaelbs

1:39 pm on May 2, 2005 (gmt 0)

10+ Year Member



Hi Guys,

Hoping someone can advise if search engines spider weblinks that are rendered by javasript?

Thanks in advance! Mike

abbeyvet

1:52 pm on May 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Some search engines say they do, or at least that they "reserve the right" to, but in general no, links in JavaScript will not be followed by search engines.

Brett_Tabke

1:55 pm on May 2, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



any http:// on any page will be followed by the major 4 search engines. That includes http's laying around in js. The js will not be executed, but the http will be thrown into the url spider bin. Obfuscate your code so that the http url is not readable (split it between some variables and/or concantate it on multiple lines.

abbeyvet

1:58 pm on May 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I stand corrected, I didn't know that. Thanks Brett.