संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
माइक्रोडेटा, एचटीएमएल दस्तावेज़ों में मशीन से पढ़े जा सकने वाले डेटा को एम्बेड करने के लिए एक खास जानकारी है. माइक्रोडेटा में, नाम और वैल्यू के जोड़े (जिन्हें items कहा जाता है) होते हैं. ये जोड़े, किसी शब्दावली के हिसाब से तय किए जाते हैं. schema.org पर, आम तौर पर इस्तेमाल होने वाले मार्कअप की शब्दावली का कलेक्शन उपलब्ध है.
बुनियादी सिंटैक्स में, किसी आइटम की जानकारी देने के लिए itemscope एट्रिब्यूट और आइटम की किसी प्रॉपर्टी के बारे में बताने के लिए itemprop एट्रिब्यूट शामिल होता है. टाइप की जानकारी देने के लिए, itemtype एट्रिब्यूट का इस्तेमाल किया जाता है. इसमें, अपनी पसंद की शब्दावली में तय की गई वैल्यू का इस्तेमाल किया जा सकता है. उदाहरण के लिए, schema.org से http://schema.org/Person या http://schema.org/PostalAddress जैसे टाइप तय होते हैं.
Wikipedia से लिए गए इस उदाहरण में, किसी व्यक्ति के बारे में बताने के लिए माइक्रोडेटा का इस्तेमाल करने का तरीका बताया गया है:
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-12-21 (UTC) को अपडेट किया गया."],[[["Microdata is an HTML specification used to embed machine-readable data in webpages using name-value pairs called `items` which are defined within a vocabulary."],["Schema.org provides commonly used vocabularies to structure the data, and items are marked up with attributes like `itemscope`, `itemprop`, and `itemtype` for machines to understand."],["The syntax involves defining an `item` and its `properties` using these attributes, and specifying a vocabulary such as schema.org for types like `Person` or `PostalAddress`."],["You can validate your Microdata implementation using the Schema Validator tool to ensure correctness and compatibility with supported schemas."]]],["Microdata embeds machine-readable data in HTML using name-value pairs called items. `itemscope` defines an item, `itemprop` describes its properties, and `itemtype` specifies its type from a vocabulary (e.g., schema.org). For example, the `Person` type can include properties like `name`, `jobTitle`, and `address`. The Schema Validator tool is available for debugging and validating microdata markup against supported schemas.\n"]]