Schema.org Product type has no property price?

前端 未结 1 1569
一个人的身影
一个人的身影 2021-01-27 09:26

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

相关标签:
1条回答
  • 2021-01-27 10:02

    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).
    0 讨论(0)
提交回复
热议问题