Appearance
Type selection
ReferenceThe schema.org vocabulary is organized as a hierarchy. Every type descends from Thing. Choosing the right type means walking down the hierarchy to the most specific type that still accurately describes your content.
Hierarchy diagram
graph TD Thing --> CreativeWork Thing --> Organization Thing --> Person Thing --> Place Thing --> Product Thing --> Event Thing --> Intangible CreativeWork --> Article CreativeWork --> Book CreativeWork --> Movie Organization --> LocalBusiness LocalBusiness --> Restaurant LocalBusiness --> Store Intangible --> Offer Intangible --> Rating
Selection process
- Start at Thing. Every entity is a
Thing. - Pick the top level branch. Is your entity a
CreativeWork, anOrganization, aPerson, aPlace, aProduct, anEvent, or anIntangible? - Descend to a sub type. A news story is an
Article, and more specifically aNewsArticle. A restaurant is aLocalBusiness, and more specifically aRestaurant. - Stop at the most specific accurate type. Do not choose a type that overstates what the page describes.
- Inherit properties. A sub type inherits all properties of its ancestors. A
Restaurantcan use anyLocalBusiness,Organization, andThingproperty.
Worked examples
| Content | Top branch | Most specific type |
|---|---|---|
| A blog post | CreativeWork | BlogPosting |
| A news story | CreativeWork | NewsArticle |
| A bakery | Organization | Bakery |
| A concert | Event | MusicEvent |
| A job listing | Intangible | JobPosting |
Done when
- You have chosen a type that is both accurate and as specific as possible.
- You have confirmed the properties you need are available on that type or an ancestor.