Created
May 25, 2014 09:42
-
-
Save imjakechapman/5fb30acc330ab92df202 to your computer and use it in GitHub Desktop.
Google Open Schema
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
| <!-- Google Open Schema --> | |
| <span itemscope itemtype="http://schema.org/LocalBusiness" style="display:none"> | |
| <span itemprop="name"></span> | |
| <meta itemprop="image" content="image.jpg"> | |
| <meta itemprop="telephone" content=""> | |
| <meta itemprop="email" content=""> | |
| <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> | |
| <meta itemprop="streetAddress" content=""> | |
| <meta itemprop="addressLocality" content=""> | |
| <meta itemprop="addressRegion" content=""> | |
| <meta itemprop="addressCountry" content="United States of America"> | |
| <meta itemprop="postalCode" content=""> | |
| </span> | |
| <meta itemprop="url" content="> | |
| </span> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment