Is there a problem in having same product with different names in different pages?
- by guisasso
When ot comes to structured data, schema.org for products, Is there a problem in having the same product with 2 different names in 2 different pages for layout reasons?
Example: Category page with many products. Objects appear in smaller divs that don't fit complete name vs product page totally dedicated to one product that fits all the information.
Category Page:
<span itemprop="name">Dell 30" Monitor</span>
Product Page:
<span itemprop="name">Dell UltraSharp 30" LCD Monitor</span>
Thanks