-
Hello, I had an issue where RM was giving invalid Schema markup and it seems we’re having this problem again. I pasted the previous ticket into the Sensitive Data field.
Ezoic BDA (https://www.ezoic.com/big-data-analytics/) is unable to read all the information correctly (like Author data for example).
Here’s the information Ezoic gave me:
It appears the version of ld+json that is implemented is not compatible or it may be that we do not support the keyword “@graph” yet.
I hope the examples below can help identify what needs to be changed.
Here is an example of what we are able to parse:
{
“@context”: “https://schema.org/”,
“@type”: “Recipe”,
“name”: “Party Coffee Cake”,
“author”: {
“@type”: “Person”,
“name”: “Mary Stone”
},
“datePublished”: “2018-03-10”,
“description”: “This coffee cake is awesome and perfect for parties.”,
“prepTime”: “PT20M”
}Here is what is currently on the site:
“@context”: “https:\/\/schema.org”,
“@graph”: [{
“@type”: “Article”,
“headline”: “Here Is What To Expect With Audi's 2021 Model Lineup”,
“description”: “Audi has announced changes to its lineup for the 2021 model year, giving us a glimpse of what to expect regarding pricing, packages, and available equipment.”,
“datePublished”: “2020-05-08T14:17:59-04:00”,
“dateModified”: “2020-05-08T14:18:01-04:00”,
“publisher”: {
“@type”: “Organization”,
“name”: “Automoblog”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https:\/\/www.automoblog.net\/wp-content\/uploads\/2019\/10\/Automoblog-icon-512xx.png”
}
},
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https:\/\/www.automoblog.net\/2020\/05\/08\/audi-2021-model-lineup\/”
},
“author”: {
“@type”: “Person”,
“name”: “Josh Boyd”
},
“image”: {
“@type”: “ImageObject”,
“url”: “https:\/\/www.automoblog.net\/wp-content\/uploads\/2020\/05\/HERO-MY21-TT-Coupe-S-liner-competition-package-Nano-Gray-metallic_1.jpg”,
“width”: 1700,
“height”: 956Could you please let me know how we can resolve this?
Thank you!
You must be logged in to reply to this ticket.