Last active
August 29, 2015 14:07
-
-
Save calebfaruki/ee4bdf569e19ab857b39 to your computer and use it in GitHub Desktop.
Revisions
-
calebfaruki revised this gist
Oct 17, 2014 . 1 changed file with 8 additions and 10 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,22 @@ <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> -
calebfaruki created this gist
Oct 17, 2014 .There are no files selected for viewing
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 charactersOriginal 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>