Wordpress 查看搜索结果中未出现的星级(SERP)

Wordpress 查看搜索结果中未出现的星级(SERP),wordpress,schema.org,json-ld,serp,Wordpress,Schema.org,Json Ld,Serp,我正试图让评级星显示在谷歌SERP上,并根据Schema.org实现了适用的标记 <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "Product", "name": "Earnin

我正试图让评级星显示在谷歌SERP上,并根据Schema.org实现了适用的标记

<script type="application/ld+json">
      {
        "@context": "https://schema.org/",
        "@type": "Product",
        "name": "Earning platform",
        "image": [
          "image.webp"
         ],
        "description": " A Detailed Guide On The Investment & Earning Platform",
        "sku": "1234567890",
        "mpn": "934522",
        "brand": {
          "@type": "Brand",
          "name": "ACME"
        },
        "review": {
          "@type": "Review",
          "reviewRating": {
            "@type": "Rating",
            "ratingValue": "4",
            "bestRating": "5"
          },
          "author": {
            "@type": "Person",
            "name": "abc"
          }
        },
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "4.4",
          "reviewCount": "89"
        },
        "offers": {
          "@type": "AggregateOffer",
          "offerCount": "5",
          "lowPrice": "0.00",
          "highPrice": "00.00",
          "priceCurrency": "USD"
        }
      }
    </script>

{
“@context”:”https://schema.org/",
“@type”:“产品”,
“名称”:“盈利平台”,
“图像”:[
“image.webp”
],
“说明”:“投资和盈利平台详细指南”,
“sku”:“1234567890”,
“mpn”:“934522”,
“品牌”:{
“@type”:“Brand”,
“名称”:“ACME”
},
“审查”:{
“@type”:“Review”,
“复习”:{
“@type”:“评级”,
“额定值”:“4”,
“最佳评级”:“5”
},
“作者”:{
“@type”:“Person”,
“名称”:“abc”
}
},
“聚合”:{
“@type”:“聚合”,
“额定值”:“4.4”,
“reviewCount”:“89”
},
“提议”:{
“@type”:“AggregateOffer”,
“报价金额”:“5”,
“低价”:“0.00”,
“高价”:“00.00”,
“价格货币”:“美元”
}
}
有了谷歌的测试工具,一切都很好,测试工具的预览中也会显示星星,但SERP中没有星星。

即使您的代码是正确的,谷歌也不能保证显示丰富的代码片段。根据其:

使用结构化数据可以显示功能,但不会 保证它会出现


如果你做了一个站点:在页面上搜索,你看到星星了吗?它绕过了一些质量检查,因此可以显示您是否通过了基本检查。此外,谷歌目前在索引方面遇到了一些问题,因此可能会有更长的延迟。感谢您的回复。。。添加此脚本已经36天了。。。仍然没有得到评论。