Re: Anyone else watching rev=canonical?

From: Houghton,Andrew <houghtoa_at_nyob>
Date: Tue, 14 Apr 2009 17:53:24 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
> From: Code for Libraries [mailto:CODE4LIB_at_LISTSERV.ND.EDU] On Behalf Of
> Brett Bonfield
> Sent: Tuesday, April 14, 2009 5:35 PM
> To: CODE4LIB_at_LISTSERV.ND.EDU
> Subject: Re: [CODE4LIB] Anyone else watching rev=canonical?
> 
> On Tue, Apr 14, 2009 at 5:30 PM, Jonathan Rochkind <rochkind_at_jhu.edu>
> wrote:
> > Wait, is this the same or different than <link rel="canonical">, as
> in:
> >
> > http://googlewebmastercentral.blogspot.com/2009/02/specify-your-
> canonical.html
> >
> > <link rel="canonical"> seemed like a good idea to me.  But when I
> start
> > reading some of those URLs, it's not clear to me if they're talking
> about
> > the same thing or not.
> 
> Different. Which is one of the problems with rev=canonical.

Another issue is that Google, Microsoft, et al. couldn't see that their
proposal was already taken care of by HTTP with its Content-Location
header and that if they wanted people to embed the canonical URI into
their HTML that they could have easily done:

<meta http-equiv="Content-Location" content="canonical-URI" />

rather than creating a new link rel="canonical" and BTW their strategy 
only works in HTML, it doesn't work in RDF, JSON, XML, etc., but using
HTTP as it was intended, e.g., Content-Location header, it works for 
all media types.


Andy.
Received on Tue Apr 14 2009 - 19:45:42 EDT