Page MenuHomePhabricator

rel="license" on link should replace copyright meta tag
Closed, InvalidPublic

Description

Search engines use the rel="license" tag to determine whether content is licensed freely (see http://tantek.com/presentations/2006/09/microformats-intro/ ). We already have this link in the page footer, we're just not tagging it with the rel. We should.

Conversely, the use of the "copyright" meta tag is inappropriate (a license isn't a copyright), and essentially a waste of space on every page served by MediaWiki, as it does not appear to be used in the same way. We should remove it.


Version: unspecified
Severity: enhancement

Details

Reference
bz19162

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:40 PM
bzimport set Reference to bz19162.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 6218
Removes copyright meta tag, adds rel="license" to 'copyright' footer link

Attached:

Meta copyright tag contains a link to copyright info, which is quite relevant. Lacking a description of any particular motivation to move from the existing link to something else, resolving as INVALID for now. Keep in mind that microformat fads change quickly, and the link rel that was cool in 2006 might be ignored now. :)

Do you have a current reference for CC & copyright metadata best practices and actual known current usage by search engines?

http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-May/thread.html
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2009-June/thread.html
(look for 'license' threads)

*rel="license" aply to the main content.
*No clear how search engines use it
*For instance, Google uses a regex to handle RDF.
*Wikipedia appears on their dicussion

The rel="license" link rel works now and works quickly. See this search, which is on a domain on which it was only recently added (in time with the CC-BY-SA switchover):
http://www.google.com/search?q=site%3Awikifur.com&as_rights=(cc_publicdomain|cc_attribute|cc_sharealike).-(cc_noncommercial|cc_nonderived)

It is used by the Creative Commons link generator:
http://creativecommons.org/license/ (try generating a license, you'll see it there)

I personally feel that Project:Copyrights is a more appropriate location for the meta copyright tag to point to, if it exists. The W3C specifies it as "a copyright statement for the current document." (http://www.w3.org/TR/html4/types.html#h-6.12)