I tried many things and tags including using macro data and JSON-LD, however I was not able to display company logo.
I am not sure about how I can display image, as shown in google sample on their documentation page here.
[
{
"@context": "http://schema.org",
"@type": "EventReservation",
"reservationNumber": "OIU888888",
"reservationStatus": "http://schema.org/Confirmed",
"url": "http://example.com",
"underName": {
"@type": "Organization",
"name": "ABC, Inc."
},
"reservationFor": {
"@type": "BusinessEvent",
"name": "Invite",
"url": "http://example.com",
"performer": {
"@type": "Organization",
"name": "ABC",
"image": "http://103.56.173.67/images/footer-logo.png"
},
"startDate": "2016-11-18T19:00:00",
"location": {
"@type": "Place",
"name": "AT&T Park",
"address": {
"@type": "PostalAddress",
"streetAddress": "AT&T Park",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"postalCode": "94107",
"addressCountry": "US"
}
}
},
"potentialAction":{
"@type": "ViewAction",
"target" : "<<MobileAccess>>",
"url": "http://example.com",
"name" : "<<GMJoinByComputer>>"
}
}
]
I will share more information if anyone interested, any help is welcome.