No Markup Microdata RDFa JSON-LD Structure Example notes or example HTML without markup.
Example encoded as Microdata embedded in HTML. Example encoded as RDFa embedded in HTML. Example encoded as JSON-LD in a HTML script tag. Structured representation of the JSON-LD example. { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/dresses", "name": "Dresses" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/dresses/real", "name": "Real Dresses" } } ] }