【问题标题】:How to add source of review (as link) in Review Rich Snippet?如何在 Review Rich Snippet 中添加评论来源(作为链接)?
【发布时间】: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


【解决方案1】:

如果您想提供评论的 URL,您可以使用url property

但除非 Google 更改他们的 Review rich results,否则 Google 搜索不会显示它。

还要注意以下准则,因此如果您只链接到评论(而不是在您的页面上包含评论),您可能不符合条件:

确保您标记的评论和评分随时可供用户从标记页面获得。用户应该立即清楚该页面包含评论或评级内容。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2013-08-31
    • 1970-01-01
    • 2011-06-07
    • 2014-07-06
    • 2023-03-05
    • 1970-01-01
    • 2015-01-24
    相关资源
    最近更新 更多