Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: SSI or INC...having or eating SEO cake?

  1. #1

    SSI or INC...having or eating SEO cake?

    Is there any way to use an include (like an ssi or inc...or maybe something else?) in a plain old static html (or htm) page, instead of turning it into an asp, shtml, php, or cgi page?

    Reason: I have a lot of static html pages that are ranking well at the search engines, and I'd hate to change their actual address and lose their ranking and associated traffic.

    But....because we keep coming up with new content, we need more navigational ease. Using a universal include would give us three big benefits: a consistent look & feel, easy to manage nav structure, and a shorter header for maximizing our potential with the search engines.

    At this point, I'm thinking: don't touch the pages that are doing well in the engines. Apply SSI or INC or a js nav file to everything else in the future.

    Or is there another alternative that we should consider?

  2. #2
    Junior Member
    Join Date
    Jul 2003
    Posts
    5
    You can set up SSI's in IIS or Apache to parse through your .htm files without changing any filenames. No reason to put off using those include files.
    There is a concern in using this technique will create some unexpected extra overhead on your server, so test.

  3. #3
    Senior Member redcircle's Avatar
    Join Date
    Aug 2003
    Posts
    424
    Is this a michigan thread?


    You can also setup .html files to parse php. Down side to this is will put all the .html's through the parser.
    www.squitosoft.com - PHP development site. featuring Squito Gallery. a php driven photo gallery.
    www.rgfx.net - Specializing in Internet solutions, including Html authoring, Interactive Web sites, 3D/2D Graphics and animation.

  4. #4
    Senior Member rlrouse's Avatar
    Join Date
    Aug 2003
    Posts
    629
    I use SSI extensively and all of my pages end in: .html

    Try adding this to your .htaccess file:

    Options Includes
    AddType text/html .htm
    AddHandler server-parsed .htm

Similar Threads

  1. I want my cake and to eat it too
    By krisidious in forum Google Discussion Forum
    Replies: 52
    Last Post: 01-10-2009, 02:42 PM
  2. Why is IE eating all my memory?
    By gelcreative in forum IT Discussion Forum
    Replies: 5
    Last Post: 03-21-2008, 10:35 AM
  3. Search Bots Eating Bandwidth
    By josephx in forum Internet Security Discussion Forum
    Replies: 29
    Last Post: 01-15-2008, 02:48 PM
  4. Cake or Bed???
    By bluebell22 in forum The Castle Breakroom (General: Any Topic)
    Replies: 0
    Last Post: 06-20-2006, 12:49 PM
  5. MSN Bot eating bandwidth.
    By Easywebdev in forum MSN Search Discussion Forum
    Replies: 12
    Last Post: 12-28-2004, 08:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •