Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

htm to html

Joined
Nov 11, 2005
Posts
2,257
Reaction score
519
I have a site that is completely htm, but is being redeveloped and will use html.

How do I tell the search engines that the htm pages are now html pages without losing rankings?
 
Not 100% sure. I think it's something to do with the elements available in html5, but don't quote me on that!

To the best of my knowledge the extensions are interchangeable, so just rename the new .html files to .htm, check for internal links, and you should be fine ... unless there's something I'm missing ...
 
Not 100% sure. I think it's something to do with the elements available in html5, but don't quote me on that!

Its a file extension, I doubt that has any correlation to the page content what so ever. I personally don't see any plausible reason why you would need to change and consider redirecting pages unless its a major structure change such as a database driven site.

If someone proves me wrong and I learn something new then great, but as far as im concerned you have no need to do anything like that.
 
To the best of my knowledge the extensions are interchangeable, so just rename the new .html files to .htm, check for internal links, and you should be fine ... unless there's something I'm missing ...

Exactly my thinking

HTML is a static language so the extension is irrelevant it will always be processed the same so just change all code .html to .html if you really want to but there shouldn't be any additional benefit from my knowledge
 
So Google won't see it as a different page? That's my real concern.
 
So Google won't see it as a different page? That's my real concern.

I don't even see why your changing the extension , the coding is still processed the same so you can make all CSS changes etc and still leave extension
o use the .htaccess example above to effectively redirect all .htm to the .html files but there is no real benefit by changing extension
 
If you are worried about it just put something like...

RewriteRule ^(.+)\.htm$ $1.html [L]

in the .htaccess file.
 
Back in the day, HTM was generally assumed to be HTML 3.0 or below, it changed to html with 4.0+. If the code were written recently then the odds are htm/html is just software/dev preference and makes no difference at all.
 

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom