Skip to content

Instantly share code, notes, and snippets.

@xlamplighter
Created October 29, 2015 14:23
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 xlamplighter/c2c9f6469ae17cde4efc to your computer and use it in GitHub Desktop.
Save xlamplighter/c2c9f6469ae17cde4efc to your computer and use it in GitHub Desktop.
Schema.org example
<div itemscope itemtype="http://schema.org/Dentist">
<span itemprop="name">Toothman Dentistry</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">123 Fake Street</span>
<span itemprop="addressLocality">Fakesburg</span>,
<span itemprop="addressRegion">FL</span>
<span itemprop="postalCode">33755</span>
</div>
Phone: <span itemprop="telephone">123-456-7890</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment