구조화된 데이터 마크업
게시자는 각 기사 페이지에 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 도움말을 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(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."]]],[]]