Skip to content

Instantly share code, notes, and snippets.

@mattsandersuk
Forked from rinylo/address-schema.html
Last active December 18, 2020 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattsandersuk/6a5546569ddce1341629 to your computer and use it in GitHub Desktop.
Save mattsandersuk/6a5546569ddce1341629 to your computer and use it in GitHub Desktop.
<div id="address" itemscope itemtype="http://schema.org/Organization">
<ul itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<li class="boldcopyright" itemprop="name">Creare Communications</li>
<li itemprop="streetAddress">Boughton Leigh House</li>
<li itemprop="addressLocality">Rugby</li>
<li itemprop="addressRegion">Warwickshire </li>
<li itemprop="postalCode">CV21 1HL</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment