Thing > Intangible > Offer

售出该项的一份报价,如售出一个产品,一个电影DVD或比赛项目门票的报价。
属性 预期类型 描述
Thing的属性
additionalType URL 该项的一个附加类型, 通常用于从外部词典中向微数据语法添加更加具体的类型。它表示事物和事物本身所属的类之间的关系。在RDFa语法中, 对多类型最好使用‘typeof’属性这样的本地RDFa语法. Schema.org 工具对额外类型的理解较弱,特别是外部定义的额外类型。
description Text 该项的一个简单描述。
image URL 该项的图像URL地址。
name Text 该项的名称。
url URL 该项的URL地址。
Offer的属性
aggregateRating AggregateRating 基于该项的一系列评论或评价的一个总体评价。
availability ItemAvailability 该项所处的可用性—如在库、出库、预定等等。
itemCondition OfferItemCondition 出售的该项自身状况—如全新、翻新、二手等等。
itemOffered Product 该项正在出售。
price Number or Text 该产品的售价。
priceCurrency Text 售价的货币(具体格式见SO 4217 format)类型。
priceValidUntil Date 此日期过后,该售价不可用。
review Review 该项的评论。
reviews Review 该项的评论(拼写的单数形式, review)。
seller Organization 产品的推销员。

更多具体类型

Schema Draft Version 0.97

例 1

原 HTML:

 Kenmore White 17英寸 微波炉 <img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' /> 评价 3.5/5 基于11个用户评论  $55.00 有库存  产品描述: 0.7 立方英尺.有六种烹饪策略可选,并且提供了便捷操作如,继续烹饪一分钟和儿童锁等等  用户评价:  一个不愉快的露营 - 曾兰留,2011年4月1号 1/5 星 灯烧坏了,现在不得不更换一个。   性价比高 - 欧阳克, 2011年3月25号 4/5 星 这个价格段中非常棒的一款微波炉。 非常小巧适合我的公寓。 ... 


加上微数据:
 <div itemscope itemtype="http://schema.org/Product">   <span itemprop="name">Kenmore White 17英寸 微波炉</span>   <img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' />   <div itemprop="aggregateRating"     itemscope itemtype="http://schema.org/AggregateRating">    Rated <span itemprop="ratingValue">3.5</span>/5    based on <span itemprop="reviewCount">11</span> 用户评论   </div>    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">     <span itemprop="price">$55.00</span>     <link itemprop="availability" href="http://schema.org/InStock" />有库存   </div>   产品描述:   <span itemprop="description">0.7 立方英尺。有六种烹饪策略可选,并且提供了便捷操作如,继续烹饪一分钟和儿童锁等等 。</span>  用户评论:    <div itemprop="review" itemscope itemtype="http://schema.org/Review">     <span itemprop="name">Not a happy camper</span> -     by <span itemprop="author">曾兰留</span>,     <meta itemprop="datePublished" content="2011-04-01">2011年4月1号    <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">       <meta itemprop="worstRating" content = "1">       <span itemprop="ratingValue">1</span>/       <span itemprop="bestRating">5</span>星   </div>     <span itemprop="description">灯烧坏了,现在不得不更换一个。 </span>   </div>    <div itemprop="review" itemscope itemtype="http://schema.org/Review">     <span itemprop="name">性价比高</span> -     by <span itemprop="author">欧阳克</span>,     <meta itemprop="datePublished" content="2011-03-25">2011年3月25号     <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">       <meta itemprop="worstRating" content = "1"/>       <span itemprop="ratingValue">4</span>/       <span itemprop="bestRating">5</span>星    </div>     <span itemprop="description">这个价格段中非常棒的一款微波炉. 非常小巧适合我的公寓。</span>   </div>   ... </div> 



例 2

原 HTML:

 <img src="dell-30in-lcd.jpg" /> 戴尔 UltraSharp 30" LCD 显示屏 87 out of 100 基于24个用户评价  8个经销商价格从$1250 到 $1495   经销商: <a href="save-a-lot-monitors.com/dell-30.html">   广埠屯电脑大世界 - $1250</a> <a href="jondoe-gadgets.com/dell-30.html">  中关村电脑城 - $1350</a> ... 


加上微数据:
 <div itemscope itemtype="http://schema.org/Product">   <img itemprop="image" src="dell-30in-lcd.jpg" />   <span itemprop="name">戴尔 UltraSharp 30" LCD 显示屏</span>    <div itemprop="aggregateRating"     itemscope itemtype="http://schema.org/AggregateRating">     <span itemprop="ratingValue">87</span>     out of <span itemprop="bestRating">100</span>    基于 <span itemprop="ratingCount">24</span> 用户评价   </div>    <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">     <span itemprop="lowPrice">$1250</span>     到<span itemprop="highPrice">$1495</span>    从 <span itemprop="offerCount">8</span> 经销商    经销商:   <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">     <a itemprop="url" href="save-a-lot-monitors.com/dell-30.html">      广埠屯电脑大世界 - $1250</a>   </div>   <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">     <a itemprop="url" href="jondoe-gadgets.com/dell-30.html">     中关村电脑城 - $1350</a>   </div>   ... </div> 

例 3

原 HTML:

 <a href="category/books.html">书</a> >  <a href="category/books-literature.html">文学&小说</a> >  <a href="category/books-classics">分类</a>  <img src="catcher-in-the-rye-book-cover.jpg" /> 麦田里的守望者 - 大众市场出版社 <a href="/author/jd_salinger.html">J·D·塞林格</a> 4 星 - 3077 条评论  定价: $6.99 库存产品详细信息 224 页 出版商: 里特, 布朗, and 公司 - 1991年5月1日 预言: 英语 ISBN-10: 0316769487  评论:  5 星 - <b>"文学杰作" </b> 约翰.完成于2006年5月4日  我非常喜欢这本书。它能够捕捉到人们面对的基本挑战,书中试图理解他们的生活以及成长过程 4 星 - <b>"超级喜欢!!!" </b> 李斯, 写于2006年6月15日  “麦田里的守望者”是一本有趣、值得回味的书。


加微数据:
 <body itemscope itemtype="http://schema.org/WebPage"> ... <div itemprop="breadcrumb">   <a href="category/books.html">书</a> >   <a href="category/books-literature.html">文学&小说</a> >   <a href="category/books-classics">分类</a> </div>  <div itemscope itemtype="http://schema.org/Book">  <img itemprop="image" src="catcher-in-the-rye-book-cover.jpg" /> <span itemprop="name">麦田里的守望者</span> -  <link itemprop="bookFormat" href="http://schema.org/Paperback">大众市场出版社 <a itemprop="author" href="/author/jd_salinger.html">J.D. 塞林格</a>  <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">   <span itemprop="ratingValue">4</span> 星 -   <span itemprop="reviewCount">3077</span> 评论 </div>  <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">   定价: <span itemprop="price">$6.99</span>   <meta itemprop="priceCurrency" content="USD" />   <link itemprop="availability" href="http://schema.org/InStock">库存</div>  产品详细信息 <span itemprop="numberOfPages">224</span> 页 出版商: <span itemprop="publisher">里特, 布朗, 和 公司</span> -  <meta itemprop="datePublished" content="1991-05-01">1991年5月1日 语言: <span itemprop="inLanguage">英语</span> ISBN-10: <span itemprop="isbn">0316769487</span>  评论:  <div itemprop="review" itemscope itemtype="http://schema.org/Review">   <span itemprop="reviewRating">5</span> 星 -   <b>"<span itemprop="name">文学杰作</span>" </b>   by <span itemprop="author">约翰</span>,   完成于 <meta itemprop="datePublished" content="2006-05-04">2006年5月4日   <span itemprop="reviewBody">我非常喜欢这本书。它能够捕捉到人们面对的基本挑战,书中试图理解他们的生活以及成长过程</span> </div>  <div itemprop="review" itemscope itemtype="http://schema.org/Review">   <span itemprop="reviewRating">4</span> 星 -   <b>"<span itemprop="name">A good read.</span>" </b>   by <span itemprop="author">李斯</span>,  写于 <meta itemprop="datePublished" content="2006-06-15">2006年6月15日  <span itemprop="reviewBody">“麦田里的守望者”是一本有趣、值得回味的书。</span> </div>  </div> ... </body>