Hi,
I have site that has been around for a few years and is pretty well positioned in google search. Now I would like to rebuild the site by introducing a framework. One of the things that framework changes is that everything is routed through index.php and urls are being rewritten.
Currently subpages look like this (example):
mysite.com/home.php
mysite.com/work.php
after the framework introduction they will look like this:
mysite.com/home
mysite.com/work
Will this change hurt page rank or keyword hits etc. I mean since to google this may seem like new pages will it reset all the hard work site done over the years climbing to the top of search results and if so, how one can mitigate such problem (301 redirects perhaps?).
Thanks in advance for any insight!