[Javascript] How can search engines see a js include for navigation?

Golden Troll gtroll at msn.com
Fri Mar 22 17:07:55 CST 2002


Re: [Javascript] How can search engines see a js include for navi
gation?Free free to contact me off list for any specific questions about SSI
or XSSI.
Peace and Respects,
Scott Gahres
Owner
        Golden Troll Ventures hemp at goldentroll.com  http://goldentroll.com



-----Original Message-----
From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
Behalf Of josh at urbicon.com
Sent: Friday, March 22, 2002 1:46 PM
To: javascript at LaTech.edu
Subject: Re: [Javascript] How can search engines see a js include for
navigation?


Ok, so I'm getting the sense that it is not possible to do a Javascript
include for navigation that will also be understandable by a "user agent"
(i.e. the search engine can't follow the links)

Next question: can a user agent follow the links within navigation code
placed in an SSI? I'm not so familiar with SSI. Resources on implementing
this if it does in fact work?

- josh draper


on 22-03-02 19.39, Filipiak, Bob (Contractor) at filipiab at atsc.army.mil
wrote:



  Sorry.... I do the includes server side so the <NOSCRIPT> getssent to the
browser.

  If you have to worry about lynx and other non-scripting browsers then jsut
do every thing important server side and only use client side JavaScript for
cosmetic stuff that doesn't matter wherethere the visitor sees it or not.

  It's been fun....so long!

  Bob Filipiak
  (Contractor)


  -----Original Message-----
  From: Hassan Schroeder [mailto:hassan at webtuitive.com]
  Sent: Friday, March 22, 2002 1:12 PM
  To: javascript at LaTech.edu
  Subject: Re: [Javascript] How can search engines see a js include for
  navigation?

  > "Filipiak, Bob (Contractor)" wrote:
  >
  > AFAIK Even if the browser has JavaScript disabled the code still
downloads.

  OK, that didn't seem logical -- what would be the point? -- so I
  tested it.

  Neither Moz0.9.7/Win nor IE5.5/Win with scripting off display the
  <noscript> content from an external *.js file.

  And more relevant to the question -- re' /search engines/ following
  JS menu links -- Lynx doesn't see the <noscript> content either ...

  So I'd bet there's a high probability that most search engines do
  /not/ follow external JS references ...

  > If the term "include" is being used as in
  >
  >   <script type="text/javascript" src="mystuff.js"></script>
  >
  > rather than a server-scripting-based include --
  >
  > Why would a user agent that doesn't understand JavaScript follow a
  > script source link to a file that has <noscript> tags in it? :-)

  FWIW!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020322/07fd8b05/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: video/avi
Size: 2740 bytes
Desc: not available
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020322/07fd8b05/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: video/avi
Size: 2747 bytes
Desc: not available
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020322/07fd8b05/attachment-0001.bin>


More information about the Javascript mailing list