我已添加架构标签,以便在Google搜索中显示星级,如屏幕截图所示
我添加了以下代码
<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>
但是它没有被谷歌显示。我不知道问题是什么。我还从架构分析器中验证了架构标记及其功能。请帮助我了解我在这里做错了什么。预先感谢。
答案 0 :(得分:0)
即使标记在语法上正确,Google也不总是显示评论星号。查看Google结构化数据指南。
一些可能的原因: