Mobile app version of vmapp.org
Login or Join
Ann8826881

: Ideally on both. But if you have to choose, provide it on the detail page, because search engines that offer a product rich result will of course show this for detail pages, not for listing

@Ann8826881

Ideally on both. But if you have to choose, provide it on the detail page, because search engines that offer a product rich result will of course show this for detail pages, not for listing pages.

You can convey the difference between detail and listing pages with Schema.org, too:


On the detail page, you can use ItemPage→mainEntity→Product.
On the listing page, you can use CollectionPage→mainEntity→ItemList (where each Product can be specified with itemListElement).


For each Product on the listing pages, provide the url property (if you want, together with the mainEntityOfPage property) to link to the product’s detail page:

<a itemprop="url mainEntityOfPage" href="/products/42"><!-- … --></a>

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Ann8826881

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme