使用 Google Shopping 自定义标签生成 Json 架构

发布于 2025-01-11 03:40:37 字数 990 浏览 0 评论 0原文

我正在尝试将自定义标签 0 购物属性添加到我的 Json 架构中,但我的产品上没有获得这个新属性。

我尝试过:

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Auvers - Van Gogh",
      "sku":"artworkid[2316]-product[canvas]",
      "mpn":"artworkid[2316]-product[canvas]",
      "tags": [{
        "custom_label_0": "Fine Art"
        }
      ],

还有:

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Auvers - Van Gogh",
      "sku":"artworkid[2316]-product[canvas]",
      "mpn":"artworkid[2316]-product[canvas]",
      "customLabel0": "Fine Art",

如何使用结构化数据设置此属性?

我没有找到来自 Google 的自定义标签支持的任何信息: https://support.google.com/merchants /answer/6324473?hl=en#zippy=%2Cexample-values

I am trying to add a custom label 0 shopping attribute to my Json schema but I don't get the this new attribute on my products.

I tried:

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Auvers - Van Gogh",
      "sku":"artworkid[2316]-product[canvas]",
      "mpn":"artworkid[2316]-product[canvas]",
      "tags": [{
        "custom_label_0": "Fine Art"
        }
      ],

And also:

<script type="application/ld+json">
    {
      "@context": "https://schema.org/",
      "@type": "Product",
      "name": "Auvers - Van Gogh",
      "sku":"artworkid[2316]-product[canvas]",
      "mpn":"artworkid[2316]-product[canvas]",
      "customLabel0": "Fine Art",

How to set this attribute with the structured data?

I didn't find any infos from the custom label support from Google:
https://support.google.com/merchants/answer/6324473?hl=en#zippy=%2Cexample-values

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文