Using *.html extension in dynamic UR's for SEO

Posted by lostaman on Stack Overflow See other posts from Stack Overflow or by lostaman
Published on 2010-05-08T21:44:40Z Indexed on 2010/05/08 21:58 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

Hi all

My situation is. I have a project planned to be built on ASP.NET MVC 2. And one of the major requirements is SEO optimization. A customer wants to use static-like URLs that end up with .html extension for this project that make URLs more SEO friendly. E.g. "mysite.com/about.html " or "mysite.com/items/getitem/5.html" etc.

I wonder is there any benefit from SEO perspective to use .html extension in dynamic URLs? Are Google and other search engines rank work better with such URLs?

© Stack Overflow or respective owner

Related posts about c#

Related posts about asp.net-mvc