Schema Validation Warnings
What This Means
The page's structured data is valid JSON (parses correctly) but contains schema.org validation issues — properties that are deprecated, values in incorrect formats, recommended properties that are missing, or values that don't match the expected type for a property.
Why It Matters for SEO
Validation warnings represent issues that reduce the quality or effectiveness of the structured data without necessarily breaking it entirely. Some warnings may prevent specific rich result types from triggering; others may cause Google to partially use the schema while ignoring the problematic properties. Resolving warnings improves the completeness and reliability of rich result eligibility.
What the Platform Checks
The platform validates the structured data against schema.org property definitions. Fires when property values are in incorrect formats, required or recommended properties for the schema type are missing, or deprecated properties are used.
How to Fix It
- Open Google's Rich Results Test and review the specific warnings reported for each schema type.
- Common warnings and fixes:
- — Missing recommended properties (e.g., Product schema without
"offers"): add the missing property. - — Incorrect date format (should be ISO 8601: "2025-01-15"): correct the format.
- — Missing required properties for specific rich result types: add them.
- Reference schema.org documentation for the specific type to see required vs. recommended properties.
Find every schema warningacross your site
The audit surfaces schema validation warnings per page so you can resolve issues blocking rich result eligibility.