Skip to content

Instantly share code, notes, and snippets.

@ardianzzz
Created June 13, 2011 05:00
Show Gist options
  • Save ardianzzz/1022330 to your computer and use it in GitHub Desktop.
Save ardianzzz/1022330 to your computer and use it in GitHub Desktop.
Profile Microdata & Microformats
<div itemscope="" itemtype="http://data-vocabulary.org/Person" class="vcard">
<img itemprop="photo" class="photo" src="IMAGE SOURCE" alt="" />
<span itemprop="name" class="fn">YOUR NAME</span>
<span itemprop="nickname" class="nickname">NICKNAME</span>
<span itemprop="title" class="title">TITLE WORK</span>
<a href="#" itemprop="affiliation" class="org">WORKPLACE</a>
<a href="#" itemprop="url" class="url">URL</a>
<a href="mailto:EMAIL" itemprop="work" class="email">EMAIL</a>.
<span itemprop="address" itemscope="" itemtype="http://data-vocabulary.org/Address" class="adr">
<span itemprop="locality" class="locality">LOCAL</span>
<span itemprop="region" class="region">REGION</span>
<span itemprop="country-name" class="country-name">COUNTRY</span>
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment