Click to See Complete Forum and Search --> : Impact of Server Side Includes on SEO


ProWeb
01-19-2006, 09:05 AM
Does anyone know definitively whether using server side includes (i.e. <#include file="">) has a impact on Search engine optimisation.

The real question; Will google and other search engines spiders read text from include files?

Ubik
01-19-2006, 12:41 PM
The include files are processed by the server, and the google search crawler is a type of client, so those include files will be processed just like any other file if you have directory browsing on.

If you include the file into <%=request.servervariable("PATH_INFO")%>, the output of that include file will be processed by the crawler, but the crawler will think it is just processing the <%=request.servervariable("PATH_INFO")%> file...

heh. Coding in my response.

Bullschmidt
01-23-2006, 08:20 PM
I agree that server side includes shouldn't have an effect. Would be the same as if the code were really on the main page...