Google cleans up URLs

I'm a little 'uptight' about URLs. I've blogged about my frustration with the Java Servlet mapping constraints before, and I'm a believer in W3C recommendations on URLs.

Google just announced a tool for Webmasters that allows users to specify a canonical URL for a single 'page', even if you can access it from multiple URLs. This is a nice patch for systems that don't really conform to the above W3C recommendation but believe in the concept. It also helps clean up Google's indexes, which is another good thing.

Since their approach is a simple tag added the the section of an HTML document, hopefully the other search engines will adopt it as well. The example from their post:
<link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish" />