Quick answer
Many Schema.org types have required or recommended properties.
Schema.org Missing Required Property
Many Schema.org types have required or recommended properties. Missing them can prevent rich results or cause validation warnings.
Common causes
- Using a type without checking its required properties (e.g. Product without name).
- Nested objects missing required fields (e.g. Offer without price).
- Omitting recommended properties that validators expect.
How to fix
- Check the Schema.org definition for your type and add all required properties.
- Use the Schema.org Validator to see which properties are missing.
- Add recommended properties (e.g. description, image) for better eligibility.
FAQ
- Which properties are required for Product?
- At minimum, name is expected. For rich results, image and offers (with price) are often required.
- Does Google require all Schema.org properties?
- Google has its own guidelines; use Google's Rich Results Test to check eligibility.
Fix it now
Try in validator (prefill this example)