Google RS People Markup Demo

by J. Albert Bowden

HTML

<div itemscope itemtype="http://data-vocabulary.org/Person"> 
  My name is <span itemprop="name">Bob Smith</span>,  
  but people call me <span itemprop="nickname">Smithy</span>. 
  Here is my homepage:  
  <a href="http://www.example.com" itemprop="url">www.example.com</a>. 
  I live in  
  <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> 
    <span itemprop="locality">Albuquerque</span>,  
    <span itemprop="region">NM</span>  
  </span> 
  and work as an <span itemprop="title">engineer</span> 
  at <span itemprop="affiliation">ACME Corp</span>. 
  My friends: 
  <a href="http://darryl-blog.example.com" rel="friend">Darryl</a>,  
  <a href="http://edna-blog.example.com" rel="friend">Edna</a> 
</div>
<p><cite><a href="http://linter.structured-data.org/examples/google-rs/People/">Google RS People</a></cite></p>