core + attic ():

makesOffer

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

Thing > Property > makesOffer

A pointer to products or services offered by the organization or person.

Usage: Between 10,000 and 50,000 domains

Inverse-property: offeredBy.

Values expected to be one of these types
Offer
Used on these types
Organization
Person

Acknowledgement

This term uses terminology from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web. More information about GoodRelations can be found at http://purl.org/goodrelations/.



Examples

Example 1
  1. <body>
  2.   <main>
  3.     <article>
  4.       <h1>
  5.          <a href="http://example.com/explosive-tennis-balls">Explosive tennis balls</a>
  6.       </h1>
  7.       <img alt="Explosive tennis balls" title src="http://example.com/explosive-tennis-balls.jpg" />
  8.       <p >
  9.         $29.99 - In stock
  10.       </p>
  11.       <p >
  12.         Tickle your friends!<br />
  13.         Surprise your opponent!
  14.       <p>
  15.     </article>
  16.   </main>
  17.   <footer>
  18.     <p>
  19.       © <span>2015</span> - <span property="name">Acme Inc</span>
  20.     </p>
  21.     <ul>
  22.       <li><a href="https://twitter.com/AcmeInc">Twitter</a></li>
  23.       <li><a href="https://www.facebook.com/AcmeInc">Facebook</a></li>
  24.       <li><a href="https://plus.google.com/u/0/+AcmeInc/">Google+</a></li>
  25.     </ul>
  26.   </footer>
  27. </body>
  1. <!— No Microdata example yet —>
  1. <body vocab="http://schema.org/" resource="http://example.com/explosive-tennis-balls" typeof="ItemPage">
  2.   <link property="copyrightHolder publisher" href="#Organization" />
  3.   <main>
  4.     <article resource="#Product" property="mainEntity" typeof="Product">
  5.       <h1 property="name">
  6.          <a property="url" href="http://example.com/explosive-tennis-balls">Explosive tennis balls</a>
  7.       </h1>
  8.       <img property="image" alt="Explosive tennis balls" title src="http://example.com/explosive-tennis-balls.jpg" />
  9.       <p resource="#Offer" property="offers" typeof="Offer">
  10.         <meta property="priceCurrency" content="USD" />
  11.         <meta property="price" content="1000.00" />
  12.         <link property="availability" href="InStock" />
  13.         <link property="itemOffered" href="#Product" />
  14.         <link property="businessFunction" href="http://purl.org/goodrelations/v1#Sell" />
  15.         <link rev="makesOffer" href="#Organization" />
  16.         $29.99 - In stock
  17.       </p>
  18.       <p property="description">
  19.         Tickle your friends!<br />
  20.         Surprise your opponent!
  21.       <p>
  22.     </article>
  23.   </main>
  24.   <footer>
  25.     <p resource="#Organization" typeof="Organization">
  26.       © <span resource="#CopyrightYear" typeof="rdfa:Pattern">2015</span> - <span property="name">Acme Inc</span>
  27.       <link property="logo" href="http://example.com/acme-inc-logo.jpg" />
  28.       <link property="url" href="http://example.com" />
  29.       <link property="rdfa:copy" href="#SameAsResource"/>
  30.     </p>
  31.     <ul resource="#SameAsResource" typeof="rdfa:Pattern">
  32.       <li><a property="sameAs" href="https://twitter.com/AcmeInc">Twitter</a></li>
  33.       <li><a property="sameAs" href="https://www.facebook.com/AcmeInc">Facebook</a></li>
  34.       <li><a property="sameAs" href="https://plus.google.com/u/0/+AcmeInc/">Google+</a></li>
  35.     </ul>
  36.   </footer>
  37. </body>
  1. <script type="application/ld+json">
  2. {
  3.   "@context":"http://schema.org",
  4.   "@id":"http://example.com/explosive-tennis-balls",
  5.   "@type":"ItemPage",
  6.   "copyrightYear":"2015",
  7.   "copyrightHolder":{"@id":"#Organization"},
  8.   "publisher":{"@id":"#Organization"},
  9.   "mainEntity":{
  10.     "@id":"#Product",
  11.     "@type":"Product",
  12.     "name":"Explosive tennis balls",
  13.     "description":"Tickle your friends! Surprise your opponent!",
  14.     "image":"http://example.com/explosive-tennis-balls.jpg",
  15.     "url":"http://example.com/explosive-tennis-balls",
  16.     "offers":{
  17.       "@id":"#Offer",
  18.       "@type":"Offer",
  19.       "priceCurrency":"USD",
  20.       "price":"1000.00",
  21.       "availability":"http://schema.org/InStock",
  22.       "itemOffered":{"@id":"#Product"},
  23.         "offeredBy":{
  24.           "@id":"#Organization",
  25.           "@type":"Organization",
  26.           "name":"Acme Inc",
  27.           "logo":"http://example.commple.com/acme-inc-logo.jpg",
  28.           "url":"http://example.com/",
  29.           "sameAs":["https://twitter.com/AcmeInc","https://www.facebook.com/AcmeInc","https://plus.google.com/u/0/+AcmeInc/"]
  30.         }
  31.     }
  32.   }
  33. }
  34. </script>

Schema Version 3.2