संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
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,["आखिरी बार 2025-08-29 (UTC) को अपडेट किया गया."],[],[],null,["# JSON-LD\n\n[JSON-LD](https://json-ld.org/) is an easy-to-use JSON-based linked data format that defines the concept of `context` to specify the vocabulary for types and properties. Gmail supports [JSON-LD data embedded in HTML documents](https://json-ld.org/spec/latest/json-ld/#embedding-json-ld-in-html-documents) with the `@context` of `schema.org`, as in the following example: \n\n \u003cscript type=\"application/ld+json\"\u003e\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"Person\",\n \"name\": \"John Doe\",\n \"jobTitle\": \"Graduate research assistant\",\n \"affiliation\": \"University of Dreams\",\n \"additionalName\": \"Johnny\",\n \"url\": \"http://www.example.com\",\n \"address\": {\n \"@type\": \"PostalAddress\",\n \"streetAddress\": \"1234 Peach Drive\",\n \"addressLocality\": \"Wonderland\",\n \"addressRegion\": \"Georgia\"\n }\n }\n \u003c/script\u003e\n\n| **Note:** the `@type` key is a reserved key name and should contain either a full type URI or a URI fragment (in which case a `http://schema.org/` prefix, derived from the supplied data-context attribute, is assumed).\n\nThe full specifications and requirements for the JSON-LD syntax are available on [json-ld.org](http://json-ld.org/), and you can also use our [Schema Validator](/workspace/gmail/markup/testing-your-schema#schema_validator) tool to try out JSON-LD and debug your markup."]]