问题
I have a webshop. On the product detail pages I use the Product
type from schema.org: http://schema.org/Product
It supports the properties name
, description
, image
and url
.
However, it does not seem to support the inclusion of a "price" property, based on for example https://schema.org/price
I find it weird that the Product
definition does not seem to support a price. Or am I using the wrong type?
回答1:
Yes, the price property is not defined for the Product type.
You might want to use the Offer type. Either
- on its own (instead of
Product
), or - in combination with
Product
(related via offers/itemOffered).
来源:https://stackoverflow.com/questions/25954305/schema-org-product-type-has-no-property-price