Skip to content

Instantly share code, notes, and snippets.

@louisebolden
Created February 17, 2015 11:36
Show Gist options
  • Save louisebolden/e021a494945efa39c6cf to your computer and use it in GitHub Desktop.
Save louisebolden/e021a494945efa39c6cf to your computer and use it in GitHub Desktop.
Schema Markup (Product)
<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name">Kenmore White 17" Microwave</span>
<img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' />
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="priceCurrency" content="GBP">£</span><span
itemprop="price" content="1000.00">800.00</span>
<link itemprop="availability" href="http://schema.org/InStock" />In stock
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment