Google RS Organization Markup Demo

by J. Albert Bowden

HTML

<div itemscope itemtype="http://data-vocabulary.org/Organization">  
    <span itemprop="name">L’Amourita Pizza</span> 
    Located at  
    <span itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address"> 
      <span itemprop="street-address">123 Main St</span>,  
      <span itemprop="locality">Albuquerque</span>,  
      <span itemprop="region">NM</span>. 
    </span> 
    Phone: <span itemprop="tel">206-555-1234</span>. 
    <a href="http://www.example.com" itemprop="url">http://pizza.example.com</a>. 
</div>
<p><cite><a href="http://linter.structured-data.org/examples/google-rs/Organization/">Google RS Organization</a></cite></p>