Skip to content

Instantly share code, notes, and snippets.

@calebfaruki
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save calebfaruki/ee4bdf569e19ab857b39 to your computer and use it in GitHub Desktop.

Select an option

Save calebfaruki/ee4bdf569e19ab857b39 to your computer and use it in GitHub Desktop.
example microformat for local business
<div itemscope itemtype="http://schema.org/HealthAndBeautyBusiness">
<meta itemprop="name" content="<!-- -->" />
<meta itemprop="founder" content="<!-- -->" />
<a href="<!-- -->" itemprop="url"></a>
<a href="mailto:<!-- -->" itemprop="email"></a>
<a href="<!-- -->" itemprop="logo"></a>
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="<!-- -->" />
<meta itemprop="longitude" content="<!-- -->" />
</div>
<span itemprop="telephone"><!-- --></span>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<meta itemprop="description" content="Hours of Operation">
..............................
</div>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress"><!-- --></span>
<span itemprop="addressLocality"><!-- --></span>
<span itemprop="addressRegion"><!-- --></span>
<span itemprop="postalCode"><!-- --></span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment