Structured Data
Structured DataLow

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.

search

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
Usually they keep working for months-to-years after deprecation. Still worth fixing during cleanup.

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 site

Related checks