|
There's an old "script kiddie" (I love that phrase!) theory about using PHP or ASP will hurt you in Google, and that they might not even crawl your page because it's dynamic. Even if that were true - and it's not - changing will hurt you. You've already got links to the pages, and if you're lucky, some bookmarks in people's browser. Those links are what makes you land where you do in the search, and if you go changing your URLs, you'll loose all of your links.
But that's just the tip of the ice berg. Chances are your PHP already works the way you want, right? Do you really want to throw out that work? And you know plain ol' unchanging html can't do a lot of the things you probably went with PHP for in the first place.
A lot of people use PHP and some sneaky server code to make the outside world think the pages have htm extensions.
|