gpt4 book ai didi

seo - Google Rich Results Test - 项目不支持评论

转载 作者:行者123 更新时间:2023-12-04 16:32:19 24 4
gpt4 key购买 nike

我在 Google 的 Rich Results Test 上尝试了很多东西,但遇到了这个问题。

<html>
<head>
<title>Test SEO</title>
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Service",
"name":"ABC",
"aggregateRating":{
"@type":"AggregateRating",
"ratingValue":5,
"reviewCount":2
},
"review":[
{
"@type":"Review",
"name": "ABC",
"author": {
"@type": "Person",
"name": "David A"
},
"reviewBody":"Awesome",
"reviewRating":{
"@type":"Rating",
"ratingValue":5
}
},
{
"@type":"Review",
"name": "ABC",
"author": {
"@type": "Person",
"name": "David B"
},
"reviewBody":"Great",
"reviewRating":{
"@type":"Rating",
"ratingValue":5
}
}
]
}
</script>
</head>
<body>
</body>
</html>
当我运行测试时,它返回了 3 个错误,其中 2 个说 Item does not support reviews ,其中 1 个说​​ Invalid object type for field 'itemReviewed' .
对于第一个错误,我不确定为什么会出现错误,因为我提供了 review 的所有必填字段( https://developers.google.com/search/docs/advanced/structured-data/review-snippet#review-properties )。
至于第二个错误,我想我再次根据 https://developers.google.com/search/docs/advanced/structured-data/review-snippet#aggregated-rating-type-definition 提供了所有需要的字段,但仍然返回该错误。
我没有提供 itemReviewed对于任一对象,由于文档指示它是否嵌套,因此可以省略。

最佳答案

所以我找到的最佳答案是:https://support.google.com/webmasters/thread/38450143/doubts-about-service-schema?hl=en
似乎即使 Schema.org支持 Service ,就其外观而言,它不是 Google 支持的架构类型的一部分( https://developers.google.com/search/blog/2019/09/making-review-rich-results-more-helpful )。
作为引用,this is an example来自他们的文档,如果您更改 @type来自 ProductService ,您会看到类似的错误弹出。
我想这里的解决方案是从 Service 更新至 Product ,但考虑到 GSC(谷歌搜索控制台)直到现在才发出警告,这有点奇怪......

关于seo - Google Rich Results Test - 项目不支持评论,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69653110/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com