What is Microdata?
Microdata is HTML5’s answer to how we should go about embedding machine-readable data in our mark-up.
At a high level, microdata consists of a group of name-value pairs. The groups are called items, and each name-value pair is a property. Items and properties are represented by regular elements.
A simple example looks something like this:
<div [...]