發布商必須在每個文章頁面上使用 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>
如要進一步瞭解授權的完整規格,請參閱有關結構化資料標記的 SwG 開發人員網站文章。