Last active
December 30, 2015 06:28
-
-
Save bavington/7789113 to your computer and use it in GitHub Desktop.
Boilerplate for LocalBusiness Schema.org Markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div itemscope itemtype="http://schema.org/LocalBusiness"> | |
<span itemprop="legalName">Company Name Ltd</span> | |
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | |
<span itemprop="streetAddress">12 Paper Street,</span> | |
<span itemprop="addressLocality">Town</span>, | |
<span itemprop="addressRegion">County</span> | |
<span itemprop="postalCode">AB01 1YZ</span> | |
</div> | |
Phone: <span itemprop="telephone">01234 123456</span> | |
Email: <span itemprop="email">[email protected]</span> | |
Open: <meta itemprop="openingHours" content="Mo-Fr 08:45-17:30">Monday to Friday 8:45am to 5:30pm</meta> | |
Find us on <a href="https://plus.google.com/yourpageID" | |
rel="publisher" title="Find us on Google+">Google+</a> | |
</div> | |
<!-- Sub-types of 'LocalBusiness' can be used - http://www.seroundtable.com/google-schema-support-18310.html --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment