GOOGLE最新JSON-LD数据结构更新-代码有变化注意更新

GOOGLE最新JSON-LD数据结构更新-代码有变化注意更新, 前天登陆GMAIL邮箱,发现有邮件说chinaobd2.com的结构化数据有问题,猛然发现schema代码修改了。

这里把最新的代码分享给大家。

<script type="application/ld+json">
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "BENZ ECOM DoIP Diagnostic and Programming Tool with USB Dongle for Latest Mercedes Till 2019",
  "image": ["https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-1.jpg","https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-2.jpg","https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-3.jpg","https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-4.jpg","https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-5.jpg","https://www.chinaobd2.com/upload/pro/benz-ecom-for-latest-mercedes-6.jpg"],
  "description": "ECOM is the diagnostic and swipe communication interface used by daimler-benz&#39;s production and r&d department. It supports the after sales diagnostic software Xentry, Vediamo, and the Monaco DTS.",
  "sku": "0190312005385",
  "mpn": "COBD25385",
  "brand": {
    "@type": "Thing",
    "name": "ChinaOBD2"
  },
  "review": {
    "@type": "Review",
    "reviewRating": {
      "@type": "Rating",
      "ratingValue": "5",
      "bestRating": "5"
    },
    "author": {
      "@type": "Person",
      "name": "walter geerinckx"
    }
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "reviewCount": "9"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://www.chinaobd2.com/wholesale/benz-ecom-for-latest-mercedes-5385.html",
    "priceCurrency": "USD",
    "price": "899.00",
    "priceValidUntil": "2019-3-23",
    "itemCondition": "https://schema.org/UsedCondition",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "ChinaOBD2"
    }
  }
}
</script>

变化说明, offers 这里需要增加 url:也就是offers数据里面有要指定的网址链接https://www.chinaobd2.com/wholesale/benz-ecom-for-latest-mercedes-5385.html

另外就是@context, 这里的schema网址,变成了https, 都是要求加密的了。offers这里的价格需要增加一个有效日期, 这个是以前没有的。单个产品页面,还需要增加指定的 review 和 author.

不得不说,变化还是非常大, 具体修改后对chinaobd2.com网站会有什么帮助,还有待观察

猜你喜欢

转载自www.cnblogs.com/aid12580/p/10545224.html
今日推荐