用于网站评级/评论的Google模式标记不起作用

时间:2018-11-18 15:27:53

标签: schema.org google-schemas

我已添加架构标签,以便在Google搜索中显示星级,如屏幕截图所示 enter image description here

我添加了以下代码

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "WebSite",
    "url": "https://mysiteexample.com",
    "potentialAction": { "@type": "SearchAction",
    "target": "https://mysiteexample.com/search/?keyword={search_term_string}",
    "query-input": "required name=search_term_string" },
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.8",
        "bestRating": "5.0",
        "ratingCount": "45"
    }
}
</script>

但是它没有被谷歌显示。我不知道问题是什么。我还从架构分析器中验证了架构标记及其功能。请帮助我了解我在这里做错了什么。预先感谢。

1 个答案:

答案 0 :(得分:0)

即使标记在语法上正确,Google也不总是显示评论星号。查看Google结构化数据指南。

一些可能的原因:

  • WebSite不是可以获得评论星标的指定类型
  • 带有标记的页面应与正在使用的内容明确相关 已审核
  • 评论应该在页面上非常明显
  • 评论应直接在页面上获取(提交评论 选项?)
  • 首页没有获得评论星标