微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

丰富的评论摘要未显示

如何解决丰富的评论摘要未显示

过去 2 个月我一直在努力使评论摘要有效。有一次我会谷歌它并查看我的星星,但现在它又无缘无故地消失了,因为我没有做任何改变。 我还设置了规范标签代码

<script type = "application/ld+json">
        {
        "@context":"http://schema.org/","mainEntityOfPage":{
           "@type":"WebPage","@id":"https://androidshark.com/traffic-racer.html"
        },"image":"https://androidshark.com/img/icons/trafficRacer22.jpg","url":"https://androidshark.com/traffic-racer.html","description":"It’s not everyone’s cup of tea,but if you enjoy mobile games like these then this is one of the finer experiences the free side of the Play Store offers.","@type":"Product","name":"Traffic Racer Review","review":{
           "@type":"Review","datePublished":"2020-12-17T00:44:16.000Z","headline":"Traffic Racer Review - Android Shark","publisher":{
              "@type":"Organization","name":"Android Shark","logo":{
                 "@type":"ImageObject","url":"https://androidshark.com/img/razlogo.png"
              }
           },"author":{
              "@type":"Person","name":"Spike"
           },"reviewrating":{
              "@type":"rating","ratingValue":7,"worstrating":0,"bestrating":10
           }
        }
     }
    </script>

Searching google

我还多次重新索引此页面,并使用适当的 robots.txt 文件更新了站点地图。

enter image description here

这 5 个警告是可选的,例如“aggregaterating”,因为这是一个评论评论网站。 在这一点上,我不知道该怎么做。任何帮助将不胜感激。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其他元素将获得点击?
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。)
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver发生异常。为什么?
这是用Java进行XML解析的最佳库。
Java的PriorityQueue的内置迭代器不会以任何特定顺序遍历数据结构。为什么?
如何在Java中聆听按键时移动图像。
Java“Program to an interface”。这是什么意思?