<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Masteragen</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Masteragen"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Masteragen"/>
	<updated>2026-04-07T06:34:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=rel-author&amp;diff=66718</id>
		<title>rel-author</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=rel-author&amp;diff=66718"/>
		<updated>2018-03-18T14:53:13Z</updated>

		<summary type="html">&lt;p&gt;Masteragen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel author&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;h-card&amp;quot;&amp;gt;[[User:Tantek|Tantek Çelik]]&amp;lt;/span&amp;gt; (Editor)&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;dfn style=&amp;quot;font-style:normal;font-weight:bold&amp;quot;&amp;gt;rel-author&amp;lt;/dfn&amp;gt; is for linking from an article or post (e.g. marked up with [[hAtom]]) to a page or site representing its author. rel-author is one of several open [[microformats|microformat]] standards suitable for embedding data in HTML/HTML5, and Atom/RSS/XHTML or other XML.&lt;br /&gt;
== Summary ==&lt;br /&gt;
'''&amp;lt;code&amp;gt;rel=&amp;amp;quot;author&amp;amp;quot;&amp;lt;/code&amp;gt;''' is for relating an article or post to a page or site representing its author, typically to give them credit for their work (or portions of it, like books, articles, blog posts etc).&lt;br /&gt;
&lt;br /&gt;
E.g. a page or a post written by a person &amp;quot;Erin Smith&amp;quot; could contain a link like:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://erin.example.com/&amp;quot; rel=&amp;quot;author&amp;quot;&amp;gt;Erin Smith&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;rel=&amp;quot;author&amp;quot;&amp;lt;/code&amp;gt; attribute indicates that the destination of the link represents the author of the current page (or post).&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
Add permalinks of pages using rel=author, with any particularly interesting details about their usage:&lt;br /&gt;
&lt;br /&gt;
* [http://masteragen.club/ masteragen.club]&lt;br /&gt;
* [http://livescorebolas.com livescore bola]&lt;br /&gt;
* [http://anakgawang.com anakgawang.com]&lt;br /&gt;
&lt;br /&gt;
The Harpers page is interesting because it uses multiple rel=author, but clearly intends to scope the authorship to the containing div class=&amp;quot;article&amp;quot; element. This doesn't follow any spec.&lt;br /&gt;
&lt;br /&gt;
The Variety page is interesting because it uses multiple rel=author, with the intent to scope the authorship to the containing article element (as described in the [http://www.w3.org/TR/html/links.html#link-type-author HTML spec])&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
Plenty of implementations in the IndieWebCamp community, in particular:&lt;br /&gt;
* The [https://indiewebcamp.com/authorship authorship algorithm] uses [[rel-author]].&lt;br /&gt;
&lt;br /&gt;
== articles ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
Articles and blog posts about rel=author:&lt;br /&gt;
* 2013-08-20 http://moz.com/blog/google-plus-correlations&lt;br /&gt;
* 2014-08-28 http://searchengineland.com/goodbye-google-authorship-201975&lt;br /&gt;
&lt;br /&gt;
== past implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
Past implementations.&lt;br /&gt;
&lt;br /&gt;
=== Google ===&lt;br /&gt;
'''Dropped 2014-08-28[http://searchengineland.com/goodbye-google-authorship-201975]'''.&lt;br /&gt;
&lt;br /&gt;
An interesting rel=&amp;amp;quot;author&amp;amp;quot; implementation set of examples is brought up by Google in a video posted on Youtube:&lt;br /&gt;
* [http://www.youtube.com/watch?v=FgFb6Y-UJUI Authorship markup video] and the respective [http://www.google.com/support/webmasters/bin/answer.py?answer=1229920 implementation procedure].&lt;br /&gt;
&lt;br /&gt;
=== query parameter alternative ===&lt;br /&gt;
Google has proposed an alternate mechanism for specifying rel=author on sites/CMSs that don't permit authors to specify the rel attribute, using a query parameter added to the URL instead. e.g. the above example with query parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://erin.example.com/?rel=author&amp;quot;&amp;gt;Erin Smith&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This technique is explained in the following video:&lt;br /&gt;
* [http://www.youtube.com/watch?v=gG3Oh7Ues8A Authorship markup using URL parameters video] and the [http://www.google.com/support/webmasters/bin/answer.py?answer=1408986 new implementation procedure] with the help of Google Profile (and hopefully, this type of implementation can be used on any other personal BIO page of respective author).&lt;br /&gt;
&lt;br /&gt;
==== query param issues ====&lt;br /&gt;
&amp;lt;div class=&amp;quot;discussion&amp;quot;&amp;gt;&lt;br /&gt;
* While I understand the motivation here, this is not a good idea.  There will definitely be someone who has ?rel= as an actual query param meaning something [http://www.seomedan.com/ jasa seo] in their app, and this will just break things. [[User:Singpolyma|Singpolyma]] 17:56, 12 August 2011 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[rel-author-issues]]&lt;br /&gt;
* [[hAtom]]&lt;br /&gt;
* [[hNews]]&lt;br /&gt;
* [[rel-faq]]&lt;br /&gt;
* [[rel-me]]&lt;br /&gt;
* [[existing-rel-values]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;/div&gt;</summary>
		<author><name>Masteragen</name></author>
	</entry>
</feed>