SEO List列表的结构化数据 方案
因为针对文章、产品、视频、评价之类的,Google 都有相应的结构化数据,用来优化搜索结果卡片的展示。
但是针对于列表页,到底要不要添加结构化数据呢?如果要添加结构化数据的话,又要怎么添加呢?
咨询过Google大客户经理后,Google给的建议是:也可以添加,今天就带大家一起来添加一下列表页的结构化数据吧。
SEO 列表页的结构化添加方式
可以参照:https://schema.org/ItemList
然后对应的阿里巴巴 产品List页的结果就如下:
{
"@context": "http://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"item": {
"@type": "Product",
"image": "https://s.alicdn.com/@sc04/kf/H78ded05f980d446d9020f509ae76c9e7M.jpg_200x200.jpg",
"name": "Alibaba online shopping New Arrivals V Neck Straps Women Sexy Bandage Dress Worldwide Shipping",
"url": "https://www.alibaba.com/showroom/alibaba-dresses.html#product-2",
"offers": {
"@type": "Offer",
"offerCount": 1,
"availability": "http://schema.org/InStock",
"priceCurrency": "USD",
"price": "4"
},
"review": [
{
"@type": "Review",
"author": "anonymous",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.7",
"bestRating": "5"
}
}
]
}
}
]
}
最后在Google的卡片样式上就会展示为如下图:
产品结构化数据应用后的其他效果
-
图片搜索 添加了 产品结构化数据后的效果展示:
-
默认搜索结果页的 产品结构化数据效果展示:
我们可以看到,Google 甚至把产品的属性信息都可以展示出来,这样首先从展示卡片的位置上占了更多的空间,也就意味着曝光的增加。
而同时,因为有评价信息,用户的CTR也会获得相应的提升。
结构化数据其他添加方式
如果你的网站还没有添加结构化数据,抓紧行动吧。
参考:https://developers.google.com/search/docs/advanced/structured-data/product?hl=zh-cn
添加完成后,也不要忘记去验证一下自己的代码
https://search.google.com/test/rich-results
赛文市场营销