Forum Moderators: open

Message Too Old, No Replies

htm or html

         

Cosmin

3:37 pm on Oct 27, 2003 (gmt 0)

10+ Year Member



Hi,

Speaking of search engines, is there a difference to have pages like my page.htm or mypage.html Does it matter?

Right now all my pages are in .htm (except index.html)I think that index.html has a priority over index.htm If I have two identical index pages one .htm and the other .html the .html one would appear by default.

Anyway I am re-designing the whole site and thaught to make all pages .html

Is this a good idea?

lorax

3:40 pm on Oct 27, 2003 (gmt 0)

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



Does not matter.

pageoneresults

6:15 pm on Oct 27, 2003 (gmt 0)

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



As lorax states, it doesn't matter. But...

Right now all my pages are in .htm (except index.html) I think that index.html has a priority over index.htm. If I have two identical index pages one .htm and the other .html the .html one would appear by default.

This is due to the settings at the server. You specify the default home page extension at the server level.

I would personally recommend that you stay with the three letter extension (.htm) as it is the de facto standard. Alert your host that you would like the index.htm to be the default home page for the root directory and, all other sub-directories where an index.htm page is being used.

jomaxx

6:21 pm on Oct 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Agreed, it makes no difference from an SE point of view. I would leave the pages with a .htm extension, if only because you might end up with fewer broken links after the redesign.

As long as it works and you aren't using any .html pages, I don't see any need to involve your web host.

pageoneresults

6:33 pm on Oct 27, 2003 (gmt 0)

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



This is due to the settings at the server. You specify the default home page extension at the server level.

Let me clear that one up a little...

You specify which extension takes precendence. At least that is how it works in IIS. So, as jomaxx points out, you probably won't have to contact the host just as long as you do not have multiple index pages using various extensions. You might want to get rid of the .html version and just use the .htm version.