Forum Moderators: Robert Charlton & goodroi
My question is how would this effect our rankings? We are number one for 3 major search terms that bring in approx. 80% of our biz and it is scaring the heck outta me to make the change.
Should I be concerned?
as far as Google indexing you'll have no problems with php or html, and ranking would probably go where they were after a while (faster if you can 301 everything), but with great rankings and 80% of your business depending on it, I'd think 2X before changing it--unless it's REALLY needed. I'm a bit paranoid like that
would the same problems arise if we used say php, so thant index.html became index.php?
The problem is the change of extension, not the extension itself. So if you used PHP, you would be advised to have .html files parsed for PHP rather than changing the file extension. You are under no obligation to use the default file extension for the technology you are using, you just adjust the server configuration (.htaccess if you are using Apache) so that the extension you are already using is parsed for the new technology.