Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • From: javascript@xxxxxxxxxx (josh@xxxxxxxxxxx)
  • Subject: [Javascript] How can search engines see a js include for navigation?
  • Date: Sat, 23 Mar 2002 19:42:26 +0100

Thanks! I also found this page on SSI which may be of interest to the list:

http://www.webmasterbase.com/article.php/27


on 22-03-02 23.04, Hassan Schroeder at hassan@xxxxxxxxxxxxxx wrote:

> "josh@xxxxxxxxxxx" wrote:
> 
>> Next question: can a user agent follow the links within navigation code
>> placed in an SSI?
> 
> Yes, because the inclusion is done on the server - the page looks
> like any other non-dynamic page to the client (user agent).
> 
>> I'm not so familiar with SSI. Resources on implementing this if
>> it does in fact work?
> 
> If you're running on Apache, visit apache.org for comprehensive
> docs, which also include a link to this getting-started intro:
> 
> <http://apachetoday.com/news_story.php3?ltsn=2000-06-12-001-01-PS>
> 
> If you're running iPlanet or some other server, see the appropriate
> vendor docs for setup instructions.
> 
> HTH, and good luck!