Last active
August 29, 2015 14:07
-
-
Save calebfaruki/ee4bdf569e19ab857b39 to your computer and use it in GitHub Desktop.
example microformat for local business
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/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