<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>How can search engines see a js include for navigation?</TITLE>

<META content="MSHTML 6.00.2713.1100" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=223531116-22032002><FONT face=Arial color=#0000ff 
size=2>Duplicate your navigation&nbsp;inside &lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt; 
at the bottom of&nbsp;your include.js file. Then every page that includes it 
will also have the &lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;</FONT></SPAN></DIV>
<DIV><SPAN class=223531116-22032002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=223531116-22032002><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<P><B><FONT face=Arial color=#0000ff size=2>Bob Filipiak</FONT></B> <BR><B><FONT 
face=Arial color=#0000ff size=2>(Contractor)</FONT></B>&nbsp; <BR><B><I><FONT 
face=Arial color=#000000 size=1>Microsoft</FONT><FONT 
face="Microsoft Sans Serif" color=#000000 size=1>®</FONT></I></B> <BR><FONT 
face="Small Fonts" color=#99ccff size=1>&nbsp;<U></U></FONT><U><B> <FONT 
face="Small Fonts" color=#99ccff size=1>C E R T I F I E D</FONT></B></U> 
<BR><B><FONT face="Small Fonts" color=#99ccff 
size=1>&nbsp;&nbsp;&nbsp;&nbsp;</FONT></B><I> <FONT face="Small Fonts" 
color=#99ccff size=1>Professional</FONT></I> </P><BR>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> josh@umwow.com 
  [mailto:josh@umwow.com]<BR><B>Sent:</B> Friday, March 22, 2002 11:06 
  AM<BR><B>To:</B> javascript@latech.edu<BR><B>Subject:</B> [Javascript] How can 
  search engines see a js include for 
  navigation?<BR><BR></FONT></DIV>Hello,<BR><BR>New to the list. My first post. 
  Hi.<BR><BR>I'm building a site where I would like to use an include for my 
  navigation. I know how to do it but read about a caveat on this 
  page:<BR><BR>http://javascript.about.com/library/weekly/aa102901a.htm<BR><BR>"<FONT 
  size=4><B>Caveats<BR></B></FONT><FONT size=5><FONT 
  face="Times New Roman"><BR></FONT></FONT><FONT size=4>There are a couple of 
  potential downsides to using this technique.&nbsp; First, search engines do 
  not process JavaScript, so any content written by your scripts will not be 
  indexed by a search engine.&nbsp; This can be a problem if you are using the 
  include file as your main way of providing site navigation.&nbsp; Unless you 
  provide another way for the search engine to see your links, such as using the 
  <I>&lt;noscript&gt;</I> tag, the search engine will not follow your JavaScript 
  generated links to subsequent pages."<BR><BR>Using the &lt;noscript&gt; tag 
  seems to defeat the purpose of an include because you'd have to put it on 
  every page. So, how can I put my navigation in an include that is still 
  searchable? Another way in Javascript? SSI? <BR><BR>Links to resources for the 
  solution are appreciated.<BR><BR>- Josh Draper</FONT> 
</BLOCKQUOTE></BODY></HTML>