Tuesday, February 5, 2013

Book Schema

The Catcher in the Rye - Mass Market Paperback by
4 stars - 3077 reviews
Price: $6.99 In Stock

Code:

  1. <div itemprop="breadcrumb">
  2.   <a href="category/books.html">Books</a> >
  3.   <a href="category/books-literature.html">Literature & Fiction</a> >
  4.   <a href="category/books-classics">Classics</a>
  5. </div>

  6. <div itemscope itemtype="http://schema.org/Book">

  7. <img itemprop="image" src="catcher-in-the-rye-book-cover.jpg" />
  8. <span itemprop="name">The Catcher in the Rye</span> -
  9.  <link itemprop="bookFormat" href="http://schema.org/Paperback">Mass Market Paperback
  10. by <a itemprop="author" href="/author/jd_salinger.html">J.D. Salinger</a>

  11. <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  12.   <span itemprop="ratingValue">4</span> stars -
  13.   <span itemprop="reviewCount">3077</span> reviews
  14. </div>

  15. <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
  16.   Price: <span itemprop="price">$6.99</span>
  17.   <meta itemprop="priceCurrency" content="USD" />
  18.   <link itemprop="availability" href="http://schema.org/InStock">In Stock
  19. </div>


No comments:

Post a Comment