Hey Treepl Team,
A few things we need added to the Events Module to satisfy some Schema requirements:
We need:
- a Text String Field for Location
- a Media - “Image” field
These are the two most important fields required.
Basic Schema Events Usage:
[{
“@context”: “http://schema.org”,
“@type”: “Event”,
“name”: “…”,
“description”: “”,
“image”: “…”,
“url”: “…”,
“startDate”: “2016-04-15T00:00:00+00:00”,
“endDate”: “2016-04-15T23:59:59+00:00”
}]