JSON-LD, JSON पर आधारित लिंक किया गया डेटा फ़ॉर्मैट है. इसका इस्तेमाल करना आसान है. यह टाइप और प्रॉपर्टी के लिए शब्दावली तय करने के लिए, context के कॉन्सेप्ट को तय करता है. Gmail, schema.org के @context के साथ एचटीएमएल दस्तावेज़ों में एम्बेड किए गए JSON-LD डेटा के साथ काम करता है. इसका उदाहरण यहां दिया गया है:
<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 को आज़माने और अपने मार्कअप को डीबग करने के लिए, स्कीमा की पुष्टि करने वाले टूल का भी इस्तेमाल किया जा सकता है.
[null,null,["आखिरी बार 2024-12-21 (UTC) को अपडेट किया गया."],[[["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."]]],[]]