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

标签 html seo schema.org google-rich-snippets

我已经在一个页面上实现了与此类似的 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/ .他们目前似乎不提供产品列表的丰富网页摘要(their Product Rich Snippetonly for pages about a single product)。

关于html - 多个 Schema.org 产品项目及其在搜索引擎结果中的外观如何?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33174785/

相关文章:

html - 有没有办法在 <select> 中包含一些文本(不是选项)?

javascript - Youtube 数据 API 视频嵌入限制

seo - 我如何让 Google 索引对我网站的关键字所做的更改?

html - 使用 <nav-ul-li> 导航与使用 <div> 导航

mobile - 如何创建M-dot网站?

navigation - JSON-LD 中 SiteNavigationElement 的正确语法和用法

html - 在 overflow hidden 的父级中显示 div 元素

javascript - 使用 JavaScript 变量填充 HTML 标签

gmail - 架构未显示在 Google Now 或 Google 搜索中

html - 使用结构化数据设置多个评论的服务详细信息