結構化資料標記

發布者必須在每個文章網頁上使用 ld+json 結構化標記。當 Google 檢索及索引網頁時,系統會使用這項標記,瞭解哪些內容應與哪些產品建立關聯,並用於填入「來自訂閱項目」輪轉介面和其他讀者介面

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "NewsArticle",
  "isAccessibleForFree": false,
  "publisher": {
    "@type": "Organization",
    "name": "Herald Foo Times"
  },
  "isPartOf": {
    "@type": ["CreativeWork", "Product"],
    "name" : "Herald Foo Times",
    "productID": "herald-foo-times.com:basic"
  }
}
</script>

如要進一步瞭解授權的完整規格,請參閱 RRM:E 文章中的結構化資料標記