Skip to content

SEO021 · JSON-LD required properties

Severity: warning

For a recognized @type (Article, Product, BreadcrumbList, Organization, WebSite, Event, Recipe, Person, VideoObject, LocalBusiness), checks that Google’s required properties are present. Unknown/custom types are not flagged.

A recognized @type missing its required properties is ineligible for the corresponding rich result.

Add the missing properties. For example, a Product needs name and offers:

{ "@context": "https://schema.org", "@type": "Product", "name": "", "offers": { "@type": "Offer", "price": "" } }