Created
September 1, 2016 17:55
-
-
Save strategyst/d5e6b53957ccf224be30d1cbfd7079f6 to your computer and use it in GitHub Desktop.
Local business HTML with microdata schema
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"> | |
<h2><span itemprop="name">Super Shop</span></h2> | |
<p><span itemprop="description">A super shop that sells everything at super low prices.</span></p> | |
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | |
<span itemprop="streetAddress">123 Example Street</span> | |
<span itemprop="addressLocality">Example Town</span>, | |
<span itemprop="addressRegion">Essex</span> | |
</address> | |
Phone: <a href="tel:01234567890"><span itemprop="telephone">01234 567890</span></a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment