Link `isRelated` schema.org to parent `Product` when not contained in child element

前端 未结 1 1650
我在风中等你
我在风中等你 2021-01-17 04:51

I\'m trying to indicate multiple related products on a product page using schema.org microdata. But the child products are orphaned because they are not contained in the par

1条回答
  •  [愿得一人]
    2021-01-17 05:19

    You don’t use itemref correctly.

    You’d have to specify itemref on the main product instead of the related products:

    Product
    Product 1
    Product 2

    0 讨论(0)
提交回复
热议问题