Skip to content

Instantly share code, notes, and snippets.

@jlittlejohn
Created October 5, 2012 14:42
Show Gist options
  • Save jlittlejohn/3840187 to your computer and use it in GitHub Desktop.
Save jlittlejohn/3840187 to your computer and use it in GitHub Desktop.
HTML: Address
<address itemtype="http://schema.org/PostalAddress" itemscope="">
<span itemprop="streetAddress">Street Address</span><br>
<span itemprop="addressLocality">City</span>, <span itemprop="addressRegion">STATE</span> <span itemprop="postalCode">ZipCode</span>
</address>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment