Skip to content

Instantly share code, notes, and snippets.

@kevinruscoe
Created May 2, 2014 14:51
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 kevinruscoe/e5d3c010c67c4debf351 to your computer and use it in GitHub Desktop.
Save kevinruscoe/e5d3c010c67c4debf351 to your computer and use it in GitHub Desktop.
Microdata Address
<div itemscope itemtype="http://schema.org/Dentist">
<h1 itemprop="name">Practice Name</h1>
<p itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Practice Address</span>
<span itemprop="addressLocality">Practice City</span>,
<span itemprop="addressRegion">Practice State/County</span>
<span itemprop="postalCode">Practice ZIP/Postcode</span>
</p>
<p>
Phone: <span itemprop="telephone">00000 000 000</span>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment