Closed Con-Shoc closed 6 years ago
Issue (Current Behaviour) Quotation marks are missing around one of the Breadcrumb schema list items.
This causing the Schema to fail validation in this tool: https://search.google.com/structured-data/testing-tool/u/0/
Current Code </script><script data-react-helmet="true" type="application/ld+json">{ "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement":[ { "@type": "ListItem", "position": 1, "item": { "@id": https://www.autozone.com, "name": "Home" } } ] }</script>
</script><script data-react-helmet="true" type="application/ld+json">{ "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement":[ { "@type": "ListItem", "position": 1, "item": { "@id": https://www.autozone.com, "name": "Home" } } ] }</script>
Solution Replace with the following code:
`
Issue (Current Behaviour) Quotation marks are missing around one of the Breadcrumb schema list items.
This causing the Schema to fail validation in this tool: https://search.google.com/structured-data/testing-tool/u/0/
Current Code
</script><script data-react-helmet="true" type="application/ld+json">{ "@context": "http://schema.org", "@type": "BreadcrumbList", "itemListElement":[ { "@type": "ListItem", "position": 1, "item": { "@id": https://www.autozone.com, "name": "Home" } } ] }</script>
Solution Replace with the following code:
`
` **Note** I have only found this on the homepage so far. I will update this ticket if it is a global issue across pages.