rel-me

From Microformats Wiki
Revision as of 18:53, 8 June 2014 by Tantek (talk | contribs) (implementations notable sites, services, advocacy, awaiting gittip request)
Jump to navigation Jump to search

<entry-title>rel="me"</entry-title>

short URL
http://ufs.cc/w/relme

XFN 1.1 introduced the "me" rel value which is used to indicate profile equivalence and for identity-consolidation.

example

rel="me" is used on hyperlinks from one page about a person to other pages about that same person.

For example, Tantek's home page has (markup simplified)

<a href="https://twitter.com/t" rel="me">@t</a>

And his Twitter profile itself has (markup simplified)

<a href="http://tantek.com/" rel="me">http://tantek.com/</a>

Thus establishing a bi-directional rel-me link and confirming that the two URLs represent the same person.

Publishers can use the XFN creator form to create rel-me hyperlinks.

screencast and videos

Watch some short videos:

Longer:

  • Gavin Bell on "What is your provenance?" (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="me" helps solve this problem.

tutorials

A simple data portability project or is it rel=me summary by Bob Ngu

rel-me-auth

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.

Read more about RelMeAuth and web sign-in.

implementations

Notable Sites:

  • Google uses reciprocal rel=me links for domain verification, which it also uses for independent site rel-author support.
  • App.net implements rel-me for officially connecting your domain to your app.net account, as well as publishing rel-me on your site.

Services:

WordPress plugins:

advocacy

Advocating rel=me support can be done a few ways, if a site has:

  • user profiles but no "website" field - ask them to add a "website" field and mark it up with rel=me.
  • a "website" field on profiles - ask it to support publishing rel=me
  • a notion of "verification" or "verified" profiles - ask it to do so via confirming reciprocal rel=me
  • login/sign-in - ask it to support RelMeAuth with a Web sign-in user interface.

Current requests:

examples in the wild

Examples of sites publishing rel=me support, e.g. on user profiles.

See:

see also