I have a 100 page website that I am putting into a CMS, and will be using rewrites for the url's. Going forward I can choose whatever format I want for these url's
To have the most long term flexibility, I am leaning towards putting 301's on all the existing pages that end in .html and removing the .html from the url's.
Current
site.com/theme/page-name.html
Proposed:
site.com/theme/page-name
I will be adding 100-200 new pages of content in the next year, so sticking with the .html would only be to "match" the old way
Any reason I shouldn't do what I outlined above?
thanks!