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.

Revisions

  1. calebfaruki revised this gist Oct 17, 2014. 1 changed file with 8 additions and 10 deletions.
    18 changes: 8 additions & 10 deletions microformats for businesses
    Original file line number Diff line number Diff line change
    @@ -1,24 +1,22 @@
    <div itemscope itemtype="http://schema.org/HealthAndBeautyBusiness">
    <span href itemprop="founder"><!-- --></span>
    <meta itemprop="name" content="<!-- -->" />
    <meta itemprop="founder" content="<!-- -->" />
    <a href="<!-- -->" itemprop="url"></a>
    <a href="<!-- -->" itemprop="email"></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="openingHours" itemscope itemtype="http://schema.org/OpeningHours">
    <div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
    <meta itemprop="description" content="Hours of Operation">
    <meta itemprop="openingHours" content="Mo-Sa 08:00-18:30">
    <!-- -->
    <meta itemprop="openingHours" content="Su 08:00-16:00">
    <!-- -->
    ..............................
    </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>
    <span itemprop="addressLocality"><!-- --></span>
    <span itemprop="addressRegion"><!-- --></span>
    <span itemprop="postalCode"><!-- --></span>
    </div>
    </div>
  2. calebfaruki created this gist Oct 17, 2014.
    24 changes: 24 additions & 0 deletions microformats for businesses
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    <div itemscope itemtype="http://schema.org/HealthAndBeautyBusiness">
    <span href itemprop="founder"><!-- --></span>
    <a href="<!-- -->" itemprop="url"></a>
    <a href="<!-- -->" 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="openingHours" itemscope itemtype="http://schema.org/OpeningHours">
    <meta itemprop="description" content="Hours of Operation">
    <meta itemprop="openingHours" content="Mo-Sa 08:00-18:30">
    <!-- -->
    <meta itemprop="openingHours" content="Su 08:00-16:00">
    <!-- -->
    </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>