我有一个网站提供,例如,酒店房间。这种报价的价格通常“以每晚2人为基础”;意思是价格显示的是每个人付出的代价,因为他/她与另一个人分享房间。
这是代码片段:
<section itemscope itemtype="http://schema.org/Product"
itemid="urn:www.example.com:products/1">
<p itemprop="name">Hotel La Moka</p>
<section itemprop="offers"
itemscope
itemtype="http://schema.org/Offer">
Price:
<span itemprop="price" itemscope
itemtype="http://schema.org/UnitPriceSpecification">
From <span itemprop="minPrice">56</span>
<meta itemprop="currency" content="EUR"> €
On the basis of <span itemprop="billingIncrement">2</span>
<meta itemprop="unitCode" content="WHAT??"> persons per night.</span>
</section>
</section>
如您所见,单位“每晚人数”实际上并未给出unitCode。所以问题是:这个单位的UN / CEFACT代码是什么?
答案 0 :(得分:0)
我建议您使用schema.org/Hotel标记,并且对于您的价格,您可以使用pricerange itemprop。您可以在架构标记之外列出其他详细信息和文本,例如“基于双重占用的价格”。
答案 1 :(得分:0)
供您参考:我是GoodRelations的ACCO扩展[1]的作者,我希望在接下来的几个月内将其变成schema.org的扩展提案,这样我们就可以更好地支持酒店在schema.org中。等。