gpt4 book ai didi

json - 架构 - 星级评分从 Google : “The review does not have a reviewed item with a name specified” 中消失

转载 作者:行者123 更新时间:2023-12-02 04:23:01 31 4
gpt4 key购买 nike

当我的网页出现在 Google 搜索结果中时,我的网页的视觉星级评分已经消失(它曾经显示直到最近)。它曾经与页面一起显示。

我运行了结构化数据测试工具并得到了这个结果:

“该评论没有指定名称的评论项目。”

AggregateRating1 ERROR0 WARNINGSexpand_less @type

AggregateRating ratingValue

5 评论计数

4 项已审核

@类型

产品取消

“该评论没有指定名称的评论项目”。

这是代码:

知道出了什么问题,或者任何人都可以正确编辑代码吗?我是编码和最多使用猜测的外行。


5 颗星 - 基于 4 条评论

最佳答案

为了修复它,我必须将它添加到我的 H1 标签中:
<h1 itemprop="name">Text</h1>
* 完整代码 *

<meta itemprop="name" content="item name" />
<meta itemprop="description" content="item description." />
<meta itemprop="datePublished" content="date added" />
<meta itemprop="url" content="url" />
<meta itemprop="image" content="thumb" />

<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="bestRating" content="5" />
<meta itemprop="worstRating" content="1" />
<meta itemprop="ratingValue" content="rank" />
<meta itemprop="ratingCount" content="rates" />
</div>

你可以看到它适用于上面的例子:
Google Structured Data Success

这是一个没有上面例子的页面
Google Structured Data Faild

希望它可以帮助你。

关于json - 架构 - 星级评分从 Google : “The review does not have a reviewed item with a name specified” 中消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58005115/

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