例如,我有一个提供酒店房间的网站。此类优惠的价格通常是“按每晚 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>
如您所见,单位“每晚人数”实际上没有给出单位代码。所以问题是:这个单元的 UN/CEFACT 代码是什么?