Code:
Problem:
A user encountered a Google Search Console error related to unparsable structured data in their site’s schema markup. The issue stemmed from incorrect formatting in the logo width parameter within their JSON-LD structured data.
Problem identified:
"width": "section.settings.logo.width" which Google couldn’t parse as a valid numeric valueSolution provided:
"width": 500The issue was resolved after implementing the suggested fix.