Canonical URIs

by subbu on February 14, 2009

As I was arguing about a month ago, things can be accessed from multiple URIs, and without analyzing representations, it is difficult to conclude that those URIs are indeed pointing to the same thing. Search engines have now recognized this issue, and would like servers to include a new canonical link relation to inform them of a canonical URI. For search engines, this simplifies de-duping.

Here is the example from the Yahoo! search blog.

<link rel="canonical" href="http://www.example.com/products" />

This is similar to one of the solutions I suggested in my original post on resource identity.

See this post by http://searchengineland.com for more details on this from Google, Yahoo! and Microsoft.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Rob Sayre on JSONML

Next post: Fixing HTTP Authentication