多个 Schema.org 产品项目及其在搜索引擎结果中的外观如何?

Multiple Schema.org Product items & how will it look like in search engine result?

我已经在一个页面上实现了与此类似的 Product Schema.org 类型:

<div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 1</span> <img src="test1.jpg" /> <span itemprop="description">Description test 1</span> <span itemprop="sku">#001</span> </div>  

<div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 2</span> <img src="test2.jpg" /> <span itemprop="description">Description test 2</span> <span itemprop="sku">#002</span> </div> 

<div itemscope itemtype="http://schema.org/Product"> <span itemprop="name">Test name 3</span> <img src="test3.jpg" /> <span itemprop="description">Description test 3</span> <span itemprop="sku">#003</span> </div>

所以,我想知道在一页中包含三个 Product 架构是否可以。它在 Google 搜索引擎结果中的样子如何?

一个页面上有多个 Product 项目是完全可以的。这甚至很常见,例如用于列出多个产品的类别或搜索页面。

Google 搜索使用此标记做什么或不做什么可能随时更改。他们的文档位于 https://developers.google.com/structured-data/. It seems they currently don’t offer a Rich Snippet for product lists (their Product Rich Snippet is only for pages about a single product).