SEO friendly URL [closed]
开发者_JAVA百科
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this questionWhich is more seo friendly URL from below
- http://www.example.com/products/market-reports
- http://www.example.com/products/market-reports.aspx
Can anyone help?
Without the .aspx
. It doesn't help anyone, except the person interested in how you built your site.
Also, if you change the underlying technology, you can use the same URL without losing the link juice.
Thanks for your nice question.
One of the major advantage of having without extension in URL is that they are easier to read for the visitors.
The other advantage of using without extension URL is that you can change the technology they use without having problems migrating URLs (.php to .html or .jsp to .html)
RESOURCE TO MUST READ:>>>http://moz.com/community/q/removing-html-extension-from-url-benefit
Thanks
精彩评论