Page is a not externally linkable
enigma1 - 11:29 am on Apr 26, 2011 (gmt 0)
I am not sure how the canonical issue of links has become so popular lately.
Are you people have serious problems with your web applications? Typically the URL generation part of a web application sets up the parameters in the same way:
example.com/page.php?param1=1¶m2=2
You are saying somehow you end up generating also
example.com/page.php?param2=2¶m1=1
If so you need to check the application and fix the problems.