Skip to content

Instantly share code, notes, and snippets.

@louisebolden
Created February 17, 2015 11:40
Show Gist options
  • Save louisebolden/c3cdf3673c4e4bd9fe52 to your computer and use it in GitHub Desktop.
Save louisebolden/c3cdf3673c4e4bd9fe52 to your computer and use it in GitHub Desktop.
Schema Markup (LocalBusiness)
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1><span itemprop="name">Flower Delivery Company</span></h1>
<span itemprop="description">We deliver beautiful flowers to any address in London.</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">101 High Street</span>
<span itemprop="addressRegion">London</span>
<span itemprop="postalCode">W1A 2BC</span>
</div>
Phone: <span itemprop="telephone">020 1234 5678</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment