.html or .htm extension which is good for search engine? Please Help!

Discussion in 'Search Engine Optimization' started by ramki, Feb 6, 2007.

  1. #1
    .html or .htm extension which is good for search engine? Please Help!

    Hi,

    .html or .htm extension, which is good for search engine? Please Help!. What is the difference between .htm and .html. Please Help?

    Regards
    Ramki
     
    ramki, Feb 6, 2007 IP
  2. scubita

    scubita Peon

    Messages:
    5,550
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't see any difference...
     
    scubita, Feb 6, 2007 IP
  3. nks

    nks Well-Known Member

    Messages:
    1,602
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    160
    #3
    There isn't any difference between them.
     
    nks, Feb 6, 2007 IP
  4. Anghus

    Anghus Peon

    Messages:
    510
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Anghus, Feb 6, 2007 IP
  5. sgorman

    sgorman Active Member

    Messages:
    95
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    98
    #5
    Why?

    I would say that .htm is correct... but this has all to do with good standards rather than good SEO. The reason? HTML is what you have used to markup the text of the page. .htm is the extension.
     
    sgorman, Feb 6, 2007 IP
  6. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #6
    The only problem is that if you change your default page to be index.php, then you have to mess around with redirects.

    THat won't be a problem for many though.
     
    hooperman, Feb 6, 2007 IP
  7. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #7
    Codythebest, Feb 6, 2007 IP
  8. banless

    banless Peon

    Messages:
    1,745
    Likes Received:
    217
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yea, it does'nt matter which one you use, both have the same effect with search engines. I do not recommend that you use xxx.com/page.
     
    banless, Feb 6, 2007 IP
  9. alfredn

    alfredn Peon

    Messages:
    1,198
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Kind of an awkward question but .html I think would be better.
     
    alfredn, Feb 6, 2007 IP
  10. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #10
    There is absolutely no difference between .htm and .html . To not have either means that every file needs to have it's own directory - that's just stupid (and absolutely not necessary either).
     
    kh7, Feb 6, 2007 IP
  11. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #11
    it makes no different, however when remembering urls, i remember .html better then i do .htm for some reason.
     
    just-4-teens, Feb 6, 2007 IP
  12. Anghus

    Anghus Peon

    Messages:
    510
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #12

    Okay, it seems like I was a bit fast here... What i understood with the question above was what kind of link is good to show search engines? right..?? I have tested with both.

    I recieved higher rankings with www.www.com/page then with www.www.com/page.html or htm or PHP.

    I'm not saying that you should build up your entire site like this. But if you are using a CMS system with PHP, and use an .htaccess file it's not a problem to define how the prefix should look like.

    Search engine may find a file as 'page' and not showing it because it will try www.xxx.com/page/

    That happens when you give same names to more files....

    After all it all depends on what you are able to do with your CMS system.
     
    Anghus, Feb 6, 2007 IP
  13. Anghus

    Anghus Peon

    Messages:
    510
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I agree, if you are talking about building up page manually. But if you are refering to CMS systems, then you are way off, sorry...
     
    Anghus, Feb 6, 2007 IP
  14. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #14
    There's no difference for Search Engines ....
    but for Apache servers, by default, DirectoryIndex directive is set to:

    DirectoryIndex index.html index.htm default.htm index.php index.php3 index.phtml index.php5 index.shtml mwindex.phtml

    Apache will look for each of the above files, in order, and serve the first one it finds when a visitor requests just a directory. If the webserver finds no files in the current directory that match names in the DirectoryIndex directive, then a directory listing will be displayed to the browser, showing all files in the current directory
    .
     
    ajsa52, Feb 6, 2007 IP