No Deprecated Schema Properties
Checks for deprecated schema.org properties that may be removed in future.
What this check measures
We cross-reference JSON-LD properties against the list of deprecated schema.org terms. Using them still works today but may break silently in future Google updates.
Why it matters
Deprecated properties can silently stop working. A change in schema.org specification can drop your rich results overnight. Minor but worth fixing during cleanup cycles.
How our audit detects it
Cross-reference JSON-LD property keys against schema.org deprecation list.
Typical findings
- error_outlineUsing aggregateRating.ratingCount which is deprecated in favor of reviewCount.
- error_outlineOld schema.org/v5 properties on v20+ schemas.
How to fix
Check schema.org documentation for the current recommended properties. Replace deprecated ones during the next schema refresh.
Frequently asked questions
Will my rich results break?expand_more
Want this checked on your site?
Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.
Scan my siteRelated checks
Valid JSON-LD Syntax
Checks that all JSON-LD blocks parse as valid JSON and reference schema.org.
Structured DataOrganization Schema
Checks for Organization JSON-LD on the homepage — entity signal + knowledge panel.
Structured DataWebSite Schema
Checks for WebSite JSON-LD with SearchAction — enables sitelinks search box.
Structured DataBreadcrumbList Schema
Checks for BreadcrumbList JSON-LD on sub-pages — replaces ugly URLs in SERP with clean breadcrumbs.