【问题标题】:What this schema is called and how to make Rich schema?这个模式叫什么以及如何制作丰富的模式?
【发布时间】:2021-11-09 13:28:37
【问题描述】:

我正在研究 Google 富文本搜索结果,但我不知道如何制作此部分。

Google test of rich result 仅显示评级和价格部分,这是其架构

<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Product",
    "name" : "Samsung Galaxy Note 10",
    "productID":"2121",
    "url"  : "https://priceoye.pk/mobiles/samsung/samsung-galaxy-note-10",
    "image": "https://images.priceoye.pk/samsung-galaxy-note-10-pakistan-priceoye-cg7be.jpg",
    "category" : "Mobiles",
    "gtin" : "",
    "gtin13" : "",
    "brand" : "Samsung","offers": {
        "@type": "Offer",
        "price" : "169999",
        "priceCurrency": "PKR",
        "itemCondition":"https://schema.org/NewCondition",
        "availability": "http://schema.org/InStock",
        "url": "https://priceoye.pk/mobiles/samsung/samsung-galaxy-note-10"
    },"aggregateRating": {
        "@type": "AggregateRating",
        "bestRating": "5",
        "ratingValue": "5",
        "ratingCount": "1"
        },"review": [],"description" : "The Samsung Galaxy Note 10 has a 6.3 inches screen and 256GB 8GB RAM RAM. It comes with 3500 Mah battery and yes back camera.",
    "sku": "samsung-galaxy-note-10"
    }
</script>

【问题讨论】:

  • 测试结果在截图中显示的不是同一个URL,是不是一样的`?
  • @empiric 是的,两个网站在 google 上显示的结果相同。我更新了我的问题并添加了 JSON。

标签: html json schema meta-tags meta


【解决方案1】:

看:https://schema.org/Product

您可以在此处找到产品的所有架构列表。它的架构权重

【讨论】:

  • 但是权重不在我上面分享的 JSON 中。那么重量是从哪里来的呢?
猜你喜欢
  • 2011-02-20
  • 2018-06-29
  • 1970-01-01
  • 2016-09-13
  • 2016-02-06
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多