多个 Schema.org 产品项目和它在搜索引擎结果中会是什么样子? [英] Multiple Schema.org Product items & how will it look like in search engine result?

查看:63
本文介绍了多个 Schema.org 产品项目和它在搜索引擎结果中会是什么样子?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

<span itemprop="name">测试名称 1</span><img src="test1.jpg"/><span itemprop="description">描述测试1</span><span itemprop="sku">#001</span>

<div itemscope itemtype="http://schema.org/Product"><span itemprop="name">测试名称 2</span><img src="test2.jpg"/><span itemprop="description">描述测试2</span><span itemprop="sku">#002</span>

<div itemscope itemtype="http://schema.org/Product"><span itemprop="name">测试名称 3</span><img src="test3.jpg"/><span itemprop="description">描述测试3</span><span itemprop="sku">#003</span>

所以,我想知道在一个页面中包含三个 Product 模式是否可以.以及它在 Google 搜索引擎结果中的样子?

解决方案

在一个页面上有多个 Product 项目非常好.这甚至很常见,例如对于列出多个产品的类别或搜索页面.

Google 搜索使用此标记执行或不执行的操作可能随时发生变化.他们的文档位于 https://developers.google.com/structured-data/.似乎他们目前没有为产品列表提供丰富的代码片段(他们的产品丰富代码段仅适用于关于单个产品的页面).

I have implemented the Product Schema.org type similar to this on one single page:

<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>

So, I am wondering whether this is okay to have three Product schemas in one page. And how it will look like on Google Search engine results?

解决方案

It’s perfectly fine to have multiple Product items on one page. This is even pretty common, for example for category or search pages listing several products.

What Google Search does or does not do with this markup may change at any point. Their documentation is at 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).

这篇关于多个 Schema.org 产品项目和它在搜索引擎结果中会是什么样子?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
前端开发最新文章
热门教程
热门工具
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆