Forum Moderators: Robert Charlton & goodroi
The question is: do I need to implement mod_rewrite or leave all these as it is now?
Any suggestions are welcomed :-)
[edited by: tedster at 8:16 pm (utc) on Oct. 7, 2005]
[edit reason] use example.com [/edit]
Since you're redoing it anyway, I would go with rewriting the urls.
Every old url should be 301ed to the new search engine friendly ones. And the rewrite rules should simply extend to the new url scheme you choose, it should just be automatic.
Make absoluty certain that the person who is doing the rewrite rules knows what they are doing, I've been seeing some very serious errors in the last few months that have resulted in large dropoffs on the sites, and they are partly traceable to bad rewrite rules in the past, for example using 302 instead of 301s and so on.
I've seen even a single query string variable page suffer from duplicate content type issues, bad indexing, and PR 0 for all the query string pages. Modrewrite to unique urls not only solved all these issues, but gave the site a needed boost, since now when I add pages to that modrewrite section, they are spidered instantly, and are giving the overall site a boost.
I do not use query string urls anymore, for any reason, unless it's in a private login part of the site that won't be spidered.