Profile Pages <3 hCard
June 22, 2010 | Posted by Beau Lebens
Did you know that your profile pages are fully marked up using hCard? hCard is a microformat for programmatically embedding information about people, companies, organizations, and places in HTML and other markup languages. The screenshot below describes some of the main markup involved on a profile page
- Email address marked up with
class=email(only available via JS/client-side parsing due to spam-protection measures) - IM accounts marked up using
class=url(some values only available via JS/client-side parsing due to spam-protection measures) - Phone numbers marked up with
class=tel(using type/value subproperties) - Verified accounts marked up with
class=urlandrel=me - Name marked up with
class=fn - Personal Links are marked up with
class=url - Image (main Gravatar) is marked up using
class=photo
There’s more profile-data goodness coming soon, so check back here for the latest.