Hey guys - Hope you are fairing well in this strange time.
I received a message from google that the events listed on my site are missing some code and isn't optimized for google events:
Missing field "organizer"
Missing field "eventAttendanceMode"
Missing field "offers.validFrom"
Missing field "performer"
Missing field "image"
++++++++++++++++++++++++++++++++++
I see the script below seems to have most of the necessary code but is missing those above. Any thoughts on how I might get that in there?
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EducationEvent",
"name": "Iconic NY (P1)",
"startDate" : "2020-12-19T09:30:00-0500",
"url" : "https://newyorkcityphotosafari.com/calendar/eventdetail/5724/-/iconic-ny-p1.html",
"location" : {
"@type" : "Place",
"name" : "34th & Madison - Iconic p1",
"address" : "34th & Madison - Iconic p1"
},
"offers" : {
"@type": "Offer",
"priceCurrency": "USD",
"price": "100",
"availability": "http://schema.org/InStock",
"url" : "https://newyorkcityphotosafari.com/calendar/eventdetail/5724/-/iconic-ny-p1.html"
}
}
</script>
I received a message from google that the events listed on my site are missing some code and isn't optimized for google events:
Missing field "organizer"
Missing field "eventAttendanceMode"
Missing field "offers.validFrom"
Missing field "performer"
Missing field "image"
++++++++++++++++++++++++++++++++++
I see the script below seems to have most of the necessary code but is missing those above. Any thoughts on how I might get that in there?
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "EducationEvent",
"name": "Iconic NY (P1)",
"startDate" : "2020-12-19T09:30:00-0500",
"url" : "https://newyorkcityphotosafari.com/calendar/eventdetail/5724/-/iconic-ny-p1.html",
"location" : {
"@type" : "Place",
"name" : "34th & Madison - Iconic p1",
"address" : "34th & Madison - Iconic p1"
},
"offers" : {
"@type": "Offer",
"priceCurrency": "USD",
"price": "100",
"availability": "http://schema.org/InStock",
"url" : "https://newyorkcityphotosafari.com/calendar/eventdetail/5724/-/iconic-ny-p1.html"
}
}
</script>