Skip to content

Instantly share code, notes, and snippets.

@dhoko
Created July 26, 2013 07:43
Show Gist options
  • Save dhoko/6087014 to your computer and use it in GitHub Desktop.
Save dhoko/6087014 to your computer and use it in GitHub Desktop.
Address block - HTML
<address class="adr hidden" itemscope="" itemtype="http://schema.org/LocalBusiness">
<ul class="hCard" itemscope="" itemtype="http://schema.org/Place">
<li class="fn" itemprop="name">XXX</li>
<li class="street-address" itemprop="address">
<span class="number">XXX</span>
<span class="street_fullname">XXXX</span>
</li>
<li class="locality" itemprop="address">
<span class="postal-code">XXX</span>
<span class="city">XXX</span>
<span class="region hiddden">XXX</span>
<span class="country-name hiddden">XXX</span>
</li>
<li class="tel">
Tél:<span class="telmap" itemprop="telephone">XXX</span>
</li>
</ul>
</address>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment