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

  1. Validate the structured data and look for parse errors.
  2. Find values with unescaped quotes, line breaks or special characters.
  3. Escape them correctly or generate the JSON programmatically.
  4. 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