htm vs html

Discussion in 'HTML & Website Design' started by bethennyengland, Jul 25, 2009.

  1. #1
    Is there a difference in results of seo if you use htm over html and viceversa?
     
    bethennyengland, Jul 25, 2009 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    No.

    cheers,

    gary
     
    kk5st, Jul 25, 2009 IP
  3. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nope, the *.htm is just the 8.3 filename structure raising it's ugly head from back in the old DOS days.
     
    theapparatus, Jul 25, 2009 IP
  4. vahsi000

    vahsi000 Well-Known Member

    Messages:
    706
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    140
    #4
    funny you say that because some SEO companies actually rename their extension to be .seo. So something not so common but something that I have truly seen with my own eyes is "index.seo"
     
    vahsi000, Jul 25, 2009 IP
  5. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #5
    Which shows that there are seo "experts" completely lacking in clue. Only IE will see an html page with an .seo extension*, and that's only because IE gets it wrong by ignoring the server response header.

    Someday, I'll run into a soi-disant SEO guru who has a clue. In ten years of doing this web stuff, I haven't yet.

    cheers,

    gary

    * unless they've gone completely stupid and reconfigured their server to serve an unregistered MIME type, .seo, as text/html instead of the text/plain that it should.
     
    kk5st, Jul 25, 2009 IP
  6. vahsi000

    vahsi000 Well-Known Member

    Messages:
    706
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    140
    #6
    actually I believe it was a fairly big SEO company... also I don't think it's as difficult to accomplish, just a simple mod_rewrite rule should do the trick...

     
    vahsi000, Jul 25, 2009 IP
  7. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Got me curious. I've gone to look. Nope. :)

    Strange. No mention of this in Google. Not doubting you of course. Just surprised it;s never come up before.
     
    theapparatus, Jul 25, 2009 IP
  8. vahsi000

    vahsi000 Well-Known Member

    Messages:
    706
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    140
    #8
    vahsi000, Jul 25, 2009 IP
  9. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #9
    An actual direct link would be helpful. tinyurl is blocked as a sex porn site here in the library.
     
    theapparatus, Jul 25, 2009 IP
  10. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #10
    That would be really dumb. Why on earth would you want to tell the search engines you are an SEO expert. ;)

    To the OP, no it doesn't matter. The SE's look at the content on the page, not the file extension.
     
    dcristo, Jul 25, 2009 IP
  11. jezzz

    jezzz Notable Member

    Messages:
    4,884
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    200
    #11
    HTML is more useful thesedays! however .HTM used it before but new softwares allows you to save on HTML files!
     
    jezzz, Jul 25, 2009 IP
  12. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #12
    They have reconfigure their server, or IIS just comes misconfigured. Here is the server response header:
    Response Headers - http://www.netstarter.com.au/Content_Common/pg-web-design-expertise.seo
    
    Date: Sat, 25 Jul 2009 20:37:51 GMT
    Server: Microsoft-IIS/6.0
    P3P: CP="NOI DSP LAW NID ADM DEV OUR NOR COM"
    X-Powered-By: ASP.NET
    X-AspNet-Version: 1.1.4322
    Set-Cookie: ASP.NET_SessionId=ixursqus43232l45vka30q45; path=/
    Cache-Control: no-cache
    Pragma: no-cache
    Expires: -1
    Content-Type: text/html; charset=utf-8
    Content-Length: 41013
    
    200 OK
    Code (markup):
    Then, here is the response header for a renamed html file. The page is on a local, well configured, development server.
    Response Headers - http://aretha/~gt/test.seo
    
    Date: Sat, 25 Jul 2009 20:45:40 GMT
    Server: Apache/2.2.11 (Debian) PHP/5.2.9-4 with Suhosin-Patch
    Last-Modified: Sat, 25 Jul 2009 20:44:13 GMT
    Etag: "4ec099-4c2-46f8dc8932140"
    Accept-Ranges: bytes
    Content-Length: 1218
    Content-Type: text/plain
    
    200 OK
    Code (markup):
    The page is quite properly rendered in Firefox as plain text. IE7, in complete disregard for the http specifications, ignores the response header, and since it "looks" like html, it renders as html. This is a known IE bug; maybe IIS has the same stupidity with unknown MIME types.

    Window dumps of both browsers attached.

    cheers,

    gary
     

    Attached Files:

    kk5st, Jul 25, 2009 IP
  13. xisleet

    xisleet Active Member

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #13
    htm and html are the same. you could also use any extension that you want using mod_rewrite. I have never heard of 1 extension being more valuable then the other according to the search engines. its the content they care about. unless maybe if you use an .exe as an extension your page might not get indexed as it might be detected as a executable but that is just a theory of mine.
     
    xisleet, Jul 25, 2009 IP
  14. vahsi000

    vahsi000 Well-Known Member

    Messages:
    706
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    140
    #14
    Looks like you know what you're talking about... still, in regards to SEO... It might be beneficial (slightly) since if you search for the name of the company and include "seo" as one of the keywords... when the listing shows up, the extension is actually bolded... so in a way, i guess google does recognise the extension (maybe? yes/no?). At the end of the day, when it comes to SEO, what really works and what doesn't work can be debated for ever and ever... I just admire this company for thinking outside of the box, and I think it does give a certain WOW factor to some users...

     
    vahsi000, Jul 25, 2009 IP