You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, a safe JSON-LD parsing technique in accordance with the JSON-LD standard is used, which escapes characters like &, <, >, ", and ' into their corresponding HTML entities.
Behavioral changes
Certain characters will be escaped within the JSON-LD into their corresponding HTML entities.
Notes:
This should be a no-op in most cases as the Structured Data Testing Tool (and other <script type="application/ld+json"> parsers will unescape these)
If you're embedding HTML content somewhere in your JSON-LD, rely on this script to escape it, so as to avoid escaping it more than once. (HTML entity escaping is not idempotent)
SDTT will actually double unescape content, so you'll only start seeing your data mis-parsed if it was already double escaped and is now being triple escaped.