JSON-LD هو تنسيق بيانات مرتبطة سهل الاستخدام يستند إلى JSON ويحدّد مفهوم context لتحديد مفردات الأنواع والسمات. يتيح Gmail بيانات JSON-LD المضمّنة في مستندات HTML باستخدام @context من schema.org، كما هو موضّح في المثال التالي:
<scripttype="application/ld+json">
{"@context":"http://schema.org","@type":"Person","name":"John Doe","jobTitle":"Graduate research assistant","affiliation":"University of Dreams","additionalName":"Johnny","url":"http://www.example.com","address":{"@type":"PostalAddress","streetAddress":"1234 Peach Drive","addressLocality":"Wonderland","addressRegion":"Georgia"}}
</script>
تتوفّر المواصفات والمتطلبات الكاملة لبنية JSON-LD على json-ld.org، ويمكنك أيضًا استخدام أداة مدقّق المخطط لتجربة JSON-LD وتصحيح أخطاء الترميز.
تاريخ التعديل الأخير: 2024-12-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["JSON-LD is a JSON-based format used for representing linked data on the web, using a `context` to define vocabulary."],["Gmail supports JSON-LD data embedded within HTML documents, specifically utilizing the `schema.org` context for defining types and properties."],["The `@type` key within JSON-LD is reserved and should contain a full type URI or a fragment referencing `http://schema.org/`."],["Developers can refer to json-ld.org for complete specifications and utilize Google's Schema Validator tool for testing and debugging JSON-LD markup."]]],[]]