Forum Moderators: Robert Charlton & goodroi
It doesn't cost any extra to have an htm at the end and it was a convention I have used since 2000. I don't think NOT having an htm will affect the rank.
People would also need to use voice to cite URLs. Suppose I am talking to someone on phone and that person is over a Laptop.
People would also need to use voice to cite URLs.
People would also need to use voice to cite URLs.
Not a concern of mine as I always send people links via email
[edited by: ganeshjacharya at 7:06 am (utc) on Nov 24, 2012]
And I've been using .html since, oh, 1994
[edited by: Dan01 at 8:01 am (utc) on Nov 24, 2012]
From a pure SEO standpoint "pagename" would be best
Define best.
I have URL's that are like...
SometimesLikeThis.html
or-sometimes-like-this.htmnl
and_some_like_this.html
and they all rank #1
You cannot get better than #1, so how is one better than the other?
Minimal number of characters used in conveying the exact keyword(s) between the four options provided for pagename.
I still prefer .html extensions on pages I am unlikely to need to update and that don't have dynamic content. A quick php_copy gives me a static .html copy that my server gives precedence to automatically without any redirecting in htaccess, it doesn't get much easier (or faster) than that.
It's all preference, search engines understand them all just fine and there are better places to make gains with your SEO efforts.
[edited by: Dan01 at 8:11 am (utc) on Nov 24, 2012]
I prefer "pagename.html" ... ... I can create a static copy of my php pages and upload them to the server to completely get rid of the CMS or php script.
RewriteRule ^(([^/]+/)*[^/.]+)$ /$1.html [L] But then, I don't like the idea of every URL having to be explicitly rewritten every time or it won't work.
RewriteRule (.*) /$1 [L] I don't remember Windows allowing four-letter string extensions until Windows 98.
Every URL request is rewritten. The default server action is:
RewriteRule (.*) /$1 [L]
It's hardly a great effort to alter that default URL to file mapping.
Google now considers underscore as a word divider so it is an option.
Never use a space though. I remember (this happened several times) when a link is transferred (perhaps via email - I can't remember right now) that the space was replaced with several characters
BUT... I still use the .htm
ganeshjacharya, What would prevent me from making a new folder without the .htm ?