<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bkardell</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bkardell"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Bkardell"/>
	<updated>2026-05-10T02:24:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-me&amp;diff=65777</id>
		<title>rel-me</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-me&amp;diff=65777"/>
		<updated>2016-11-22T15:09:26Z</updated>

		<summary type="html">&lt;p&gt;Bkardell: Original link url was broken because google shifts but I found the same talk on youtube&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;me&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
;short URL&lt;br /&gt;
:http://ufs.cc/w/relme&lt;br /&gt;
&lt;br /&gt;
[[XFN]] 1.1 introduced the &amp;quot;me&amp;quot; [[rel]] value which is used to indicate profile equivalence and for [[identity-consolidation]]. &lt;br /&gt;
&lt;br /&gt;
== example ==&lt;br /&gt;
&amp;lt;code&amp;gt;rel=&amp;quot;me&amp;quot;&amp;lt;/code&amp;gt; is used on hyperlinks from one page about a person to other pages about that same person.&lt;br /&gt;
&lt;br /&gt;
For example, [[User:Tantek|Tantek]]'s [http://tantek.com/ home page] has (markup simplified)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&amp;lt;a href=&amp;quot;https://twitter.com/t&amp;quot; rel=&amp;quot;me&amp;quot;&amp;gt;@t&amp;lt;/a&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And his Twitter profile itself has (markup simplified)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&amp;lt;a href=&amp;quot;http://tantek.com/&amp;quot; rel=&amp;quot;me&amp;quot;&amp;gt;http://tantek.com/&amp;lt;/a&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Thus establishing a bi-directional rel-me link and confirming that the two URLs represent the same person.&lt;br /&gt;
&lt;br /&gt;
Publishers can use the [http://gmpg.org/xfn/creator XFN creator] form to create rel-me hyperlinks.&lt;br /&gt;
&lt;br /&gt;
== screencast and videos ==&lt;br /&gt;
Watch some short videos:&lt;br /&gt;
* [http://www.sixapart.com/static_news/opening_social_graph/xfn_links/xfn_links.html David Recordon's excellent *30 second* explanation of XFN rel=&amp;quot;me&amp;quot;].&lt;br /&gt;
* [http://www.youtube.com/watch?v=LabCylbapuM Brad Fitzpatrick explains rel=&amp;quot;me&amp;quot; and more XFN].&lt;br /&gt;
* [http://www.podtech.net/scobleshow/technology/1611/plaxo-to-ship-online-identity-aggregator-based-on-microformats Joseph Smarr's whiteboard explanation] of rel=&amp;quot;me&amp;quot; as implemented in the Plaxo online identity aggregator.&lt;br /&gt;
Longer:&lt;br /&gt;
* [https://www.youtube.com/watch?v=Q2WzVSVxrrI Gavin Bell on &amp;quot;What is your provenance?&amp;quot;] (40 minutes) - provides a much broader discussion of the problem statement of who is a person on the Web, and starting at about 0:07:30 explains how [[hCard]] + rel=&amp;quot;me&amp;quot; helps solve this problem.&lt;br /&gt;
&lt;br /&gt;
== tutorials ==&lt;br /&gt;
[http://ungeekdapo.wordpress.com/2008/04/29/a-simple-data-portability-project-or-is-it/ A simple data portability project or is it] rel=me summary by Bob Ngu&lt;br /&gt;
&lt;br /&gt;
== domain verification ==&lt;br /&gt;
rel=me is the standard way to check that a website belongs to a user on a 3rd party site.&lt;br /&gt;
&lt;br /&gt;
* read a user's website that they entered into their 3rd party site profile&lt;br /&gt;
* check for a rel=me hyperlink from their website to their 3rd party site profile&lt;br /&gt;
* if such a rel=me hyperlink is found, then the user has proven that they control that personal website sufficient to put a link back to their 3rd party site profile, and thus domain verification succeeds.&lt;br /&gt;
&lt;br /&gt;
If you're the implementer of such a 3rd party site with user profiles, implement the above to implement a personal website domain verification feature.&lt;br /&gt;
&lt;br /&gt;
== rel-me-auth ==&lt;br /&gt;
[[RelMeAuth]] is a proposed open standard for using [[rel-me]] links to profiles on [[OAuth]] supporting services to authenticate via either those profiles or your own site.&lt;br /&gt;
&lt;br /&gt;
In short it is a combination of '''domain verification''' as documented above, and OAuth authorization on the 3rd party site that the user's domain links to.&lt;br /&gt;
&lt;br /&gt;
Read more about how to implement [[RelMeAuth]] and [[web sign-in]].&lt;br /&gt;
&lt;br /&gt;
== implementations ==&lt;br /&gt;
Notable Sites:&lt;br /&gt;
* '''[https://support.google.com/webmasters/answer/1229920 Google]''' uses reciprocal rel=me links for domain verification, which it also uses for independent site [[rel-author]] support.&lt;br /&gt;
* '''[http://blog.app.net/2013/04/29/announcing-domain-verification/ App.net]''' implements rel-me for officially connecting your domain to your app.net account, as well as publishing rel-me on your site.&lt;br /&gt;
&lt;br /&gt;
Services:&lt;br /&gt;
* '''[http://indieauth.com/ IndieAuth]''' is perhaps the most comprehensive [[rel-me]] implementation, using it to implement [[RelMeAuth]] and a superset of [[web-sign-in]] that is focused on [http://indiewebcamp.com/ independent websites].&lt;br /&gt;
&lt;br /&gt;
[[wordpress-plugins|WordPress plugins]]:&lt;br /&gt;
* [http://blog.maybe5.com/?page_id=94 Social Links Wordpress plugin] - supports rel-me links to other services&lt;br /&gt;
* [http://code.l0g.in/about-me/ About Me plugin] (on github) - supports creation of an About Me page with rel-me links to other profiles.&lt;br /&gt;
&lt;br /&gt;
=== advocacy ===&lt;br /&gt;
Advocating rel=me support can be done a few ways, if a site has:&lt;br /&gt;
* user profiles but no &amp;quot;website&amp;quot; field - ask them to add a &amp;quot;website&amp;quot; field and mark it up with rel=me.&lt;br /&gt;
* a &amp;quot;website&amp;quot; field on profiles - ask it to support publishing rel=me&lt;br /&gt;
* a notion of &amp;quot;verification&amp;quot; or &amp;quot;verified&amp;quot; profiles - ask it to do so via confirming reciprocal rel=me&lt;br /&gt;
* login/sign-in - ask it to support [[RelMeAuth]] with a [[Web sign-in]] user interface.&lt;br /&gt;
&lt;br /&gt;
Current requests:&lt;br /&gt;
* [https://github.com/gittip/www.gittip.com/issues/2477 Gittip: Add &amp;quot;website&amp;quot; profile field #2477] - requested 2014-06-07 by Aaron Parecki.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== examples in the wild ==&lt;br /&gt;
Examples of sites publishing rel=me support, e.g. on user profiles.&lt;br /&gt;
&lt;br /&gt;
See:&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists#Services_with_XFN_rel.3D.22me.22_to_multiple_external_sites|services supporting XFN rel=me]]&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hcard-xfn-supporting-friends-lists#Services_with_XFN_rel.3D.22me.22_to_multiple_external_sites|services that support rel=&amp;quot;me&amp;quot;]]&lt;br /&gt;
* [[rel-me-faq]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
* [[rel]]&lt;br /&gt;
* [[social network portability]]&lt;br /&gt;
* [http://gmpg.org/xfn/11 XFN 1.1 profile]&lt;/div&gt;</summary>
		<author><name>Bkardell</name></author>
	</entry>
</feed>