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. אפשר גם להשתמש בכלי Schema Validator כדי לנסות את 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."]]],[]]