構造化データのマークアップ
ニュース メディアは、各記事ページで 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 の記事をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-19 UTC。
[null,null,["最終更新日 2025-03-19 UTC。"],[[["Publishers need to implement ld+json structured data on article pages to link content with subscription products."],["This structured data enables Google to display content in the \"From your subscriptions\" carousel and other reader-facing areas."],["Google utilizes the `isPartOf` property within the structured data to connect articles with specific product offerings."],["Detailed specifications and further information regarding entitlements can be found in the RRM:E article on structured data markup."]]],[]]