2 itemprops for 2 colors of the same product?
In a product with two colors, is it better to use two itemprop items or just one? <meta itemprop="color" content="red" /> <meta itemprop="color" content="black" /> Or <meta itemprop="color" content="red and black" /> I am using https://schema.org/ vocabulary. unor From the Microdata perspective, both ways are possible. The difference is that you are adding two values in the first case, and one value in the second case. From the Schema.org perspective, we’d have to understand how this property was meant to be used. The description of color says: The color of the product. It uses singular here,