Forum Moderators: phranque
www.example.com/mypage.php/?page=1&sortby=name
www.example.com/mypage.php/?sortby=name&page=1
to a web server, the two URLs above are identical. My script does the same thing in either case and produces the same output.
But does a search engine see them as different URLs?
I hope not
But I'd appreciate an official comment or at least to know if anyone else shares my concern
Otherwise, just imagine the complexity of the algorithm to determine that such URLs are the same. It's fairly easy with 2, but with 3,4,5 parameters?
You really should make sure they are in the same order, or better yet, use "clean" URLs with a rewrite.