PILLAR 4, AUTHORITY NETWORK · 4.1 Structured data validityHighVerified
Unparseable / bad escaping
Unescaped quotes or special characters inside JSON-LD values break the whole block. Proper escaping keeps the markup parseable.
What it is
Encoding/escaping breaks the JSON.
Why it matters
Same as invalid syntax.
How to fix it
Escape correctly; validate.
How to find it on your site
- Validate the structured data and look for parse errors.
- Find values with unescaped quotes, line breaks or special characters.
- Escape them correctly or generate the JSON programmatically.
- Re-validate.
Cross-reference to ranking and citation factors
A single bad character can void the entire block. Clean escaping keeps the markup usable.
Impact
Medium-high. Direct.
Evidence
Valid, parseable structured data required. Google Search Central, Structured data general guidelines