Last active
April 26, 2019 18:18
-
-
Save patrickcoombe/66b049cf86d5a2d9936b to your computer and use it in GitHub Desktop.
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
| <script type='application/ld+json'> | |
| { | |
| "@context": "https://www.schema.org", | |
| "@type": "product", | |
| "brand": "Acme", | |
| "logo": "http://www.example.com/logo.png", | |
| "name": "WidgetPress", | |
| "category": "Widgets", | |
| "image": "http://www.example.com/image.jpg", | |
| "description": "This is an excellent widget with 21 features and 4 colors.", | |
| "aggregateRating": { | |
| "@type": "aggregateRating", | |
| "ratingValue": "5", | |
| "reviewCount": "21" | |
| } | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment