HTML Microdata


HTML microdata, an HTML5 specification, is used to label content to describe a specific type of information. It is machine-readable data that is embedded in HTML documents and compatible with other data formats, including RDF and JSON. The purpose of the microdata specification is to help automated programs to better understand the content of your web page.
Microdata Item Types and Properties

Microdata could include information types such as reviews, personal information or events. Each information type has its own properties. For example properties of an event include venue, starting time, name, and category. Microdata is implemented using attributes in HTML tags, typically < span > or < div > is used to assign descriptive names to properties.

The basic syntax for HTML microdata consists of a group of name-value pairs. The groups are called items, and each name-value pair is a property. The HTML microdata specification defines five attributes that can be applied to any HTML5 tag:

Itemscope: Indicates the element is a microdata element and its child elements are part of its microdata format.
Itemtype: Defines the vocabulary to be used by the microdata format.
Itemid: The unique identifier of the item, if defined by the microdata vocabulary.
Itemprop: An individual data element.
Itemref: Allows a microdata element to reference another element on the page to define it by either HTML id or by itemid.

Read Also:

  • Anti-Malware

    Anti-malware refers to software tools and programs designed to identify and prevent malicious software, or malware, from infecting computer systems or electronic devices. Anti-malware tools can also include malware removal capabilities, and the term anti-malware can range from code integrated with other software programs or in the operating system itself to third-party tools that scan […]

  • OpenStack Juno

    The successor to the Icehouse release of the OpenStack open source cloud computing platform, OpenStack Juno debuted on October 16, 2014 as the tenth release of OpenStack. Among OpenStack Juno’s most prominent additions are numerous new networking capabilities, including a Distributed Virtual Router (DVR), enhanced IPv6 support in the OpenStack Neutron networking project, improved Network […]

  • Doxing

    Doxing is the process of gathering information about a person or business using online public sources such as social media profiles, reverse phone lookup and search engines. The information doxed may include a person’s full name, email address, address, telephone number, pictures and other personal details. Doxing typically leads to an anonymous person’s identity being […]

  • WiGig

    WiGig is a technology based on the IEEE 802.11ad specification that can support data transfer speeds of up to 7Gbps (Gigabits per second), which is ten times faster than the 802.11n WiFi standard. WiGig was originally developed by the Wireless Gigabit (WiGig) Alliance and is currently being refined by the Wi-Fi Alliance following a merger […]

  • Intel WiDi (Wireless Display)

    Short for Wireless Display, WiDi is a technology developed by Intel to enable computers and laptops to seamlessly work with monitors, TVs and other peripherals without the need for cables or wires. With Intel WiDi users can stream videos and movies, photos, music and apps from their computer or laptop to monitors or HDTVs that […]


Disclaimer: HTML Microdata definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.