View Full Version : Search engines & SSI


ladymeow
08-27-2006, 01:53 AM
If I use server side includes on my site does it make is harder for search engines to find my site?

In other words will the search engine search the includes and the html file or just the html file?

Hope this question makes sense..

Douglas
08-27-2006, 02:09 AM
Err the search engine spider reads the HTML put out by all pages, so if you include a page on another, it will be read as one total page.

ladymeow
08-27-2006, 02:15 AM
ok then. Thank you