rel-author: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
No edit summary
m (Reverted edits by Gowrvw (Talk) to last version by Tantek)
Line 1: Line 1:
HOW THING THROUGH
<entry-title>rel author</entry-title>
HOW MAKE THING THROUGH
<span class="h-card">[[User:Tantek|Tantek Çelik]]</span> (Editor)
HOW THING BE THROUGH
----
HOW MAKE THING BE THROUGH
<dfn style="font-style:normal;font-weight:bold">rel-author</dfn> 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.
HOW ANYTHING THROUGH
== Summary ==
HOW MAKE ANYTHING THROUGH
'''<code>rel=&quot;author&quot;</code>''' 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).
HOW ANYTHING BE THROUGH
 
HOW MAKE ANYTHING BE THROUGH
E.g. a page or a post written by a person "Erin Smith" could contain a link like:
HOW EVERYTHING THROUGH
<source lang=html4strict>
HOW MAKE EVERYTHING THROUGH
<a href="http://erin.example.com/" rel="author">Erin Smith</a>
HOW EVERYTHING BE THROUGH
</source>
HOW MAKE EVERYTHING BE THROUGH
 
HOW UNIVERSE THROUGH
The <code>rel="author"</code> attribute indicates that the destination of the link represents the author of the current page (or post).
HOW MAKE UNIVERSE THROUGH
 
HOW UNIVERSE BE THROUGH
== Implementations ==
HOW MAKE UNIVERSE BE THROUGH
This section is '''informative'''.
HOW THING OUT
 
HOW MAKE THING OUT
=== Google ===
HOW THING BE OUT
An interesting rel=&quot;author&quot; implementation set of examples is brought up by Google in a video posted on Youtube:
HOW MAKE THING BE OUT
* [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].
HOW ANYTHING OUT
 
HOW MAKE ANYTHING OUT
== extensions ==
HOW ANYTHING BE OUT
=== query parameter alternative ===
HOW MAKE ANYTHING BE OUT
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:
HOW EVERYTHING OUT
 
HOW MAKE EVERYTHING OUT
<source lang=html4strict>
HOW EVERYTHING BE OUT
<a href="http://erin.example.com/?rel=author">Erin Smith</a>
HOW MAKE EVERYTHING BE OUT
</source>
HOW UNIVERSE OUT
 
HOW MAKE UNIVERSE OUT
This technique is explained in the following video:
HOW UNIVERSE BE OUT
* [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).
HOW MAKE UNIVERSE BE OUT
 
HOW THING THROUGH
==== query param issues ====
HOW MAKE THING THROUGH
<div class="discussion">
HOW THING BE THROUGH
* 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 in their app, and this will just break things. [[User:Singpolyma|Singpolyma]] 17:56, 12 August 2011 (UTC)
HOW MAKE THING BE THROUGH
* ...
HOW ANYTHING THROUGH
</div>
HOW MAKE ANYTHING THROUGH
 
HOW ANYTHING BE THROUGH
== articles ==
HOW MAKE ANYTHING BE THROUGH
Articles and blog posts about rel=author:
HOW EVERYTHING THROUGH
* 2013-08-20 http://moz.com/blog/google-plus-correlations
HOW MAKE EVERYTHING THROUGH
 
HOW EVERYTHING BE THROUGH
== see also ==
HOW MAKE EVERYTHING BE THROUGH
* [[rel-author-issues]]
HOW UNIVERSE THROUGH
* [[hAtom]]
HOW MAKE UNIVERSE THROUGH
* [[hNews]]
HOW UNIVERSE BE THROUGH
* [[rel-faq]]
HOW MAKE UNIVERSE BE THROUGH
* [[rel-me]]
HOW THING OUT
* [[existing-rel-values]]
HOW MAKE THING OUT
 
HOW THING BE OUT
[[Category:Draft Specifications]]
HOW MAKE THING BE OUT
HOW ANYTHING OUT
HOW MAKE ANYTHING OUT
HOW ANYTHING BE OUT
HOW MAKE ANYTHING BE OUT
HOW EVERYTHING OUT
HOW MAKE EVERYTHING OUT
HOW EVERYTHING BE OUT
HOW MAKE EVERYTHING BE OUT
HOW UNIVERSE OUT
HOW MAKE UNIVERSE OUT
HOW UNIVERSE BE OUT
HOW MAKE UNIVERSE BE OUT

Revision as of 19:49, 25 August 2013

<entry-title>rel author</entry-title> Tantek Çelik (Editor)


rel-author 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 microformat standards suitable for embedding data in HTML/HTML5, and Atom/RSS/XHTML or other XML.

Summary

rel="author" 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).

E.g. a page or a post written by a person "Erin Smith" could contain a link like:

<a href="http://erin.example.com/" rel="author">Erin Smith</a>

The rel="author" attribute indicates that the destination of the link represents the author of the current page (or post).

Implementations

This section is informative.

Google

An interesting rel="author" implementation set of examples is brought up by Google in a video posted on Youtube:

extensions

query parameter alternative

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:

<a href="http://erin.example.com/?rel=author">Erin Smith</a>

This technique is explained in the following video:

query param issues

  • 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 in their app, and this will just break things. Singpolyma 17:56, 12 August 2011 (UTC)
  • ...

articles

Articles and blog posts about rel=author:

see also