Forum Moderators: phranque
Could anyone shed some light on current best practices for optimizing a dynamic site? In particular, how many querystring parameters is too many? 3? 4? 5? I've heard that search engines are capable of handling at least two parameters, but I'm not sure if people have found this to be true or not.
As well, I've read a lot about making dynamic pages more indexable (Apache mod_rewrite, IIS Rewrite, CGI/Perl Path_Info and Script_Name, etc.) by stripping out querystring parameters like #?&$%. Has this worked for anyone? Are there any problems associated with this process?