Can someone help to check how to fix it?
Topic summary
A user encountered structured data syntax errors detected in their HTML, as shown in an attached screenshot. The issue stems from unescaped quotation marks within the content—specifically around the word “luxury”—which breaks the JSON-LD or schema markup.
Two solutions proposed:
- Proper fix: Identify the source (theme or app) generating the structured data and ensure it properly escapes quotes in content. If the source can’t fix it, replace with another structured data app.
- Quick workaround: Remove quotes around “luxury,” though this doesn’t address the underlying problem if quotes appear elsewhere.
Status: The discussion remains open, awaiting the page URL from the original poster so others can pinpoint the exact source of the error and provide more specific guidance.
Please share the link to the page you tested.
The error is because there are quotes in your content. Whatever is providing the structured data isn’t escaping the quotes.
The proper solution: You’ll need to determine where that code is coming from (your theme or an app) and have them resolve it. If they can’t fix it for you, install another structured data app and remove the code causing the error.
The easy solution: Remove the quotes around the word “luxury”. But that doesn’t help if you have other words on this page or others that have quotes.
If you provide the URL you tested, I can try to tell you where the error is coming from.
