結構化資料標記

發布者必須在每篇文章頁面使用 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 關於結構化資料標記的文章。