ترميز البيانات المنظّمة
على الناشرين استخدام ترميز البيانات المنظَّمة بتنسيق ld+json في كل صفحة من صفحات المقالات. عند الزحف إلى الصفحات وفهرستها، تستخدِم Google ترميز HTML هذا لفهم المحتوى الذي يجب ربطه بالمنتج، ثم تستخدِمه بعد ذلك لتعبئة لوحة العرض الدوّارة "من اشتراكاتك" والمساحات الأخرى الموجَّهة للقارئين.
<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. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]