Reference Topics

Encoding

We support web pages which using the following syntaxes.

  • RDFa — e.g. <div vocab="https://schema.org/" typeof="Person">
  • Embedded JSON-LD — e.g. <script type="application/ld+json">{"@context":"https://schema.org/","@type":"Person"}</script>
  • Microdata — e.g. <div itemscope itemtype="https://schema.org/Person">

We also support generic RDF syntaxes in standalone files including: JSON-LD, N-Quads, N-Triples, RDF/XML, TriG, and Turtle.

Schema.org Processor