I want to include schema.org event tags as shown below. My preference would be for JEvents to do this automatically, but if not is it possible to put it into the event description block? I've got JCE enabled to allow JavaScript for my ID, but JEvents appears to strip out the <script> tags when I save.
Is there a way to do this? If not, can you recommend an extension that does?
Note that URLs are removed to allow posting.
<script type="application/ld+json">
{
"@context": "",
"@type": "Event",
"name": "Example Band goes to San Francisco",
"startDate" : "2013-09-14T21:30",
"url" : "",
"location" : {
"@type" : "Place",
"sameAs" : "",
"name" : "The Hi-Dive",
"address" : "7 S. Broadway, Denver, CO 80209"
}
}
</script>
Is there a way to do this? If not, can you recommend an extension that does?
Note that URLs are removed to allow posting.
<script type="application/ld+json">
{
"@context": "",
"@type": "Event",
"name": "Example Band goes to San Francisco",
"startDate" : "2013-09-14T21:30",
"url" : "",
"location" : {
"@type" : "Place",
"sameAs" : "",
"name" : "The Hi-Dive",
"address" : "7 S. Broadway, Denver, CO 80209"
}
}
</script>