Forum Moderators: coopster
Be sure to read Marcia´s WebmasterWorld Welcome and Guide to the Basics [webmasterworld.com] post.
Changing the server side technology will not hurt your ranking one bit. What might change the ranking of any given page is changing its URI. You might use a Redirect Permanently server response to inform any robots about the new URI. At least GoogleBot will then treat the new URI as simply a new name for the given page.
Andreas
hmm, that sounds pretty definitive. For google, ok, but are you saying that *all* SE's now treat dynamically generated pages with exotic urls www.domain.com/script.php?var=whatever&var2=whateverelse just as nicely as www.domain.com/folder/file.htm?
that sounds pretty definitive
And I meant it that way. Never ever will changing the server side technology hurt your ranking. The only thing that can potentially influence ranking is your interface to the external world. Like a lot of people you assumed that changing the server side technology will cause a change in your interface as well. While this is often the case simply because people do not know better, it does not follow necessarily from such a change.
are you saying that *all* SE's now treat dynamically generated pages with exotic urls www.domain.com/script.php?var=whatever&var2=whateverelse just as nicely as www.domain.com/folder/file.htm
Not at all. If my post gave that impression then I´m glad you gave me the opportunity to rectify that impression. I strongly advocate the use of the URI namespace as an interface between the server and client. While this is good practice it has the additional benefit that you do not depend on the ability of SE spiders to follow URIs that contain query strings.
Andreas