Forum Moderators: open

Message Too Old, No Replies

Does Google have a problem with shtml

problems with server side includes

         

Quadrille

6:30 pm on Oct 9, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Since I rebuilt my site using server side includes, Google has dropped its rating completely :(

I don't think I've made any other significant changes.

web_india

6:41 pm on Oct 9, 2002 (gmt 0)

10+ Year Member



I don't think Google has problems with shtml. You might want to double check your code, though.

topr8

6:57 pm on Oct 9, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ssi are processed by the server before googlebot (or anyone else) sees the file, hence it would never see or know about the actual include file only the resultant .shtm file.

i have not noticed a penalty for using .shtm /.shtml filetypes

(of course you can also use includes with all kinds of filetypes including plain .htm if the server is configured for it)

however if you are using an "include" navigation system and you have linked every page to every other then you may not have helped your ranking

pageoneresults

7:07 pm on Oct 9, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hello topr8, can you expand on this...

> However if you are using an "include" navigation system and you have linked every page to every other then you may not have helped your ranking.

I've been using includes since early 1996 and have seen no negative effect on ranking. In fact, it is quite the opposite. It is the best way to filter PR from the primary pages through the site. Not only that, it also gives your visitors a common navigation theme that they become familiar with after a few clicks.

topr8

8:46 pm on Oct 9, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



yes includes is an ideal way of introducing a nav system and i use it myself.

i was meaning if you used a generic included nav system on every page then each page links to every page which spreads the pr handed down evenly.

i try to focus the pr onto selected pages

my suposition is that if all pages are linked together equally the pr will be equal on each page (exception of homepage due to incoming links)

i don't think a totally interlinked site damages you or is penalised, merely that some kind of linking focus can give a boost to some areas of a site at the expense of other areas..

moneytalks

4:32 pm on Oct 30, 2002 (gmt 0)

10+ Year Member



Some search engines dont give you "freshness" bonus if they see the .shtml extension.

Check if your server support SSI on pages with .html or .htm extensions.

You can do this by creating an .htaccess file in your site's root directory (or edit the existing text file) and add the following line:

AddHandler server-parsed.html

The above line will tell your server to support SSI on all files ending in .html, assuming your Web host supports it.

bobmark

4:56 pm on Oct 30, 2002 (gmt 0)

10+ Year Member



Most of my site is .shtml and I have had no problems with Google (fingers crossed, knock on wood, sign against the evil eye) and I also get "freshened."

GoogleGuy

5:20 pm on Oct 30, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We'll crawl just about anything with HTML. :) Just about all file extension. Server-side includes? No problem. We crawl dynamic pages. We'll index just about anything you throw up on a website. ;)