Forum Moderators: open

Message Too Old, No Replies

How Server Side Includes are considered?

Same as common html links?

         

silverbytes

12:47 am on Jun 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a page with text link (htm) and want to add in that page a server side include with more links.
My concern is about how are those links in SSI considered by search engines...
Since they will be in a ssi file but included in mypage.htm will they have the same value to search engines?

Another concern is about the loading of the page: if my ssi file is 200 kb, will those 200 kb download after the content of my htm page is loaded, or will add 200 kb to the weight of my htm page and create a lag when .htm file is invoked?

Edouard_H

12:54 am on Jun 28, 2004 (gmt 0)

10+ Year Member



The SSI will have the same value as anything else because it will be rendered with the rest of the page, which also means that it will add to the file size of the page.

silverbytes

3:39 pm on Jun 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



So it's safe to SE and friendly.
A page with 40 kb and a ssi of 200 kb would download as quick or slow than
a 240 html page with no SSI?

Sanenet

3:45 pm on Jun 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Exactly. The SSI is parsed on the server before being passed to the client, so the end file size is the sum of all SSIs.

And no, SEs are no more able to see that you are using SSIs than an average user is.