这个模式叫什么以及如何制作丰富的模式?

问题描述 投票:0回答:1

我正在研究 Google Rich Text Results,但我不知道如何制作此部分。

Google 丰富结果测试 仅显示评级和价格部分,这就是其架构

<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>
html json schema meta-tags
1个回答
0
投票

查看:https://schema.org/Product

您可以在其中找到产品的所有架构的列表。它的模式权重

© www.soinside.com 2019 - 2024. All rights reserved.