[Important] Is It a New Issue in Google Search Console?

rahulthepcl

Regular Member
Joined
Jul 3, 2014
Messages
412
Reaction score
143
Anyone recently started getting *Bad escape sequence in string* error in Google search console?

The issue is mainly arising on FAQ section of the article.

Does anyone know how to fix this issue?
 
Use schema validator for source code that page. And you can find the problem
 
Use schema validator for source code that page. And you can find the problem
I already did and it shows issue in either the Question of FAQ or in the answer.
 
Does anyone know how to fix this issue?
This is not a generic issue. You must analyze and fix the broken JSON one by one. If you are using a Schema generator through a Wordpress plugin, the original content might be the one that is injecting the wrong escape characters.

For example, in this case, guy was using an escape character \x26 which is not compliant
https://support.google.com/webmaste...nce-in-string-schema-markup-through-gtm?hl=en
You should be analysis by yourself which escape characters are you using wrongly.
 
The issue is fixed now. The schema plugin's latest version was having issue. I rolled back to previous version & issue got resolved immediately.
 
Back
Top