Extract schema.org-style Microdata items and properties from HTML.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Itemscope roots are traversed through itemprop, itemtype, itemid, and itemref relationships; meta, time, link, and data elements contribute typed values. Nested items become objects and repeated properties become arrays.
<div itemscope itemtype="https://schema.org/Person"> <span itemprop="name">Jane Doe</span> <span itemprop="jobTitle">Software Engineer</span> </div>
Type: https://schema.org/Person PROPERTIES Name: Jane Doe
Product pages, event markup, and search-schema audits extract Microdata.