Appearance
Standard Operating Procedures
ReferenceThese are original, step by step procedures distilled from the schema.org documentation. Each SOP gives you a repeatable process for a common structured data task.
Procedures
- Implement JSON-LD describes the recommended workflow for adding JSON-LD structured data to a page.
- Mark up with Microdata describes the inline attribute approach using itemscope, itemtype, and itemprop.
- Mark up with RDFa Lite describes the lightweight RDFa subset using vocab, typeof, and property.
- Validate structured data describes how to test markup before and after publishing.
- Describe a product is a worked example covering Product, Offer, and AggregateRating.
- Extend a type describes how to add extra properties or sub types within the schema.org model.
How to use these SOPs
- Pick the syntax that fits your stack. JSON-LD is recommended for most modern sites.
- Choose the most specific type that accurately describes your content.
- Add the required and recommended properties for that type.
- Validate before publishing.
- Monitor for errors and re validate after content changes.