Events Calendar Schema Markup
-
Hello,
I would like to create a rich content of events in Google but am not really sure how to implement it. Google requires description, image, offers and performers to show them in rich content format but what if we don’t need offers and performers field at all, do the rich contents will still work? Or we can disregard those required fields?
This is the sample JSON data we have:
<script type=”application/ld+json”>
[{“@context”:”https://schema.org”,”@type”:”Event”,”name”:”WSOP Sydney 2018″,”description”:””,”url”:”https://pokercalendar.asia/ko/pokertournaments/wsop-sydney-2018-5/”,”startDate”:”2018-11-27T00:00:00+00:00″,”endDate”:”2018-12-17T23:59:59+00:00″,”location”:{“@type”:”Place”,”name”:”The Star, Sydney”,”description”:””,”url”:false,”address”:{“@type”:”PostalAddress”,”streetAddress”:”The Star, 80 Pyrmont St, Pyrmont NSW 2009, Australia”,”addressLocality”:”Sydney”,”addressCountry”:”Australia”},”telephone”:””,”sameAs”:”https://www.starpoker.com.au/”},”organizer”:{“@type”:”Person”,”name”:”WSOP”,”description”:””,”url”:false,”telephone”:””,”email”:””,”sameAs”:””}}]
</script>Also I noticed that we already set the description at the back end but it seems it’s not showing in the JSON data that’s why this field tells us it’s missing.
May I know what causes the problem too?
- The topic ‘Events Calendar Schema Markup’ is closed to new replies.