【发布时间】:2016-08-02 15:13:19
【问题描述】:
如何在 Google Rich Snippet 中显示指向评论来源的可点击链接?
我的 JSON-LD:
"review": [
{
"@type": "Review",
"name": "some topic",
"author": "all users",
"datePublished": "2016-08-02",
"description": "<a href="http://some.page.eu>check out</a>",
"reviewRating": {
"@type": "Rating",
"bestRating": "5.0",
"ratingValue": "5.0",
"worstRating": "5.0"
}
【问题讨论】:
-
你能提供更多细节吗? JSON-LD(在
script数据块中)通常是隐藏的。为什么要在 JSON-LD 而不是 HTML 中提供超链接? -
您好,这是由 google 搜索引擎使用的,以及它作为搜索结果的显示方式。我正在寻找不仅显示“ReviewRating”而且还显示此评论来源的方法。
-
好的,您的意思是显示在 Google Rich Snippet 中,而不是在您的页面上?
-
是的,这就是我要找的。span>
标签: seo schema.org json-ld google-rich-snippets