Hello Nick,

Nick Levinson wrote:
How do I mark an hCard as being the page owner's? I need a method that can be 
used simultaneously with marking it as representative, content author, and page 
contact.

I didn't see a method on <http://microformats.org/wiki/hcards-and-pages>. It 
can't be what's left over after the other three types are signified, since many 
people who fit none of the four types may be on one page with their own hCards.

Thank you.

The most common way of doing this I have found is just adding a rel="me" to the page owners hcard some examples in the wild are :

Social networks:

http://www.last.fm/user/steveganz
<a class="url homepage" rel="me" href="http://steve.ganz.name/";>steve.ganz.name</a>

http://identi.ca/csarven
<a class="url" rel="me" href="http://csarven.ca/";>http://csarven.ca/</a>

http://twitter.com/mollydotcom
<a target="_blank" rel="me nofollow" class="url" href="http://molly.com/";>http://molly.com/</a>

Blogs and home pages:
http://www.ablognotlimited.com/
<a class="url" rel="home me" href="http://www.ablognotlimited.com";>A Blog Not Limited</a>

http://kevinmarks.com/
<a href="http://kevinmarks.com"; rel="me" class="url fn n uid">
   <span class="given-name">Kevin</span>
   <span class="family-name">Marks</span>
</a>

http://adactio.com/journal/
<a rel="me" class="url" href="http://adactio.com/";>Adactio</a>

Hope that helps

Best wishes

--
Martin McEvoy

http://weborganics.co.uk/

"You may find it hard to swallow the notion that anything as large and apparently 
inanimate as the Earth is alive."
Dr. James Lovelock, The Ages of Gaia

_______________________________________________
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to