May 13

Q and A: Do search engines index Server Side Includes?

Tag: Q and A, search engines, seoKalena Jordan @ 10:56 pm

Hi there - it looks like you're new here. Welcome! If you like what you read, I'd really appreciate it if you could subscribe to my feed. Make yourself at home :)

QuestionHi Kalena…

I have a question regarding Server Side Includes. Do search engines index them? The navigation menus in my company’s website are SSI files, meaning that their content is not visible in the main index.htm file. Do you reckon search engines ignore the content of the navigation menus in my case?

Marco

Hi Marco

For my readers that aren’t familiar with Server Side Includes, they are a way to tell the server to insert something into a web page before it is sent to the viewer. What is inserted may be the content of a plain text file or it may be the output generated by another program running on the server such as the processing of a form return using a PERL script.

I don’t use SSI much but I was pretty sure the code generated by the SSI would be indexed. To be sure, I asked my SEO homies on Twitter to confirm this and they said:

“They are normally fine, spiders just see the html thats outputted” (thanks Patrick)

“So long as they are generating HTML I can’t see why they would not be indexed” (thanks Dave)

So just to confirm - YES - search engines will index the HTML generated by your Server Side Includes.

Popularity: 23%

Share the link love: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Sphinn
  • Technorati
  • StumbleUpon
  • YahooMyWeb
  • Twitter
  • Reddit
  • SphereIt
  • Ma.gnolia
  • Netscape
  • Spurl
  • Netvouz
  • MisterWong
  • BlinkList
  • Slashdot
  • blogmarks
  • BlogMemes
  • Fark
  • Furl
  • LinkaGoGo
  • NewsVine
  • RawSugar
  • Simpy
  • blinkbits
  • co.mments
  • MyShare
  • scuttle
  • Taggly
  • TailRank





Other posts you might like:

One Response to “Q and A: Do search engines index Server Side Includes?”

  1. Chris Estes says:

    Another way to look at it… Take the words “Server Side.” The includes are processed at the server before it is even processed and sent back over the internet. There are two main aspects of the process. Front side (the actual final output in the browser) and back side (what happens at the server).

    So… Yes, server side includes are indexed because they are in the final output. This comment is included with a Server Side Include.

    No, they will not index the included file itself. You can even make sure aren’t included by using the robots.txt file.

Leave a Reply