Last active
March 21, 2017 07:01
-
-
Save barbareshet/06fa1ed8903d420129e99e0a2cc8ef4d to your computer and use it in GitHub Desktop.
This file contains 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 class="well" itemscope itemtype="http://schema.org/LocalBusiness"> | |
<img src="" alt="" class="thumbnail" style="float:left; width:180px; height:180px; margin-right:1em;" itemprop="logo"> | |
<h3 itemprop="name">Business Name</h3> | |
<div> | |
<span class="glyphicon glyphicon-earphone text-muted"></span> | |
<a href="tel:(123) 456-7890" itemprop="telephone">(123) 456-7890</a> | |
</div> | |
<div> | |
<span class="glyphicon glyphicon-envelope text-muted"></span> | |
<a href="mailto:[email protected]" itemprop="email">[email protected]</a> | |
</div> | |
<div> | |
<span class="glyphicon glyphicon-globe text-muted"></span> | |
<a href="http://www.example.com/" itemprop="url">www.example.com</a> | |
</div> | |
<div> | |
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | |
<span itemprop="streetAddress">21 Jump Street</span>, | |
<span itemprop="addressLocality">Nowhere, Australia</span>, | |
<span itemprop="postalCode">9876</span> | |
</address> | |
</div> | |
<br><br><br> | |
<div itemprop="description"> | |
<p><span itemprop="legalName">Business Name Ltd</span> is a manufacturer and supplier of <a href="product.html">Awesome things</a>.</p> | |
<p>Founded in <span itemscope="foundingDate">2013</span> by | |
<span itemprop="founder" itemscope itemtype="http://schema.org/Person"> | |
<span itemprop="name"><span itemprop="givenName">John</span> <span itemprop="familyName">Dho</span></span> | |
</span>, the family tradition is continued with the current CEO, | |
<a href="person.html"><span itemprop="employee" itemscope itemtype="http://schema.org/Person"> | |
<span itemprop="name"><span itemprop="givenName">Jane</span> <span itemprop="familyName">Dho</span></span> | |
</span></a>. | |
</p> | |
</div> | |
<div> | |
<span>Opening Hours:</span> | |
<div> | |
<time itemprop="openingHours" datetime="Mo-Sa 09:00-17:00">Monday to Saturday 9am - 5pm</time> | |
</div> | |
<div> | |
<time itemprop="openingHours" datetime="Su 10:00-16:00">Sunday 10am - 4pm</time>. | |
</div> | |
</div> | |
<div> | |
<span>We accept </span><span itemprop="paymentAccepted">Cash, Cheque, Visa, Mastercard and Paypal</span>. | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rich snippet code for localBusiness page
Uses: Organization, LocalBusiness, foundingDate, PostalAddress, Person, scopes