Example Event-Place-PostalAddress-MusicGroup-Offer-LimitedAvailability-227
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Typhoon with Radiation City",
"startDate" : "2013-09-14T21:30",
"location" : {
"@type" : "Place",
"sameAs" : "http://www.hi-dive.com",
"name" : "The Hi-Dive",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "7 S. Broadway",
"addressLocality" : "Denver",
"addressRegion" : "CO",
"postalCode" : "80209" }
},
"performer" : [
{ "@type" : "MusicGroup",
"name" : "Typhoon",
"sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
{ "@type" : "MusicGroup",
"name" : "RadiationCity",
"sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
"offers" : {
"@type" : "Offer",
"availability" : "http://schema.org/LimitedAvailability",
"price" : "$13.00",
"url" : "http://www.ticketfly.com/purchase/309433" },
"typicalAgeRange" : "18+"
}
</script>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Typhoon with Radiation City",
"startDate" : "2013-09-14T21:30",
"location" : {
"@type" : "Place",
"sameAs" : "http://www.hi-dive.com",
"name" : "The Hi-Dive",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "7 S. Broadway",
"addressLocality" : "Denver",
"addressRegion" : "CO",
"postalCode" : "80209" }
},
"performer" : [
{ "@type" : "MusicGroup",
"name" : "Typhoon",
"sameAs" : "http://en.wikipedia.org/wiki/Typhoon_(American_band)" },
{ "@type" : "MusicGroup",
"name" : "RadiationCity",
"sameAs" : "http://en.wikipedia.org/wiki/Radiation_City" }],
"offers" : {
"@type" : "Offer",
"availability" : "http://schema.org/LimitedAvailability",
"price" : "$13.00",
"url" : "http://www.ticketfly.com/purchase/309433" },
"typicalAgeRange" : "18+"
}
</script>
Example Event-Place-PostalAddress-Offer-223
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
Example Event-Place-PostalAddress-Offer-225
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper">
<div class="event-date" property="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventRescheduled">
<span property="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper">
<div class="event-date" itemprop="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventRescheduled">
<span itemprop="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
{
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
}
]
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper">
<div class="event-date" property="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" property="name">Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventRescheduled">
<span property="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper">
<div class="event-date" itemprop="startDate" content="2013-10-12T22:00">Sat Oct 12</div>
<div class="event-title" itemprop="name">Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventRescheduled">
<span itemprop="previousStartDate" content="2013-09-14T21:30">(previously scheduled for Sept 14th)</span>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">10:00 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
{
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
}
]
}
</script>
Example Event-Place-PostalAddress-Offer-EventCancelled-224
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">CANCELLED - Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price" property="price">$13.00</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">CANCELLED - Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"eventStatus": "http://schema.org/EventCancelled",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "CANCELLED - Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">CANCELLED - Typhoon with Radiation City</div>
<meta property="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<div class="event-price" property="price">$13.00</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">CANCELLED - Typhoon with Radiation City</div>
<meta itemprop="eventStatus" content="http://schema.org/EventCancelled">
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"eventStatus": "http://schema.org/EventCancelled",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "CANCELLED - Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
Example Event-Place-PostalAddress-Offer-SoldOut-226
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<meta property="availability" content="http://schema.org/SoldOut">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="availability" content="http://schema.org/SoldOut">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "SOLD OUT! Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"availability": "http://schema.org/SoldOut",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" class="event-wrapper" typeof="Event">
<div class="event-date" property="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" property="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" property="location" typeof="Place">
<span property="name">The Hi-Dive</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">7 S. Broadway</span><br>
<span property="addressLocality">Denver</span>,
<span property="addressRegion">CO</span>
<span property="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span property="offers" typeof="Offer">
<meta property="availability" content="http://schema.org/SoldOut">
<div class="event-price">
<meta property="priceCurrency" content="USD" />$
<meta property="price" content="13.00" />13.00
</div>
<a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
microdata (source lint)
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<div class="event-date" itemprop="startDate" content="2013-09-14T21:30">Sat Sep 14</div>
<div class="event-title" itemprop="name">SOLD OUT! Typhoon with Radiation City</div>
<div class="event-venue" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">The Hi-Dive</span>
<div class="address" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">7 S. Broadway</span><br>
<span itemprop="addressLocality">Denver</span>,
<span itemprop="addressRegion">CO</span>
<span itemprop="postalCode">80209</span>
</div>
</div>
<div class="event-time">9:30 PM</div>
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="availability" content="http://schema.org/SoldOut">
<div class="event-price" itemprop="price" content="13.00">$13.00</div>
<span itemprop="priceCurrency" content="USD" />
<a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a>
</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Denver",
"addressRegion": "CO",
"postalCode": "80209",
"streetAddress": "7 S. Broadway"
},
"name": "The Hi-Dive"
},
"name": "SOLD OUT! Typhoon with Radiation City",
"offers": {
"@type": "Offer",
"availability": "http://schema.org/SoldOut",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
}
</script>
Example MusicEvent-Place-PostalAddress-Offer-MusicGroup-EventRescheduled-257
RDFa (source lint)
This example is JSON-only.
microdata (source lint)
This example is JSON-only.
JSON-LD (source lint)
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "B.B. King with Jonathon \"Boogie\" Long",
"image" : "http://www.bbking.com/gallery/b-b-king-live.jpg",
"url" : "http://www.bbking.com/events/apr12-providence.html",
"startDate" : "2014-04-12T19:30",
"doorTime" : "18:30",
"endDate" : "2014-04-12T22:00",
"location" : {
"@type" : "Place",
"name" : "Lupo's Heartbreak Hotel",
"sameAs" : "http://lupos.com/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "79 Washington St.",
"addressLocality" : "Providence",
"addressRegion" : "RI",
"postalCode" : "02903",
"addressCountry" : "US"
}
},
"offers" : [ {
"@type" : "Offer",
"name" : "General Admission",
"price" : "$63.25",
"availability" : "SoldOut",
"url" : "http://www.ticketmaster.com/event/17004C29"
},{
"@type" : "Offer",
"name" : "VIP Experience",
"url" : "http://www.example.com/Abcde12345",
"price" : "$299.00",
"validFrom" : "2014-02-05T10:00",
"validThrough" : "2014-03-19T23:59"
} ],
"performer" : [ {
"@type" : "MusicGroup",
"name" : "B.B. King",
"sameAs" : "http://en.wikipedia.org/wiki/B.B._King"
},{
"@type" : "MusicGroup",
"name" : "Jonathon \"Boogie\" Long",
"sameAs" : "http://jonathonboogielong.com/"
} ],
"eventStatus" : "EventRescheduled",
"previousStartDate" : "2013-09-30T19:30",
"typicalAgeRange" : "18+"
}]
</script>
RDFa (source lint)
This example is JSON-only.
microdata (source lint)
This example is JSON-only.
JSON-LD (source lint)
<script type="application/ld+json">
[{
"@context" : "http://schema.org",
"@type" : "MusicEvent",
"name" : "B.B. King with Jonathon \"Boogie\" Long",
"image" : "http://www.bbking.com/gallery/b-b-king-live.jpg",
"url" : "http://www.bbking.com/events/apr12-providence.html",
"startDate" : "2014-04-12T19:30",
"doorTime" : "18:30",
"endDate" : "2014-04-12T22:00",
"location" : {
"@type" : "Place",
"name" : "Lupo's Heartbreak Hotel",
"sameAs" : "http://lupos.com/",
"address" : {
"@type" : "PostalAddress",
"streetAddress" : "79 Washington St.",
"addressLocality" : "Providence",
"addressRegion" : "RI",
"postalCode" : "02903",
"addressCountry" : "US"
}
},
"offers" : [ {
"@type" : "Offer",
"name" : "General Admission",
"price" : "$63.25",
"availability" : "SoldOut",
"url" : "http://www.ticketmaster.com/event/17004C29"
},{
"@type" : "Offer",
"name" : "VIP Experience",
"url" : "http://www.example.com/Abcde12345",
"price" : "$299.00",
"validFrom" : "2014-02-05T10:00",
"validThrough" : "2014-03-19T23:59"
} ],
"performer" : [ {
"@type" : "MusicGroup",
"name" : "B.B. King",
"sameAs" : "http://en.wikipedia.org/wiki/B.B._King"
},{
"@type" : "MusicGroup",
"name" : "Jonathon \"Boogie\" Long",
"sameAs" : "http://jonathonboogielong.com/"
} ],
"eventStatus" : "EventRescheduled",
"previousStartDate" : "2013-09-30T19:30",
"typicalAgeRange" : "18+"
}]
</script>
Example PostalAddress-70
RDFa (source lint)
<div vocab="http://schema.org/" typeof="PostalAddress">
<span property="name">Google Inc.</span>
P.O. Box<span property="postOfficeBoxNumber">1234</span>
<span property="addressLocality">Mountain View</span>,
<span property="addressRegion">CA</span>
<span property="postalCode">94043</span>
<span property="addressCountry">United States</span>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="name">Google Inc.</span>
P.O. Box<span itemprop="postOfficeBoxNumber">1234</span>
<span itemprop="addressLocality">Mountain View</span>,
<span itemprop="addressRegion">CA</span>
<span itemprop="postalCode">94043</span>
<span itemprop="addressCountry">United States</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "PostalAddress",
"addressCountry": "United States",
"addressLocality": "Mountain View",
"addressRegion": "CA",
"name": "Google Inc.",
"postOfficeBoxNumber": "1234",
"postalCode": "94043"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="PostalAddress">
<span property="name">Google Inc.</span>
P.O. Box<span property="postOfficeBoxNumber">1234</span>
<span property="addressLocality">Mountain View</span>,
<span property="addressRegion">CA</span>
<span property="postalCode">94043</span>
<span property="addressCountry">United States</span>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="name">Google Inc.</span>
P.O. Box<span itemprop="postOfficeBoxNumber">1234</span>
<span itemprop="addressLocality">Mountain View</span>,
<span itemprop="addressRegion">CA</span>
<span itemprop="postalCode">94043</span>
<span itemprop="addressCountry">United States</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "PostalAddress",
"addressCountry": "United States",
"addressLocality": "Mountain View",
"addressRegion": "CA",
"name": "Google Inc.",
"postOfficeBoxNumber": "1234",
"postalCode": "94043"
}
</script>
Example PostalAddress-Pharmacy-Store-253
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Store">
<div>
<h1 property="name">Delia's Daily Supplies</h1>
<p property="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span property="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span property="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address property="address" typeof="PostalAddress">
<span property="streetAddress">Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
<div property="department" typeof="Pharmacy">
<h2 property="name">Philippa's Pharmacy</h2>
<p property="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span property="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span property="telephone" content="+155501001111">555-0100-1111</span></p>
<address property="address" typeof="PostalAddress">
<span property="streetAddress">Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Store">
<div>
<h1 itemprop="name">Delia's Daily Supplies</h1>
<p itemprop="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span itemprop="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
<div itemprop="department" itemscope itemtype="http://schema.org/Pharmacy">
<h2 itemprop="name">Philippa's Pharmacy</h2>
<p itemprop="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span itemprop="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001111">555-0100-1111</span></p>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Store",
"name": "Delia's Daily Supplies",
"description": "For your daily newspapers, candies, snacks and (via our in-store pharmacy) drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.",
"openingHours": "Mo-Fr 07:00-23:00",
"telephone": "+155501001110",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
},
"department":
{
"@type": "Pharmacy",
"name": "Philippa's Pharmacy",
"description": "A superb collection of fine pharmaceuticals for your beauty and healthcare needs, a department of Delia's Drugstore. Call our desk to speak to the on-duty pharmacist any morning Monday-Thursday.",
"openingHours": "Mo-Th 09:00-12:00",
"telephone": "+155501001111",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
}
}
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Store">
<div>
<h1 property="name">Delia's Daily Supplies</h1>
<p property="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span property="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span property="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address property="address" typeof="PostalAddress">
<span property="streetAddress">Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
<div property="department" typeof="Pharmacy">
<h2 property="name">Philippa's Pharmacy</h2>
<p property="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span property="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span property="telephone" content="+155501001111">555-0100-1111</span></p>
<address property="address" typeof="PostalAddress">
<span property="streetAddress">Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Store">
<div>
<h1 itemprop="name">Delia's Daily Supplies</h1>
<p itemprop="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span itemprop="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
<div itemprop="department" itemscope itemtype="http://schema.org/Pharmacy">
<h2 itemprop="name">Philippa's Pharmacy</h2>
<p itemprop="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span itemprop="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001111">555-0100-1111</span></p>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Store",
"name": "Delia's Daily Supplies",
"description": "For your daily newspapers, candies, snacks and (via our in-store pharmacy) drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.",
"openingHours": "Mo-Fr 07:00-23:00",
"telephone": "+155501001110",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
},
"department":
{
"@type": "Pharmacy",
"name": "Philippa's Pharmacy",
"description": "A superb collection of fine pharmaceuticals for your beauty and healthcare needs, a department of Delia's Drugstore. Call our desk to speak to the on-duty pharmacist any morning Monday-Thursday.",
"openingHours": "Mo-Th 09:00-12:00",
"telephone": "+155501001111",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42b, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
}
}
}
</script>
Example Store-PostalAddress-Pharmacy-252
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Store">
<div>
<h1 property="name">Delia's Daily Supplies</h1>
<p property="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span property="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm </p>
<p>Phone: <span property="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address property="address" typeof="PostalAddress">
<span property="streetAddress"> Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
<div property="department" typeof="Pharmacy">
<h2 property="name">Philippa's Pharmacy</h2>
<p property="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span property="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span property="telephone" content="+155501001111">555-0100-1111</span></p>
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Store">
<div>
<h1 itemprop="name">Delia's Daily Supplies</h1>
<p itemprop="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span itemprop="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress"> Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
<div itemprop="department" itemscope itemtype="http://schema.org/Pharmacy">
<h2 itemprop="name">Philippa's Pharmacy</h2>
<p itemprop="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span itemprop="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001111">555-0100-1111</span></p>
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Store",
"name": "Delia's Daily Supplies",
"description": "For your daily newspapers, candies, snacks and (via our in-store pharmacy) drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.",
"openingHours": "Mo-Fr 07:00-23:00",
"telephone": "+155501001110",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
},
"department":
{
"@type": "Pharmacy",
"name": "Philippa's Pharmacy",
"description": "A superb collection of fine pharmaceuticals for your beauty and healthcare needs, a department of Delia's Drugstore. Call our desk to speak to the on-duty pharmacist any morning Monday-Thursday.",
"openingHours": "Mo-Th 09:00-12:00",
"telephone": "+155501001111"
}
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Store">
<div>
<h1 property="name">Delia's Daily Supplies</h1>
<p property="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span property="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm </p>
<p>Phone: <span property="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address property="address" typeof="PostalAddress">
<span property="streetAddress"> Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span property="addressLocality">Boston</span>,
<span property="addressRegion">MA</span>, <span property="addressCountry">USA</span>
</address>
<div property="department" typeof="Pharmacy">
<h2 property="name">Philippa's Pharmacy</h2>
<p property="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span property="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span property="telephone" content="+155501001111">555-0100-1111</span></p>
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Store">
<div>
<h1 itemprop="name">Delia's Daily Supplies</h1>
<p itemprop="description">For your daily newspapers, candies, snacks and (via our in-store pharmacy)
drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.</p>
<p>Open: <span itemprop="openingHours" content="Mo-Fr 07:00-23:00">Monday-Friday 7am-11pm</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001110">555-0100-1110</span></p>
</div>
<address itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress"> Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101</span>,
<span itemprop="addressLocality">Boston</span>,
<span itemprop="addressRegion">MA</span>, <span itemprop="addressCountry">USA</span>
</address>
<div itemprop="department" itemscope itemtype="http://schema.org/Pharmacy">
<h2 itemprop="name">Philippa's Pharmacy</h2>
<p itemprop="description">A superb collection of fine pharmaceuticals...</p>
<p>Open: <span itemprop="openingHours" content="Mo-Th 09:00-12:00">Monday-Thursday 9am-noon</span></p>
<p>Phone: <span itemprop="telephone" content="+155501001111">555-0100-1111</span></p>
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Store",
"name": "Delia's Daily Supplies",
"description": "For your daily newspapers, candies, snacks and (via our in-store pharmacy) drugs and healthcare products to keep you and your family happy, healthy and supplied with all your daily needs.",
"openingHours": "Mo-Fr 07:00-23:00",
"telephone": "+155501001110",
"address":
{
"@type": "PostalAddress",
"streetAddress": "Unit 42, Land of Bargains Shopping Paradise, 12 Highway 101",
"addressLocality": "Boston",
"addressRegion": "MA",
"addressCountry": "USA"
},
"department":
{
"@type": "Pharmacy",
"name": "Philippa's Pharmacy",
"description": "A superb collection of fine pharmaceuticals for your beauty and healthcare needs, a department of Delia's Drugstore. Call our desk to speak to the on-duty pharmacist any morning Monday-Thursday.",
"openingHours": "Mo-Th 09:00-12:00",
"telephone": "+155501001111"
}
}
</script>
Example eg-1
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Person">
<span property="name">Jane Doe</span>
<img src="janedoe.jpg" property="image" alt="Photo of Jane Joe"/>
<span property="jobTitle">Professor</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span property="addressLocality">Seattle</span>,
<span property="addressRegion">WA</span>
<span property="postalCode">98052</span>
</div>
<span property="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" property="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" property="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" property="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" property="colleague">
Bob Smith</a>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jane Doe</span>
<img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Joe"/>
<span itemprop="jobTitle">Professor</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span itemprop="addressLocality">Seattle</span>,
<span itemprop="addressRegion">WA</span>
<span itemprop="postalCode">98052</span>
</div>
<span itemprop="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" itemprop="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" itemprop="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
Bob Smith</a>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98052",
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
},
"colleague": [
"http://www.xyz.edu/students/alicejones.html",
"http://www.xyz.edu/students/bobsmith.html"
],
"email": "mailto:jane-doe@xyz.edu",
"image": "janedoe.jpg",
"jobTitle": "Professor",
"name": "Jane Doe",
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Person">
<span property="name">Jane Doe</span>
<img src="janedoe.jpg" property="image" alt="Photo of Jane Joe"/>
<span property="jobTitle">Professor</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span property="addressLocality">Seattle</span>,
<span property="addressRegion">WA</span>
<span property="postalCode">98052</span>
</div>
<span property="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" property="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" property="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" property="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" property="colleague">
Bob Smith</a>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jane Doe</span>
<img src="janedoe.jpg" itemprop="image" alt="Photo of Jane Joe"/>
<span itemprop="jobTitle">Professor</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">
20341 Whitworth Institute
405 N. Whitworth
</span>
<span itemprop="addressLocality">Seattle</span>,
<span itemprop="addressRegion">WA</span>
<span itemprop="postalCode">98052</span>
</div>
<span itemprop="telephone">(425) 123-4567</span>
<a href="mailto:jane-doe@xyz.edu" itemprop="email">
jane-doe@xyz.edu</a>
Jane's home page:
<a href="http://www.janedoe.com" itemprop="url">janedoe.com</a>
Graduate students:
<a href="http://www.xyz.edu/students/alicejones.html" itemprop="colleague">
Alice Jones</a>
<a href="http://www.xyz.edu/students/bobsmith.html" itemprop="colleague">
Bob Smith</a>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"address": {
"@type": "PostalAddress",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98052",
"streetAddress": "20341 Whitworth Institute 405 N. Whitworth"
},
"colleague": [
"http://www.xyz.edu/students/alicejones.html",
"http://www.xyz.edu/students/bobsmith.html"
],
"email": "mailto:jane-doe@xyz.edu",
"image": "janedoe.jpg",
"jobTitle": "Professor",
"name": "Jane Doe",
"telephone": "(425) 123-4567",
"url": "http://www.janedoe.com"
}
</script>
Example eg-7
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Organization">
<span property="name">Google.org (GOOG)</span>
Contact Details:
<div property="address" typeof="PostalAddress">
Main address:
<span property="streetAddress">38 avenue de l'Opera</span>
<span property="postalCode">F-75002</span>
<span property="addressLocality">Paris, France</span>
,
</div>
Tel:<span property="telephone">( 33 1) 42 68 53 00 </span>,
Fax:<span property="faxNumber">( 33 1) 42 68 53 01 </span>,
E-mail: <span property="email">secretariat(at)google.org</span>
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
List of Alumni:
<span property="alumni" typeof="Person">
<span property="name">Jack Dan</span>
</span>,
<span property="alumni" typeof="Person">
<span property="name">John Smith</span>
</span>
History:
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">Google.org (GOOG)</span>
Contact Details:
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
Main address:
<span itemprop="streetAddress">38 avenue de l'Opera</span>
<span itemprop="postalCode">F-75002</span>
<span itemprop="addressLocality">Paris, France</span>
,
</div>
Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
E-mail: <span itemprop="email">secretariat(at)google.org</span>
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
List of Alumni:
<span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jack Dan</span>
</span>,
<span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">John Smith</span>
</span>,
History:
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"addressLocality": "Paris, France",
"postalCode": "F-75002",
"streetAddress": "38 avenue de l'Opera"
},
"email": "secretariat(at)google.org",
"faxNumber": "( 33 1) 42 68 53 01",
"member": [
{
"@type": "Organization"
},
{
"@type": "Organization"
}
],
"alumni": [
{
"@type": "Person",
"name": "Jack Dan"
},
{
"@type": "Person",
"name": "John Smith"
}
],
"name": "Google.org (GOOG)",
"telephone": "( 33 1) 42 68 53 00"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Organization">
<span property="name">Google.org (GOOG)</span>
Contact Details:
<div property="address" typeof="PostalAddress">
Main address:
<span property="streetAddress">38 avenue de l'Opera</span>
<span property="postalCode">F-75002</span>
<span property="addressLocality">Paris, France</span>
,
</div>
Tel:<span property="telephone">( 33 1) 42 68 53 00 </span>,
Fax:<span property="faxNumber">( 33 1) 42 68 53 01 </span>,
E-mail: <span property="email">secretariat(at)google.org</span>
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
List of Alumni:
<span property="alumni" typeof="Person">
<span property="name">Jack Dan</span>
</span>,
<span property="alumni" typeof="Person">
<span property="name">John Smith</span>
</span>
History:
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">Google.org (GOOG)</span>
Contact Details:
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
Main address:
<span itemprop="streetAddress">38 avenue de l'Opera</span>
<span itemprop="postalCode">F-75002</span>
<span itemprop="addressLocality">Paris, France</span>
,
</div>
Tel:<span itemprop="telephone">( 33 1) 42 68 53 00 </span>,
Fax:<span itemprop="faxNumber">( 33 1) 42 68 53 01 </span>,
E-mail: <span itemprop="email">secretariat(at)google.org</span>
Members:
- National Scientific Members in 100 countries and territories: Country1, Country2, ...
- Scientific Union Members, 30 organizations listed in this Yearbook:
List of Alumni:
<span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Jack Dan</span>
</span>,
<span itemprop="alumni" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">John Smith</span>
</span>,
History:
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"address": {
"@type": "PostalAddress",
"addressLocality": "Paris, France",
"postalCode": "F-75002",
"streetAddress": "38 avenue de l'Opera"
},
"email": "secretariat(at)google.org",
"faxNumber": "( 33 1) 42 68 53 01",
"member": [
{
"@type": "Organization"
},
{
"@type": "Organization"
}
],
"alumni": [
{
"@type": "Person",
"name": "Jack Dan"
},
{
"@type": "Person",
"name": "John Smith"
}
],
"name": "Google.org (GOOG)",
"telephone": "( 33 1) 42 68 53 00"
}
</script>
Example eg-9
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Event">
<a property="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span property="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta property="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div property="location" typeof="Place">
<a property="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div property="address" typeof="PostalAddress">
<span property="addressLocality">Philadelphia</span>,
<span property="addressRegion">PA</span>
</div>
</div>
<div property="offers" typeof="AggregateOffer">
Priced from: <span property="lowPrice">$35</span>
<span property="offerCount">1938</span> tickets left
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Event">
<a itemprop="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta itemprop="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<a itemprop="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Philadelphia</span>,
<span itemprop="addressRegion">PA</span>
</div>
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
Priced from: <span itemprop="lowPrice">$35</span>
<span itemprop="offerCount">1938</span> tickets left
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Philadelphia",
"addressRegion": "PA"
},
"url": "wells-fargo-center.html"
},
"offers": {
"@type": "AggregateOffer",
"lowPrice": "$35",
"offerCount": "1938"
},
"startDate": "2016-04-21T20:00",
"url": "nba-miami-philidelphia-game3.html"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="Event">
<a property="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span property="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta property="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div property="location" typeof="Place">
<a property="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div property="address" typeof="PostalAddress">
<span property="addressLocality">Philadelphia</span>,
<span property="addressRegion">PA</span>
</div>
</div>
<div property="offers" typeof="AggregateOffer">
Priced from: <span property="lowPrice">$35</span>
<span property="offerCount">1938</span> tickets left
</div>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/Event">
<a itemprop="url" href="nba-miami-philidelphia-game3.html">
NBA Eastern Conference First Round Playoff Tickets:
<span itemprop="name"> Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </span>
</a>
<meta itemprop="startDate" content="2016-04-21T20:00">
Thu, 04/21/16
8:00 p.m.
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<a itemprop="url" href="wells-fargo-center.html">
Wells Fargo Center
</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Philadelphia</span>,
<span itemprop="addressRegion">PA</span>
</div>
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
Priced from: <span itemprop="lowPrice">$35</span>
<span itemprop="offerCount">1938</span> tickets left
</div>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Philadelphia",
"addressRegion": "PA"
},
"url": "wells-fargo-center.html"
},
"offers": {
"@type": "AggregateOffer",
"lowPrice": "$35",
"offerCount": "1938"
},
"startDate": "2016-04-21T20:00",
"url": "nba-miami-philidelphia-game3.html"
}
</script>
Example eg2
RDFa (source lint)
<div vocab="http://schema.org/" typeof="LocalBusiness">
<h1><span property="name">Beachwalk Beachwear & Giftware</span></h1>
<span property="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">3102 Highway 98</span>
<span property="addressLocality">Mexico Beach</span>,
<span property="addressRegion">FL</span>
</div>
Phone: <span property="telephone">850-648-4200</span>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1><span itemprop="name">Beachwalk Beachwear & Giftware</span></h1>
<span itemprop="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">3102 Highway 98</span>
<span itemprop="addressLocality">Mexico Beach</span>,
<span itemprop="addressRegion">FL</span>
</div>
Phone: <span itemprop="telephone">850-648-4200</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressLocality": "Mexico Beach",
"addressRegion": "FL",
"streetAddress": "3102 Highway 98"
},
"description": "A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.",
"name": "Beachwalk Beachwear & Giftware",
"telephone": "850-648-4200"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org/" typeof="LocalBusiness">
<h1><span property="name">Beachwalk Beachwear & Giftware</span></h1>
<span property="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div property="address" typeof="PostalAddress">
<span property="streetAddress">3102 Highway 98</span>
<span property="addressLocality">Mexico Beach</span>,
<span property="addressRegion">FL</span>
</div>
Phone: <span property="telephone">850-648-4200</span>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/LocalBusiness">
<h1><span itemprop="name">Beachwalk Beachwear & Giftware</span></h1>
<span itemprop="description"> A superb collection of fine gifts and clothing
to accent your stay in Mexico Beach.</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">3102 Highway 98</span>
<span itemprop="addressLocality">Mexico Beach</span>,
<span itemprop="addressRegion">FL</span>
</div>
Phone: <span itemprop="telephone">850-648-4200</span>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress",
"addressLocality": "Mexico Beach",
"addressRegion": "FL",
"streetAddress": "3102 Highway 98"
},
"description": "A superb collection of fine gifts and clothing to accent your stay in Mexico Beach.",
"name": "Beachwalk Beachwear & Giftware",
"telephone": "850-648-4200"
}
</script>