Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
I have had to redesign a couple different sites in the last year due to the fact that they (had to) changed technologies. asp to php and cfm to php.
I figured I would take care of this problem in the future by not using the file name in the url... I have been putting every file in its own folder, giving the folder the name that I want and naming each file in the folder index.php.
The url the se's see is http://www.sitename.com/foldername/
If technologies are ever changed in the future, there will be no impact at all on search engines because the url's will remain the same.
Maybe a little over kill but I am getting use to this method. it is very easy to add a new page. Just copy the folder and give it the name of the new url.
And, you can have an expressive name for the url as well, without having the extension making the file name look ugly in the serps. Makes for a nice neat little url.
I have been playing around with this on the last few site designs and it is working out pretty good.
|