Skip to content

Instantly share code, notes, and snippets.

@jessotron
jessotron / event-schema-markup
Created September 25, 2015 01:47
Sample Event Schema Markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "MusicEvent",
"name": "AC/DC",
"image": "http://s1.ticketm.net/tm/en-us/dbimages/199365a.jpg",
"startDate": "2015-09-25T19:45:00-07:00",
"url": "http://www.ticketmaster.com/acdc-san-francisco-california-09-25-2015/event/1C004E43C5D25EDC?artistid=1170951&majorcatid=10001&minorcatid=200",
"location" : {
"@type": "Place",
@jessotron
jessotron / recipe-schema-markup
Created September 25, 2015 02:02
Sample Recipe Schema Markup
<div itemscope itemtype="http://schema.org/Recipe">
<link itemprop="url" href="http://allrecipes.com/recipe/12682/apple-pie-by-grandma-ople/" />
<meta itemprop="mainEntityOfPage" content="True" />
<img src="http://images.media-allrecipes.com/userphotos/720x405/736203.jpg" alt="Apple Pie by Grandma Ople" title="Apple Pie by Grandma Ople" itemprop="image" />
<h1 itemprop="name">Apple Pie by Grandma Ople</h1>
<div itemprop="description">"This was my grandmother's apple pie recipe. I have never seen another one quite like it. It will always be my favorite and has won me several first place prizes in local competitions. I hope it becomes one of your favorites as well!"</div>
Prep Time: <time itemprop="prepTime" datetime="PT30M">30 min</time>
Cook Time: <time itemprop="cookTime" datetime="PT1H">1 hour</time>
Total Time: <time itemprop="totalTime" datetime="PT1H30M">1 hour 30 min</time>
@jessotron
jessotron / person-schema-markup
Created September 25, 2015 02:07
Sample Person Schema Markup
<div itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="gender" content="Male">
<meta itemprop="birthDate" content="March 21, 1978">
<meta itemprop="spouse" content="Rebecca Kirshner">
<meta itemprop="parent" content="Jack Kirshner">
<meta itemprop="jobTitle" content="CEO of Elite SEM and Coffeeforless">
<meta itemprop="email" content="[email protected]">
<meta itemprop="url" content="http://www.benkirshner.com">
<meta itemprop="memberOf" content="Young President's Organization">
<meta itemprop="memberOf" content="SEMPO">