Technical
RDFa
RDFa (Resource Description Framework in Attributes) is a W3C Recommendation that adds a set of attribute-level extensions to HTML.

Back to Glossary
Definition
RDFa (Resource Description Framework in Attributes) is a W3C Recommendation that adds a set of attribute-level extensions to HTML.
Examples
<div vocab="https://schema.org/" typeof="Person">
Related terms
- Schema.org
A collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.
- Microdata
Microdata is a WHATWG HTML specification used to nest metadata within existing content on web pages.
- JSON-LD
JSON-LD (JSON for Linked Data) is a method of encoding Linked Data using JSON. It is a lightweight syntax to express structured data.
More Technical terms
6 additional terms in this category
Schema types
- Person — Individual people
- Organization — Companies and groups
- Product — Items for sale
- Event — Concerts and conferences
- Article — Blog posts and news
- Recipe — Cooking instructions