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?
Yes, the
price
property is not defined for theProduct
type.You might want to use the
Offer
type. EitherProduct
), orProduct
(related viaoffers
/itemOffered
).