Skip to content

Instantly share code, notes, and snippets.

@jessotron
Created September 25, 2015 01:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jessotron/ec8997ab18010652ff48 to your computer and use it in GitHub Desktop.
Save jessotron/ec8997ab18010652ff48 to your computer and use it in GitHub Desktop.
Sample Schema Markup for LocalBusiness Data
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1 itemprop="name">Elite SEM</h1>
<p itemprop="descripton">A performance-driven digital marketing agency.</p>
<p>Open: <time itemprop="openingHours" datetime="Mo-Fi 09:00-17:00">Monday-Friday 9am-5pm</time></p>
<p>Phone: <span itemprop="telephone" content="+16463502789">646-350-2789</span></p>
<address itemscope itemtype="http://schema.org/PostalAddress" itemprop="address">
<span itemprop="streetAddress">142 W 36th St, Fl 11</span>
<span itemprop="addressLocality">New York</span>,
<span itemprop="addressRegion">NY</span> <span itemprop="postalCode">10018</span>
</address>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment