Thing > Place
Entities that have a somewhat fixed, physical extension.
Property | Expected Type | Description |
---|---|---|
Properties from Place | ||
address
|
PostalAddress | Physical address of the item. |
aggregateRating
|
AggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. |
containedIn
|
Place | The basic containment relation between places. |
event
|
Event | Upcoming or past event associated with this place or organization. Supercedes events. |
faxNumber
|
Text | The fax number. |
geo
|
GeoShape or GeoCoordinates | The geo coordinates of the place. |
globalLocationNumber
|
Text | The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations. |
hasMap
|
URL or Map | A URL to a map of the place. Supercedes map. |
interactionCount
|
Text | A count of a specific user interactions with this item—for example, 20 UserLikes , 5 UserComments , or 300 UserDownloads . The user interaction type should be one of the sub types of UserInteraction. |
isicV4
|
Text | The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place. |
logo
|
URL or ImageObject | A logo associated with an organization. |
openingHoursSpecification
|
OpeningHoursSpecification | The opening hours of a certain place. |
photo
|
Photograph or ImageObject | A photograph of this place. Supercedes photos. |
review
|
Review | A review of the item. Supercedes reviews. |
telephone
|
Text | The telephone number. |
Properties from Thing | ||
additionalType
|
URL | An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally. |
alternateName
|
Text | An alias for the item. |
description
|
Text | A short description of the item. |
image
|
URL or ImageObject | URL of an image of the item. |
name
|
Text | The name of the item. |
potentialAction
|
Action | Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role. |
sameAs
|
URL | URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website. |
url
|
URL | URL of the item. |
Instances of Place may appear as values for the following properties
Property | On Types | Description |
---|---|---|
area
|
BroadcastService | The area within which users can expect to reach the broadcast service. |
availableAtOrFrom
|
Offer or Demand | The place(s) from which the offer can be obtained (e.g. store locations). |
birthPlace
|
Person or Birth | Specifying the place of birth for a person |
careLocation
|
Event or Patient or MedicalProcedure or http://purl.bioontology.org/ontology/SNOMEDCT/305056002 | Specifying a location or a place where the care event is taking place |
careProvider
|
Patient or CaringEvent or MedicalProcedure | Specifying a person, medical organization, or unit care-provider for any health care services |
containedIn
|
Place | The basic containment relation between places. |
contentLocation
|
CreativeWork | The location of the content. |
course
|
ExerciseAction | A sub property of location. The course where this action was taken. |
deathPlace
|
Person or Death | Specifying the place of death for a person |
dropoffLocation
|
RentalCarReservation | Where a rental car can be dropped off. |
foodEstablishment
|
CookAction | A sub property of location. The specific food establishment where the action occurred. |
fromLocation
|
MoveAction or TransferAction or ExerciseAction | A sub property of location. The original location of the object or the agent before the action. |
hasPOS
|
Person or Organization | Points-of-Sales operated by the organization or person. |
homeLocation
|
Person | A contact location for a person's residence. |
jobLocation
|
JobPosting | A (typically single) geographic location associated with the job position. |
location
|
Event or Organization or Action | The location of the event, organization or action. |
pickupLocation
|
TaxiReservation or RentalCarReservation | Where a taxi will pick up a passenger or a rental car can be picked up. |
regionsAllowed
|
MediaObject | The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in ISO 3166 format. |
serviceLocation
|
ServiceChannel | The location (e.g. civic structure, local business, etc.) where a person can go to access the service. |
spatial
|
Dataset | The range of spatial applicability of a dataset, e.g. for a dataset of New York weather, the state of New York. |
toLocation
|
MoveAction or InsertAction or ExerciseAction or TransferAction | A sub property of location. The final location of the object or the agent after the action. |
workLocation
|
Person | A contact location for a person's place of work. |
More specific Types
Examples
<h1>Beachwalk Beachwear & Giftware</h1> A superb collection of fine gifts and clothing to accent your stay in Mexico Beach. 3102 Highway 98 Mexico Beach, FL Phone: 850-648-4200
<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>
<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>
<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>
<h1>What is the latitude and longitude of the Empire State Building?</h1> Answer: Latitude: 40 deg 44 min 54.36 sec N Longitude: 73 deg 59 min 8.5 sec W
<div itemscope itemtype="http://schema.org/Place"> <h1>What is the latitude and longitude of the <span itemprop="name">Empire State Building</span>?</h1> Answer: <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> Latitude: 40 deg 44 min 54.36 sec N Longitude: 73 deg 59 min 8.5 dec W <meta itemprop="latitude" content="40.75" /> <meta itemprop="longitude" content="73.98" /> </div> </div>
<div vocab="http://schema.org/" typeof="Place"> <h1>What is the latitude and longitude of the <span property="name">Empire State Building</span>?</h1> Answer: <div property="geo" typeof="GeoCoordinates"> Latitude: 40 deg 44 min 54.36 sec N Longitude: 73 deg 59 min 8.5 dec W <meta property="latitude" content="40.75" /> <meta property="longitude" content="73.98" /> </div> </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Place", "geo": { "@type": "GeoCoordinates", "latitude": "40.75", "longitude": "73.98" }, "name": "Empire State Building" } </script>
<a href="nba-miami-philidelphia-game3.html"> NBA Eastern Conference First Round Playoff Tickets: Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1) </a> Thu, 04/21/16 8:00 p.m. <a href="wells-fargo-center.html"> Wells Fargo Center </a> Philadelphia, PA Priced from: $35 1938 tickets left
<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>
<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>
<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>
Springfield Town Hall Hours: Mon-Fri 9am - 5:30pm Sat 9am - 12pm Closed Sun
<div itemscope itemtype="http://schema.org/CivicStructure"> <span itemprop="name">Springfield Town Hall</span> Hours: <meta itemprop="openingHours" content="Mo-Fr 09:00-17:30">Mon-Fri 9am - 5:30pm <meta itemprop="openingHours" content="Sa 09:00-12:00">Sat 9am - 12pm Closed Sun </div>
<div vocab="http://schema.org/" typeof="CivicStructure"> <span property="name">Springfield Town Hall</span> Hours: <meta property="openingHours" content="Mo-Fr 09:00-17:30">Mon-Fri 9am - 5:30pm <meta property="openingHours" content="Sa 09:00-12:00">Sat 9am - 12pm Closed Sun </div>
<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "CivicStructure", "name": "Springfield Town Hall", "openingHours": [ "Mo-Fr 09:00-17:30", "Sa 09:00-12:00" ] } </script>
<div class="event-wrapper"> <div class="event-date">Sat Sep 14</div> <div class="event-title">Typhoon with Radiation City</div> <div class="event-venue"> The Hi-Dive <div class="address"> 7 S. Broadway<br> Denver, CO 80209 </div> </div> <div class="event-time">9:30 PM</div> <div class="event-price">$13.00</div> <a href="http://www.ticketfly.com/purchase/309433">Tickets</a> </div>
<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">$13.00</div> <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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" property="price">$13.00</div> <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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", "url": "http://www.ticketfly.com/purchase/309433" }, "startDate": "Sat Sep 14" } </script>
<div class="event-wrapper"> <div class="event-date">Sat Sep 14</div> <div class="event-title">Typhoon with Radiation City</div> <div class="event-title">CANCELLED - Typhoon with Radiation City</div> <div class="event-venue"> The Hi-Dive <div class="address"> 7 S. Broadway<br> Denver, CO 80209 </div> </div> <div class="event-time">9:30 PM</div> <div class="event-price">$13.00</div> <a href="http://www.ticketfly.com/purchase/309433">Tickets</a> </div>
<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">$13.00</div> <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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>
<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", "url": "http://www.ticketfly.com/purchase/309433" }, "startDate": "Sat Sep 14" } </script>
<div class="event-wrapper"> <div class="event-date">Sat Oct 12</div> <div><span>(previously scheduled for Sept 14th)</span></div> <div class="event-title">Typhoon with Radiation City</div> <div class="event-venue"> The Hi-Dive <div class="address"> 7 S. Broadway<br> Denver, CO 80209 </div> </div> <div class="event-time">10:00 PM</div> <span> <div class="event-price">$13.00</div> <a href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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">$13.00</div> <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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" property="price">$13.00</div> <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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", "url": "http://www.ticketfly.com/purchase/309433" } ] } </script>
<div class="event-wrapper"> <div class="event-date">Sat Sep 14</div> <div class="event-title">SOLD OUT! Typhoon with Radiation City</div> <div class="event-venue"> The Hi-Dive <div class="address"> 7 S. Broadway<br> Denver, CO 80209 </div> </div> <div class="event-time">10:00 PM</div> <span> <div class="event-price">$13.00</div> <a href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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">$13.00</div> <a itemprop="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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" property="price">$13.00</div> <a property="url" href="http://www.ticketfly.com/purchase/309433">Tickets</a> </span> </div>
<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", "url": "http://www.ticketfly.com/purchase/309433" }, "startDate": "Sat Sep 14" } </script>
JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
This example is JSON only.
This example is JSON only.
<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>
An example snippet of JSON-LD describing two B.B. King concerts.
This example is JSON-only.
This example is JSON-only.
<script type="application/ld+json"> [{ "@context" : "http://schema.org", "@type" : "MusicEvent", "name" : "B.B. King", "startDate" : "2014-04-12T19:30", "location" : { "@type" : "Place", "name" : "Lupo’s Heartbreak Hotel", "address" : "79 Washington St., Providence, RI" }, "offers" : { "@type" : "Offer", "url" : "https://www.etix.com/ticket/1771656" } }, { "@context" : "http://schema.org", "@type" : "MusicEvent", "name" : "B.B. King", "startDate" : "2014-04-13T20:00", "location" : { "@type" : "Place", "name" : "Lynn Auditorium", "address" : "Lynn, MA, 01901" }, "offers" : { "@type" : "Offer", "url" : "http://frontgatetickets.com/venue.php?id=11766" } }] </script>
An example of a more fully specified MusicEvent, including a tour image, full venue address, multiple performers, and multiple ticket classes.
This example is JSON-only.
This example is JSON-only.
<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>
Schema Version 1.8