The Elemental Microformats

Roger Costello

Click arrow key () to navigate to next page

Elemental Microformats

VoteLinks

VoteLinks

  1. <head profile="http://microformats.org/wiki/vote-links">
  2. ...
  3. </head>
  4. <body>
  5. ...
  6. <a href="http://en.wikipedia.org/wiki/Naturopathic_medicine" rev="vote-for">Naturopathic Medicine</a>
  7. ...
  8. <a href="http://en.wikipedia.org/wiki/Allopathy" rev="vote-against">Allopathic Medicine</a>
  9. ...
  10. <a href="http://en.wikipedia.org/wiki/Shamanism" rev="vote-abstain">Shamanism</a>
  11. </body>

VoteLinks

Recommendation

XFN

XFN

Category Value(s)
Family
  • parent
  • child
  • spouse
  • kin
  • sibling

XFN

Category Value(s)
Friendship
  • contact
  • acquaintance
  • friend
Professional
  • co-worker
  • colleague
Geographical
  • co-resident
  • neighbor
Physical
  • met

XFN

Category Value(s)
Inspiration
  • muse
Romantic
  • crush
  • date
  • sweetheart
Identity
  • me

XFN

  1. <a href="http://www.example.org/blog/ssmith">Sally Smith</a> is a co-worker and friend.
  1. <a href="http://www.example.org/blog/ssmith" rel="met co-worker">Sally Smith</a> is a co-worker and friend.

XFN

  1. <a href="http://www.example.org/blog/ssmith" rel="met co-worker">Sally Smith</a>
  2. ...
  3. <a href="http://www.xfront.com" rel="me">xFront Technologies</a>
  1. <a href="http://www.example.org/blog/j.doe" rel="met friend">John Doe</a>

XFN

costello, xfront, Sally Smith, John Doe relationships

XFN

Rel-nofollow

  1. <a href="http://www.example.org" rel="nofollow">Web site</a>

Rel-nofollow

Rel-Tag

example URL, showing that the tag is the last part of the URL path

Rel-Tag

Logical vs Physical URLs

Rel-Tag

  1. Tag (juicer):
  2. <a href="http://en.wikipedia.org/wiki/juicer" rel="tag">Wikipedia entry for juicer</a>
  3. <a href="http://flickr.com/photos/tags/juicer" rel="tag">Flickr photos tagged with juicer</a>
  4. <a href="http://www.technorati.com/tag/juicer" rel="tag">Other Web pages with a juicer tag</a>
  5. <a href="http://www.xfront.com/juicer" rel="tag">Costello's pithy Web page on juicers</a>

Rel-Tag

Rel-Tag

Operator Extracts Rel-Tag

Operator Extracts Rel-Tag

Green Parrot Bar

Rel-License

  1. http://www.gnu.org/copyleft/gpl.html (GNU Public License)
  2. http://creativecommons.org/licenses/ (Creative Commons Licenses)
  1. This work is licensed under a
  2. <a href="http://creativecommons.org/licenses/by/3.0/" rel="license">CC Attribution License</a>

Rel-License

Rel-Directory

  1. <h1>
  2. <a href="http://www.dmoz.org/Shopping/Publications/Books/Health/Alternative_Medicine/
  3. Acupuncture_and_Chinese_Medicine/" rel="directory">Acupuncture not Anesthesia</a>
  4. </h1>

Rel-Directory

Using Multiple Elementals

  1. <a href="http://www.brand_x.com" rel="nofollow" rev="vote-against">Brand X</a>

Using Multiple Elementals

  1. My friend
  2. <a href="http://www.elections.org/judges/ssmith" rel="met friend" rev="vote-for">Sally Smith</a>
  3. is running for election to be a judge.

Using Multiple Elementals

  1. <h1>
  2. <a href="http://www.dmoz.org/Shopping/Publications/Books/Health/Alternative_Medicine/
  3. Acupuncture_and_Chinese_Medicine" rel="tag directory">Acupuncture not Anesthesia</a>
  4. </h1>

Lab 1

  1. <head>
  2. <title>Favorite Website</title>
  3. <meta http-equiv="content-type" content="application/xhtml+xml;charset=UTF-8" />
  4. </head>
  5. <body>
  6. <h1>A Favorite Website</h1>
  7. <p>I think the <a href="http://headrush.typepad.com/about.html">Passionate: Creating Passionate Users</a>
  8. Web site has some great, thought-provoking articles. Here is one article that I really like:
  9. <a href="http://headrush.typepad.com/creating_passionate_users/2006/04/angrynegative_p.html">
  10. Angry/negative people can be bad for your brain</a>,
  11. written by <a href="mailto:headrush@wickedlysmart.com">Kathy Sierra</a>, who I met at a conference
  12. a while ago.
  13. </p>
  14. ... cont.

Lab 1 (cont.)

  1. ... cont.
  2. <div class="tags">
  3. <h2>Tags</h2>
  4. <ul>
  5. <li><a href="http://en.wikipedia.org/wiki/Psychology">psychology</a></li>
  6. <li><a href="http://en.wikipedia.org/wiki/Anger">anger</a></li>
  7. <li><a href="http://en.wikipedia.org/wiki/Brain">brain</a></li>
  8. </ul>
  9. </div>
  10. </body>

Lab 1 (cont.)

Homepage