.htm和.html文件扩展名之间的区别是什么?
为什么有两个?
哪个是正确的?
.htm和.html文件扩展名之间的区别是什么?
为什么有两个?
哪个是正确的?
当前回答
这里有一些值得思考的东西。
If you had been using all .htm files on your website and now, for example, you have changed the editor that you are using, and your new editor is outputting all your files with the .html extension. When you re-publish your site to the server, it would seem to me that you could really hurt your SEO position/ranking as many of the links out there in the web, including Google, that were looking for the .htm and not the new .html for that same page. This assumes that you are still using the same page names from your old editor which would make sense.
无论如何……我的观点是,要小心不要失去你已经建立的链接果汁。所以我想在这个例子中,有一个坚持使用.htm的理由……但除此之外,正如其他人所提到的,他们似乎是一样的。
如果我错了,请指正。
我提到这一切的原因是因为这是我在做的过程中,当我想到我可能会破坏网站的SEO与新的编辑器。
原来的编辑器是MS Front Page,它总是输出。htm,现在死了,而新的编辑器“90秒Web Builder 9”输出所有的。html文件…幸运的是,他们肯定考虑到了这一点,并包含了一种将输出扩展名更改回.htm的方法
不管怎样,这是我的观点……希望它能帮助到别人。
其他回答
都没有!
如果你问;“网站访问者更愿意输入htm还是html”——最好给他们一个漂亮的描述性URL,没有扩展名。如果他们习惯了你的site/contact.html,而你把它改成了你的site/contact.php,你就破坏了这个链接。如果你使用你的网站/联系人/,那么当你转换技术时就没有问题。
简而言之,它们完全相同。如果你注意到URL的结尾,有时你会看到。htm,有时你会看到。html。它仍然引用超文本标记语言。
由于现在电脑广泛支持任何长度的文件类型,现在的选择只是个人的。在Windows的早期,只支持3个字母,你必须使用.htm,但现在不需要了。
.html总是用于新文件。.htm是DOS时代的倒退。
这里有一些值得思考的东西。
If you had been using all .htm files on your website and now, for example, you have changed the editor that you are using, and your new editor is outputting all your files with the .html extension. When you re-publish your site to the server, it would seem to me that you could really hurt your SEO position/ranking as many of the links out there in the web, including Google, that were looking for the .htm and not the new .html for that same page. This assumes that you are still using the same page names from your old editor which would make sense.
无论如何……我的观点是,要小心不要失去你已经建立的链接果汁。所以我想在这个例子中,有一个坚持使用.htm的理由……但除此之外,正如其他人所提到的,他们似乎是一样的。
如果我错了,请指正。
我提到这一切的原因是因为这是我在做的过程中,当我想到我可能会破坏网站的SEO与新的编辑器。
原来的编辑器是MS Front Page,它总是输出。htm,现在死了,而新的编辑器“90秒Web Builder 9”输出所有的。html文件…幸运的是,他们肯定考虑到了这一点,并包含了一种将输出扩展名更改回.htm的方法
不管怎样,这是我的观点……希望它能帮助到别人。