<HTML>
<HEAD>
<TITLE>How can search engines see a js include for navigation?</TITLE>
</HEAD>
<BODY>
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>
&quot;<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.  First, search engines do not process JavaScript, so any content written by your scripts will not be indexed by a search engine.  This can be a problem if you are using the include file as your main way of providing site navigation.  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.&quot;<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>
</BODY>
</HTML>