Skip to content

Instantly share code, notes, and snippets.

@rajavijayach
Last active July 2, 2020 11:18
Show Gist options
  • Save rajavijayach/dae1f3f48545f8dd64103c82038205c4 to your computer and use it in GitHub Desktop.
Save rajavijayach/dae1f3f48545f8dd64103c82038205c4 to your computer and use it in GitHub Desktop.
Schema Markup ( JSON - LD ) ( Structured Data ) for an online food event
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Bengaluru bakes with Chef Avin at Lavonne Academy",
"description": "Learn the art of baking with Bengaluru's favourite patisserie. Founder - Dr. Chef. Avin Thaliath recreates & teaches his exclusive dishes, ready to serve right at home!",
"image": "https://s3.ap-south-1.amazonaws.com/cdn.flynote.in/vibecity/utilities/poster.png",
"startDate": "2020-07-04T19:00:00+0530",
"endDate": "2020-07-04T20:00:00+0530",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"inLanguage": "English",
"location": {
"@type": "VirtualLocation",
"url": "https://www.flynote.com/vibecity/bangalore/baking-with-chef-avin-lavonne-academy"
},
"performer": {
"@type": "Person",
"name": "Dr. Chef. Avin Thaliath"
},
"organizer": {
"@type": "organization",
"name": "Flynote",
"url": "https://www.flynote.com/"
},
"offers": {
"@type": "Offer",
"name": "Early Bird",
"price": "0",
"priceCurrency": "INR",
"validFrom": "2020-06-20",
"priceValidUntil": "2020-07-04",
"url": "https://www.flynote.com/vibecity/bangalore/baking-with-chef-avin-lavonne-academy",
"availability": "https://schema.org/InStock"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment