Skip to content

Instantly share code, notes, and snippets.

@louisebolden
Created February 17, 2015 11:24
Show Gist options
  • Save louisebolden/93295d05ed363641db1f to your computer and use it in GitHub Desktop.
Save louisebolden/93295d05ed363641db1f to your computer and use it in GitHub Desktop.
Schema Markup (Event)
<div itemscope itemtype="http://schema.org/Event">
<span itemprop="name">Roman Road Market</span>
<span itemprop="startDate" content="2015-02-14T08:00">Saturday February 14th, 8am</span>
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Roman Road</span>,
<span itemprop="postalCode">E3</span>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment