Quick question.
I have a client with an HTML based website which ranks very, very high for SEO and has been around for 8 years.
I want to revamp his site using php templates and implement some CMS.
Will my re-writing the pages from .html to .php hurt his ranking in any way?
Thanks in advance!
You will need to do a
301 redirectfrom the .html to .php if possible. Alternatively, you can setup amod_rewriterule for the.htmlfiles to be rewritten as.php.That’d probably be the easier route, and how I would do it.