সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
JSON-LD হল একটি সহজে ব্যবহারযোগ্য JSON-ভিত্তিক লিঙ্কড ডেটা ফরম্যাট যা ধরন এবং বৈশিষ্ট্যের জন্য শব্দভাণ্ডার নির্দিষ্ট করতে context ধারণাকে সংজ্ঞায়িত করে। Gmail schema.org এর @context সহ HTML নথিতে এমবেড করা 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."]]