admin管理员组

文章数量:1130349

On a single product page I have two Product types. One has only "name" and "sku" and the other has more properties. Which will Google take into account?

On a single product page I have two Product types. One has only "name" and "sku" and the other has more properties. Which will Google take into account?

Share Improve this question edited Oct 23, 2018 at 13:08 Klevis Miho asked Oct 22, 2018 at 14:31 Klevis MihoKlevis Miho 5071 gold badge4 silver badges12 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

If you are interested in a way to avoid the uncertainty (as Google will most likely never document what they’ll do in such a case, and it could change anytime, or depend on additional signals etc.):

Give both Product items the same URI as ID. This conveys to consumers that both of the Product items are about the same product, not different products. Here is an example with all three syntaxes (JSON-LD, Microdata, RDFa).

(Of course, the ideal solution would be to have only one Product item in the first place, but this is often impossible or hard to implement.)

Helpful if you shared the markup.

You can always check to see what Google sees with their structured date testing tool: https://search.google/structured-data/testing-tool

On a single product page I have two Product types. One has only "name" and "sku" and the other has more properties. Which will Google take into account?

On a single product page I have two Product types. One has only "name" and "sku" and the other has more properties. Which will Google take into account?

Share Improve this question edited Oct 23, 2018 at 13:08 Klevis Miho asked Oct 22, 2018 at 14:31 Klevis MihoKlevis Miho 5071 gold badge4 silver badges12 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 1

If you are interested in a way to avoid the uncertainty (as Google will most likely never document what they’ll do in such a case, and it could change anytime, or depend on additional signals etc.):

Give both Product items the same URI as ID. This conveys to consumers that both of the Product items are about the same product, not different products. Here is an example with all three syntaxes (JSON-LD, Microdata, RDFa).

(Of course, the ideal solution would be to have only one Product item in the first place, but this is often impossible or hard to implement.)

Helpful if you shared the markup.

You can always check to see what Google sees with their structured date testing tool: https://search.google/structured-data/testing-tool

本文标签: woocommerce offtopicMultiple Schemaorg markups on a single product page