마이크로데이터는 HTML 문서에 컴퓨터에서 읽을 수 있는 데이터를 삽입하기 위한 사양입니다. 마이크로데이터는 어휘에 따라 정의된 이름-값 쌍 (items라고 함)으로 구성됩니다. schema.org에서 흔히 사용되는 마크업 어휘 모음을 제공합니다.
기본 문법에는 항목을 정의하는 itemscope 속성과 항목의 속성 중 하나를 설명하는 itemprop 속성이 포함됩니다. 유형은 itemtype 속성을 사용하여 지정되며 선택한 어휘집에 정의된 값을 가정할 수 있습니다. 예를 들어 schema.org는 http://schema.org/Person 또는 http://schema.org/PostalAddress와 같은 유형을 정의합니다.
[[["이해하기 쉬움","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."]]],[]]