Open main menu

Changes

no edit summary
</div>
Be sure to test on [https://search.google.com/structured-data/testing-tool# Google's Structured Data Testing Tool] first!
<!--
The following is the unpacked version of the code above.
-->
<!-- If event_startDate is Greater than NOW, then broadcast JSON-LD -->
{{#ifexpr: {{#time:xNU|{{#var: event_startDate | error}}}} > {{#time: xNU}} |
<!-- Generate the page schema for the event -->
{{Event
|image= {{#var: event_image_url | error}}
|validFrom={{#var: event_validFrom | error}}
}}
}}