Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save louisebolden/e34ef1c4975323455fd8 to your computer and use it in GitHub Desktop.
Save louisebolden/e34ef1c4975323455fd8 to your computer and use it in GitHub Desktop.
<div itemscope itemtype="http://schema.org/Florist">
<span itemprop="name">Local Florist</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">100 High Street</span>
<span itemprop="addressRegion">London</span>
<span itemprop="postalCode">W1A 2BC</span>
</div>
We sell...
<div itemscope itemtype="http://schema.org/Product" itemid="#product">
<link itemprop="additionalType" href="http://www.productontology.org/id/Flower_bouquet" />
<span itemprop="name">Flower bouquets</span>
<span itemprop="description">Beautiful bouquests for every occasion</span>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer" itemid="#offer">
£<span itemprop="price">9.99</span>
<link itemprop="availability" href="http://schema.org/InStock" />In stock
</div>
</div>
Call us on <span itemprop="telephone">020 1234 5678</span>
Email us at <span itemprop="email">localflorist@example.com</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment