crud3w4re 0 Posted January 30, 2007 Report Share Posted January 30, 2007 I read somewhere that file names ending in .html are better for search engines, do you think this is true? I mean, when you're using HTML of course, that there really isn't any reason to continue making filenames ".htm" Does anyone do this? It was just something I read about, search engines like ".html" not sure if it's fact or fiction though. Quote Link to post Share on other sites
smiles 7 Posted January 30, 2007 Report Share Posted January 30, 2007 most extension is 3 charactersyeah, if someone suggest to find an .html in a mass of .htm, that an easier job Quote Link to post Share on other sites
Jonas 151 Posted January 30, 2007 Report Share Posted January 30, 2007 What's the difference between using HTM vs HTML? Is there a reason to use .htm over .html? Most servers are set to display a default page when someone points a browser to a directory rather than a filename. For instance, if you go http://allmyfaqs.net/ (no specific filename), the server will show you http://allmyfaqs.net/index.html. Some servers will only show index.html, and won't automatically present index.htm without the "l". In such cases, you have to use the .html extension, at least for the default file for the directory, if you want to use that auto-display function. Quote Link to post Share on other sites
aquatsr 0 Posted February 3, 2007 Report Share Posted February 3, 2007 In cases such as the above ^, it's useful because if you have an index page that is old, but you want to keep it, you can rename the extension to .htm, and keep a new version .html, therefore only one will display but you have both available. Quote Link to post Share on other sites
jlhaslip 1 Posted February 3, 2007 Report Share Posted February 3, 2007 Couple of notes:1.) Windows used a three character extension for many years in order to maintain backwards compatibility with the older DOS systems, so an .htm file extension is a throw-back to the win9x systems (and earlier).2.) the filename of the "index.html" and its extension can be modified using .htaccess and apache directives on the server, if your system allows you those capabilities. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.