offers

Canonical URL: http://schema.org/offers

Thing > Property > offers

An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.

Usage: Over 1,000,000 domains
Values expected to be one of these types
Offer
Used on these types
AggregateOffer
CreativeWork
Event
Product
Service


Examples

Example 1
  1. <img src="dell-30in-lcd.jpg" alt="A Dell UltraSharp monitor" />
  2. Dell UltraSharp 30" LCD Monitor
  3. 87 out of 100 based on 24 user ratings
  4. $1250 to $1495 from 8 sellers
  5. Sellers:
  6. <a href="save-a-lot-monitors.com/dell-30.html">
  7.   Save A Lot Monitors - $1250</a>
  8. <a href="jondoe-gadgets.com/dell-30.html">
  9.   Jon Doe's Gadgets - $1350</a>
  10. ...
  1. <div itemscope itemtype="http://schema.org/Product">
  2.   <img itemprop="image" src="dell-30in-lcd.jpg" alt="A Dell UltraSharp monitor"/>
  3.   <span itemprop="name">Dell UltraSharp 30" LCD Monitor</span>
  4.   <div itemprop="aggregateRating"
  5.     itemscope itemtype="http://schema.org/AggregateRating">
  6.     <span itemprop="ratingValue">87</span>
  7.     out of <span itemprop="bestRating">100</span>
  8.     based on <span itemprop="ratingCount">24</span> user ratings
  9.   </div>
  10.   <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
  11.     <span itemprop="lowPrice">$1250</span>
  12.     to <span itemprop="highPrice">$1495</span>
  13.     from <span itemprop="offerCount">8</span> sellers
  14.     Sellers:
  15.     <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
  16.         <a itemprop="url" href="save-a-lot-monitors.com/dell-30.html">
  17.         Save A Lot Monitors - $1250</a>
  18.     </div>
  19.     <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
  20.         <a itemprop="url" href="jondoe-gadgets.com/dell-30.html">
  21.         Jon Doe's Gadgets - $1350</a>
  22.     </div>
  23.   </div>
  24.   ...
  25. </div>
  1. <div vocab="http://schema.org/" typeof="Product">
  2.   <img property="image" src="dell-30in-lcd.jpg" alt="A Dell UltraSharp monitor"/>
  3.   <span property="name">Dell UltraSharp 30" LCD Monitor</span>
  4.   <div property="aggregateRating"
  5.      typeof="AggregateRating">
  6.     <span property="ratingValue">87</span>
  7.     out of <span property="bestRating">100</span>
  8.     based on <span property="ratingCount">24</span> user ratings
  9.   </div>
  10.   <div property="offers" typeof="AggregateOffer">
  11.     <span property="lowPrice">$1250</span>
  12.     to <span property="highPrice">$1495</span>
  13.     from <span property="offerCount">8</span> sellers
  14.   Sellers:
  15.   <div property="offers" typeof="Offer">
  16.     <a property="url" href="save-a-lot-monitors.com/dell-30.html">
  17.      Save A Lot Monitors - $1250</a>
  18.   </div>
  19.   <div property="offers" typeof="Offer">
  20.     <a property="url" href="jondoe-gadgets.com/dell-30.html">
  21.      Jon Doe's Gadgets - $1350</a>
  22.   </div>
  23.   ...
  24. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org",
  4.   "@type": "Product",
  5.   "aggregateRating": {
  6.     "@type": "AggregateRating",
  7.     "bestRating": "100",
  8.     "ratingCount": "24",
  9.     "ratingValue": "87"
  10.   },
  11.   "image": "dell-30in-lcd.jpg",
  12.   "name": "Dell UltraSharp 30\" LCD Monitor",
  13.   "offers": {
  14.     "@type": "AggregateOffer",
  15.     "highPrice": "$1495",
  16.     "lowPrice": "$1250",
  17.     "offerCount": "8",
  18.     "offers": [
  19.       {
  20.         "@type": "Offer",
  21.         "url": "save-a-lot-monitors.com/dell-30.html"
  22.       },
  23.       {
  24.         "@type": "Offer",
  25.         "url": "jondoe-gadgets.com/dell-30.html"
  26.       }
  27.     ]
  28.   }
  29. }
  30. </script>
Example 2
  1. <a href="nba-miami-philidelphia-game3.html">
  2. NBA Eastern Conference First Round Playoff Tickets:
  3.  Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
  4. </a>
  5. Thu, 04/21/16
  6. 8:00 p.m.
  7. <a href="wells-fargo-center.html">
  8. Wells Fargo Center
  9. </a>
  10. Philadelphia, PA
  11. Priced from: $35
  12. 1938 tickets left
  1. <div itemscope itemtype="http://schema.org/Event">
  2.   <a itemprop="url" href="nba-miami-philidelphia-game3.html">
  3.   NBA Eastern Conference First Round Playoff Tickets:
  4.   <span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
  5.   </a>
  6.   <meta itemprop="startDate" content="2016-04-21T20:00">
  7.     Thu, 04/21/16
  8.     8:00 p.m.
  9.   <div itemprop="location" itemscope itemtype="http://schema.org/Place">
  10.     <a itemprop="url" href="wells-fargo-center.html">
  11.     Wells Fargo Center
  12.     </a>
  13.     <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  14.       <span itemprop="addressLocality">Philadelphia</span>,
  15.       <span itemprop="addressRegion">PA</span>
  16.     </div>
  17.   </div>
  18.   <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
  19.     Priced from: <span itemprop="lowPrice">$35</span>
  20.     <span itemprop="offerCount">1938</span> tickets left
  21.   </div>
  22. </div>
  1. <div vocab="http://schema.org/" typeof="Event">
  2.   <a property="url" href="nba-miami-philidelphia-game3.html">
  3.   NBA Eastern Conference First Round Playoff Tickets:
  4.   <span property="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
  5.   </a>
  6.   <meta property="startDate" content="2016-04-21T20:00">
  7.     Thu, 04/21/16
  8.     8:00 p.m.
  9.   <div property="location" typeof="Place">
  10.     <a property="url" href="wells-fargo-center.html">
  11.     Wells Fargo Center
  12.     </a>
  13.     <div property="address" typeof="PostalAddress">
  14.       <span property="addressLocality">Philadelphia</span>,
  15.       <span property="addressRegion">PA</span>
  16.     </div>
  17.   </div>
  18.   <div property="offers" typeof="AggregateOffer">
  19.     Priced from: <span property="lowPrice">$35</span>
  20.     <span property="offerCount">1938</span> tickets left
  21.   </div>
  22. </div>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": "http://schema.org",
  4.   "@type": "Event",
  5.   "name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
  6.   "location": {
  7.     "@type": "Place",
  8.     "address": {
  9.       "@type": "PostalAddress",
  10.       "addressLocality": "Philadelphia",
  11.       "addressRegion": "PA"
  12.     },
  13.     "url": "wells-fargo-center.html"
  14.   },
  15.   "offers": {
  16.     "@type": "AggregateOffer",
  17.     "lowPrice": "$35",
  18.     "offerCount": "1938"
  19.   },
  20.   "startDate": "2016-04-21T20:00",
  21.   "url": "nba-miami-philidelphia-game3.html"
  22. }
  23. </script>

Schema Version 3.2