Event - Schema.org Type
Note
: You are viewing the development
version of
Schema.org
See
how we work
for more details.
Schema.org
Docs
Schemas
Validate
About
Event
A Schema.org Type
Thing
Event
[more...]
Canonical URL: https://schema.org/Event
Equivalent Class: fibo-fnd-dt-oc:Occurrence
Equivalent Class: dcmitype:Event
Check for open issues.
An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the
offers
property. Repeated events may be structured as separate Event objects.
Property
Expected Type
Description
Properties from
Event
about
Thing
The subject matter of an object.
Inverse property:
subjectOf
actor
PerformingGroup
or
Person
An actor (individual or a group), e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.
Supersedes
actors
aggregateRating
AggregateRating
The overall rating, based on a collection of reviews or ratings, of the item.
attendee
Organization
or
Person
A person or organization attending the event.
Supersedes
attendees
audience
Audience
An intended audience, i.e. a group for whom something was created.
Supersedes
serviceAudience
composer
Organization
or
Person
The person or organization who wrote a composition, or who is the composer of a work performed at some event.
contributor
Organization
or
Person
A secondary contributor to the CreativeWork or Event.
director
Person
A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.
Supersedes
directors
doorTime
DateTime
or
Time
The time admission will commence.
duration
Duration
or
QuantitativeValue
The duration of the item (movie, audio recording, event, etc.) in
ISO 8601 duration format
endDate
Date
or
DateTime
The end date and time of the item (in
ISO 8601 date format
).
eventAttendanceMode
EventAttendanceModeEnumeration
The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.
eventSchedule
Schedule
Associates an
Event
with a
Schedule
. There are circumstances where it is preferable to share a schedule for a series of
repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly
gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An
Event
that
is associated with a
Schedule
using this property should not have
startDate
or
endDate
properties. These are instead defined within the associated
Schedule
, this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months
or seasons.
eventStatus
EventStatusType
An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.
funder
Organization
or
Person
A person or organization that supports (sponsors) something through some kind of financial contribution.
funding
Grant
Grant
that directly or indirectly provide funding or sponsorship for this item. See also
ownershipFundingInfo
Inverse property:
fundedItem
hasParticipationOffer
Offer
An offer to participate in the event, for example, Call for Proposals, Call for Speakers, or Call for Performers.
hasSponsorshipOffer
Offer
An offer to sponsor the event, for example, Sponsorship Prospectus, Sponsorship Opportunities, or Sponsor Packages.
inLanguage
Language
or
Text
The language of the content or performance or used in an action. Please use one of the language codes from the
IETF BCP 47 standard
. See also
availableLanguage
Supersedes
language
isAccessibleForFree
Boolean
A flag to signal that the item, event, or place is accessible for free.
Supersedes
free
keywords
DefinedTerm
or
Text
or
URL
Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property.
location
Place
or
PostalAddress
or
Text
or
VirtualLocation
The location of, for example, where an event is happening, where an organization is located, or where an action takes place.
maximumAttendeeCapacity
Integer
The total number of individuals that may attend an event or venue.
maximumPhysicalAttendeeCapacity
Integer
The maximum physical attendee capacity of an
Event
whose
eventAttendanceMode
is
OfflineEventAttendanceMode
(or the offline aspects, in the case of a
MixedEventAttendanceMode
).
maximumVirtualAttendeeCapacity
Integer
The maximum virtual attendee capacity of an
Event
whose
eventAttendanceMode
is
OnlineEventAttendanceMode
(or the online aspects, in the case of a
MixedEventAttendanceMode
).
offers
Demand
or
Offer
An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use
businessFunction
to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a
Demand
. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
Inverse property:
itemOffered
organizer
Organization
or
Person
An organizer of an Event.
performer
Organization
or
Person
A performer at the event—for example, a presenter, musician, musical group or actor.
Supersedes
performers
previousStartDate
Date
or
DateTime
Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.
recordedIn
CreativeWork
The CreativeWork that captured all or part of this Event.
Inverse property:
recordedAt
remainingAttendeeCapacity
Integer
The number of attendee places for an event that remain unallocated.
review
Review
A review of the item.
Supersedes
reviews
sponsor
Organization
or
Person
A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event.
startDate
Date
or
DateTime
The start date and time of the item (in
ISO 8601 date format
).
subEvent
Event
An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.
Supersedes
subEvents
Inverse property:
superEvent
superEvent
Event
An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.
Inverse property:
subEvent
translator
Organization
or
Person
Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.
typicalAgeRange
Text
The typical expected age range, e.g. '7-9', '11-'.
workFeatured
CreativeWork
A work featured in some event, e.g. exhibited in an ExhibitionEvent.
Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).
workPerformed
CreativeWork
A work performed in some event, for example a play performed in a TheaterEvent.
Properties from
Thing
additionalType
Text
or
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. Typically the value is a URI-identified RDF class, and in this case corresponds to the
use of rdf:type in RDF. Text values can be used sparingly, for cases where useful information can be added without their being an appropriate schema to reference. In the case of text values, the class label should follow the schema.org
style guide
alternateName
Text
An alias for the item.
description
Text
or
TextObject
A description of the item.
disambiguatingDescription
Text
A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
identifier
PropertyValue
or
Text
or
URL
The identifier property represents any kind of identifier for any kind of
Thing
, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See
background notes
for more details.
image
ImageObject
or
URL
An image of the item. This can be a
URL
or a fully described
ImageObject
mainEntityOfPage
CreativeWork
or
URL
Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See
background notes
for details.
Inverse property:
mainEntity
name
Text
The name of the item.
owner
Organization
or
Person
A person or organization who owns this Thing.
Inverse property:
owns
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, Wikidata entry, or official website.
subjectOf
CreativeWork
or
Event
A CreativeWork or Event about this Thing.
Inverse property:
about
url
URL
URL of the item.
Instances of
Event
may appear as a value for the following properties
Property
On Types
Description
broadcastOfEvent
BroadcastEvent
The event being broadcast such as a sporting event or awards ceremony.
event
InformAction
or
InviteAction
or
JoinAction
or
LeaveAction
or
Organization
or
Place
or
PlayAction
Upcoming or past event associated with this place, organization, or action.
events
Organization
or
Place
Upcoming or past events associated with this place or organization.
firstPerformance
MusicComposition
The date and place the work was first performed.
fundedItem
Grant
Indicates something directly or indirectly funded or sponsored through a
Grant
. See also
ownershipFundingInfo
itemOffered
Demand
or
Offer
An item being offered (or demanded). The transactional nature of the offer or demand is documented using
businessFunction
, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
lifeEvent
Person
A life event like baptism, communions, Bar Mitzvahs, Aqiqah, Namakarana, Miyamairi, burial, ....
performerIn
Person
Event that this person is a performer or participant in.
recordedAt
CreativeWork
The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.
subEvent
Event
An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.
subEvents
Event
Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.
subjectOf
Thing
A CreativeWork or Event about this Thing.
superEvent
Event
An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.
More specific Types
BusinessEvent
ChildrensEvent
ComedyEvent
ConferenceEvent
CourseInstance
DanceEvent
DeliveryEvent
EducationEvent
EventSeries
ExhibitionEvent
Festival
FoodEvent
Hackathon
LiteraryEvent
MusicEvent
PerformingArtsEvent
PublicationEvent
SaleEvent
ScreeningEvent
SocialEvent
SportsEvent
TheaterEvent
VisualArtsEvent
Examples
Example 1
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Foo Fighters
Video: Interview with the Foo Fighters
Catch this exclusive interview with Dave Grohl and the Foo Fighters
about their new album, Rope.
Songs
Rope
Length: 4:05 - 14300 plays
Play
Buy
From album: Wasting Light
Everlong
Length: 6:33 - 11700 plays
Play
Buy
From album: The Color And The Shape
Upcoming shows
FedExForum
Memphis, TN, US
May 20
Buy tickets
Mid America Center
Council Bluffs, IA, US
May 23
Buy tickets
28 Photos
src="foofighters-thumb1.jpg" />
src="foofighters-thumb2.jpg" />
src="foofighters-thumb3.jpg" />
Comments:
Excited about seeing them in concert next week. -Lawrence , Jan 23
I dig their latest single. -Mary, Jan 19
Showing 1-2 of 18 comments. More
Example encoded as
Microdata
embedded in HTML.
Foo Fighters
Video: Interview with the Foo Fighters
Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.
Comments:
Excited about seeing them in concert next week. -Lawrence , Jan 23 I dig their latest single. -Mary, Jan 19
Songs
Upcoming shows
28 Photos
Example encoded as
RDFa
embedded in HTML.
Foo Fighters
Video: Interview with the Foo Fighters
Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.
Comments:
Excited about seeing them in concert next week. -Lawrence , Jan 23 I dig their latest single. -Mary, Jan 19
Songs
Upcoming shows
28 Photos
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "MusicGroup",
"event": [
"@type": "Event",
"location": "Memphis, TN, US",
"offers": "ticketmaster.com/foofighters/may20-2011",
"startDate": "2011-05-20",
"url": "foo-fighters-may20-fedexforum"
},
"@type": "Event",
"location": "Council Bluffs, IA, US",
"offers": "ticketmaster.com/foofighters/may23-2011",
"startDate": "2011-05-23",
"url": "foo-fighters-may23-midamericacenter"
],
"image": [
"foofighters-1.jpg",
"foofighters-2.jpg",
"foofighters-3.jpg"
],
"name": "Foo Fighters",
"track": [
"@type": "MusicRecording",
"audio": "foo-fighters-rope-play.html",
"duration": "PT4M5S",
"inAlbum": "foo-fighters-wasting-light.html",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/ListenAction",
"userInteractionCount": "14300"
},
"name": "Rope",
"offers": "foo-fighters-rope-buy.html",
"url": "foo-fighters-rope.html"
},
"@type": "MusicRecording",
"audio": "foo-fighters-everlong-play.html",
"duration": "PT6M33S",
"inAlbum": "foo-fighters-color-and-shape.html",
"name": "Everlong",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/ListenAction",
"userInteractionCount": "11700"
},
"offers": "foo-fighters-everlong-buy.html",
"url": "foo-fighters-everlong.html"
],
"subjectOf": {
"@type": "VideoObject",
"description": "Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.",
"duration": "PT1M33S",
"name": "Interview with the Foo Fighters",
"thumbnail": "foo-fighters-interview-thumb.jpg",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/CommentAction",
"userInteractionCount": "18"
Example 2
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Tickets
Example encoded as
Microdata
embedded in HTML.
Example encoded as
RDFa
embedded in HTML.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://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"
Example 3
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
Example of an online event.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "ChildrensEvent",
"name": "Story Time Reading",
"startDate": "2020-07-24T16:00Z",
"endDate": "2020-07-24T16:30Z",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "VirtualLocation",
"url": "https://stream.storytimereadings.com/"
},
"image": "https://storytimereadings.com/photos/childrensphoto.jpg",
"description": "Story Time readings for children of all ages - July 2020 edition",
"offers": {
"@type": "Offer",
"url": "https://torytimereadings.com/event_offer/2020-07-24-free",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2020-07-01T12:00"
},
"performer": {
"@type": "Person",
"name": "Darren R Story",
"alternateName": "The Virtual Story Master"
},
"organizer": {
"@type": "Organization",
"name": "Story Time Virtual Events",
"url": "https://torytimereadings.com.com"
Example 4
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
Example of a mixed online and offline event.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"name": "The Adventures of Kira and Morrison",
"startDate": "2025-07-21T19:00-05:00",
"endDate": "2025-07-21T23:00-05:00",
"eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": [{
"@type": "VirtualLocation",
"url": "https://operaonline.stream5.com/"
},
"@type": "Place",
"name": "Snickerpark Stadium",
"address": {
"@type": "PostalAddress",
"streetAddress": "100 West Snickerpark Dr",
"addressLocality": "Snickertown",
"postalCode": "19019",
"addressRegion": "PA",
"addressCountry": "US"
}],
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"description": "The Adventures of Kira and Morrison is coming to Snickertown in a can’t miss performance.",
"offers": {
"@type": "Offer",
"url": "https://www.example.com/event_offer/12345_201803180430",
"price": "30",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2024-05-21T12:00"
},
"performer": {
"@type": "PerformingGroup",
"name": "Kira and Morrison"
},
"organizer": {
"@type": "Organization",
"name": "Kira and Morrison Music",
"url": "https://kiraandmorrisonmusic.com"
Example 5
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Tickets
Example encoded as
Microdata
embedded in HTML.
Sat Sep 14
CANCELLED - Typhoon with Radiation City
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Example encoded as
RDFa
embedded in HTML.
Sat Sep 14
CANCELLED - Typhoon with Radiation City
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"eventStatus": "https://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"
Example 6
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Tickets
Example encoded as
Microdata
embedded in HTML.
Sat Oct 12
Typhoon with Radiation City
(previously scheduled for Sept 14th)
The Hi-Dive
7 S. Broadway
Denver, CO 80209
10:00 PM
Example encoded as
RDFa
embedded in HTML.
(previously scheduled for Sept 14th)
The Hi-Dive
7 S. Broadway
Denver,
CO
80209
$
13.00
Tickets
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://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"
Example 7
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Tickets
Example encoded as
Microdata
embedded in HTML.
Sat Sep 14
SOLD OUT! Typhoon with Radiation City
The Hi-Dive
7 S. Broadway
Denver, CO 80209
Example encoded as
RDFa
embedded in HTML.
The Hi-Dive
7 S. Broadway
Denver,
CO
80209
$
13.00
Tickets
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://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": "https://schema.org/SoldOut",
"price": "13.00",
"priceCurrency": "USD",
"url": "http://www.ticketfly.com/purchase/309433"
},
"startDate": "2013-09-14T21:30"
Example 8
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
JSON-LD description of a scheduled Event with limited ticket availability and performer details indicated using sameAs.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context" : "https://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" : "https://schema.org/LimitedAvailability",
"priceCurrency": "USD",
"price" : "13.00",
"url" : "http://www.ticketfly.com/purchase/309433" },
"typicalAgeRange" : "18+"
Example 9
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Shostakovich Leningrad
Britten, Shostakovich
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
Britten Four Sea Interludes and Passacaglia from Peter Grimes
Shostakovich Symphony No. 7 (Leningrad)
Example encoded as
Microdata
embedded in HTML.
Shostakovich Leningrad
Britten, Shostakovich
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
Britten Four Sea Interludes and Passacaglia from Peter Grimes
Shostakovich Symphony No. 7 (Leningrad)
Example encoded as
RDFa
embedded in HTML.
$
40.00
Shostakovich Leningrad
Britten, Shostakovich
Jaap van Zweden conducts two World War II-era pieces showcasing the glorious sound of the CSO.
Program
Britten Four Sea Interludes and Passacaglia from Peter Grimes
Shostakovich Symphony No. 7 (Leningrad)
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "MusicEvent",
"location": {
"@type": "MusicVenue",
"name": "Chicago Symphony Center",
"address": "220 S. Michigan Ave, Chicago, Illinois, USA"
},
"name": "Shostakovich Leningrad",
"offers": {
"@type": "Offer",
"url": "/examples/ticket/12341234",
"price": "40",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"performer": [
"@type": "MusicGroup",
"name": "Chicago Symphony Orchestra",
"sameAs": [
"http://cso.org/",
"http://en.wikipedia.org/wiki/Chicago_Symphony_Orchestra"
},
"@type": "Person",
"image": "/examples/jvanzweden_s.jpg",
"name": "Jaap van Zweden",
"sameAs": "http://www.jaapvanzweden.com/"
],
"startDate": "2014-05-23T20:00",
"workPerformed": [
"@type": "CreativeWork",
"name": "Britten Four Sea Interludes and Passacaglia from Peter Grimes",
"sameAs": "http://en.wikipedia.org/wiki/Peter_Grimes"
},
"@type": "CreativeWork",
"name": "Shostakovich Symphony No. 7 (Leningrad)",
"sameAs": "http://en.wikipedia.org/wiki/Symphony_No._7_(Shostakovich)"
Example 10
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Julius Caesar at Shakespeare's Globe
Wed 01 October 2014 19:30
Example encoded as
Microdata
embedded in HTML.
Julius Caesar at Shakespeare's Globe
Wed 01 October 2014 19:30
Example encoded as
RDFa
embedded in HTML.
Julius Caesar at Shakespeare's Globe
Wed 01 October 2014 19:30
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "TheaterEvent",
"name": "Julius Caesar at Shakespeare's Globe",
"location": {
"@type": "PerformingArtsTheater",
"name": "Shakespeare's Globe",
"sameAs": "http://www.shakespearesglobe.com/",
"address": "London, UK"
},
"offers": {
"@type": "Offer",
"url": "/examples/ticket/0012301230123"
},
"startDate": "2014-10-01T19:30",
"workPerformed": {
"@type": "CreativeWork",
"name": "Julius Caesar",
"sameAs": "http://en.wikipedia.org/wiki/Julius_Caesar_(play)",
"sameAs": "http://worldcat.org/entity/work/id/1807288036",
"creator": {
"@type": "Person",
"name": "William Shakespeare",
"sameAs": "http://en.wikipedia.org/wiki/William_Shakespeare"
Example 11
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
A JSON example for an Article about a particular event.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Article",
"name": "Apple announces iPhone SE",
"description": "New iPhone announced at 11:30 in California.",
"about": {
"@type": "Event",
"name": "Apple's March 21 Announcements"
},
"contentReferenceTime": "2016-03-21T11:30:00-07:00"
Example 12
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
A Tai-Chi class runs throughout 2017. The class occurs weekly, every Wednesday at 7pm.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Event",
"url": "http://www.example.org/events/1",
"name": "Tai chi Class",
"description": "A weekly Tai-Chi class",
"duration": "PT60M",
"eventSchedule": {
"@type": "Schedule",
"startDate": "2017-01-01",
"endDate": "2017-12-31",
"repeatFrequency": "P1W",
"byDay": "https://schema.org/Wednesday",
"startTime": "19:00:00",
"endTime": "20:00:00",
"scheduleTimezone": "Europe/London"
Example 13
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
A Meetup takes place on the 1st and 15th of every month between 9-10am
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Event",
"name": "Example Meetup",
"eventSchedule": {
"@type": "Schedule",
"repeatFrequency": "P1M",
"byMonthDay": [1,15],
"startTime": "09:00:00",
"endTime": "10:00:00",
"scheduleTimezone": "America/Glace_Bay"
Example 14
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
Starting from 2th December an Event will run daily between 9-10am for 10 occurences.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"name": "Count Example",
"eventSchedule":
"@type": "Schedule",
"startDate": "2016-12-24",
"repeatFrequency": "P1D",
"repeatCount": 10,
"startTime": "09:00:00",
"endTime": "10:00:00",
"scheduleTimezone": "Europe/London"
Example 15
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
An Event runs twice a day, at 9am-10am and 2pm-3pm but only Monday to Friday
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"name": "Example",
"eventSchedule": [
"@type": "Schedule",
"repeatFrequency": "P1D",
"byDay": [
"https://schema.org/Monday",
"https://schema.org/Tuesday",
"https://schema.org/Wednesday",
"https://schema.org/Thursday",
"https://schema.org/Friday"
],
"startTime": "09:00:00",
"endTime": "10:00:00",
"scheduleTimezone": "America/Glace_Bay"
},
"@type": "Schedule",
"repeatFrequency": "P1D",
"byDay": [
"https://schema.org/Monday",
"https://schema.org/Tuesday",
"https://schema.org/Wednesday",
"https://schema.org/Thursday",
"https://schema.org/Friday"
],
"startTime": "14:00:00",
"endTime": "15:00:00",
"scheduleTimezone": "America/Glace_Bay"
Example 16
Copied
No Markup
JSON-LD
Structure
Example notes or example HTML without markup.
An Event runs on the second Monday of every month, from 6pm-7:30pm. Because this kind of recurrence goes beyond that expressible using https://schema.org/DayOfWeek, it is specified instead using iCal's syntax for byDay recurrence rules.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"name": "Example",
"eventSchedule": [
"@type": "Schedule",
"repeatFrequency": "P1M",
"byDay": "2MO",
"startTime": "18:00:00",
"endTime": "19:30:00",
"scheduleTimezone": "Asia/Shanghai"
Example 17
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
The 2016 Missoula Marathon
The 2016 Missoula Marathon is sponsored by Run Wild Missoula.
Cost:
- Oct 1, 2015 – Jan 31, 2016 – $85
- Feb 1, 2016 – June 14, 2016 – $95
- Jun 15, 2016 – July 9, 2016 – $125
The Missoula Marathon course is flat, fast, USATF certified, and a Boston Qualifier! The marathon course does have a significant hill at the halfway point. The course is a point-to-point, beginning with a scenic route through the countryside and finishing in historic downtown Missoula. The marathon course is well marked with both cones and arrows on the road. You will notice every mile is marked on the road and with 8ft tall mile markers.
Wheelchair and Handcycle: We are pleased to offer wheelchair and handcycle divisions in the 2016 Full and Half Marathon.
Example encoded as
Microdata
embedded in HTML.
The 2016 Missoula Marathon
The 2016 Missoula Marathon is sponsored by
Run Wild Missoula.
The Missoula Marathon course is flat, fast, USATF certified, and a Boston Qualifier! The marathon course does have a significant hill at the halfway point. The course is a point-to-point, beginning with a scenic route through the countryside and finishing in historic downtown Missoula. The marathon course is well marked with both cones and arrows on the road. You will notice every mile is marked on the road and with 8ft tall mile markers.
Wheelchair and Handcycle: We are pleased to offer wheelchair and handcycle divisions in the 2016 Full and Half Marathon.
Example encoded as
RDFa
embedded in HTML.
The 2016 Missoula Marathon
The 2016 Missoula Marathon is sponsored by Run Wild Missoula.
The Missoula Marathon course is flat, fast, USATF certified, and a Boston Qualifier! The marathon course does have a significant hill at the halfway point. The course is a point-to-point, beginning with a scenic route through the countryside and finishing in historic downtown Missoula. The marathon course is well marked with both cones and arrows on the road. You will notice every mile is marked on the road and with 8ft tall mile markers.
Wheelchair and Handcycle: We are pleased to offer wheelchair and handcycle divisions in the 2016 Full and Half Marathon.
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "Event",
"name": "The Missoula Marathon",
"sponsor": {
"@type": "Organization",
"name": "Run Wild Missoula",
"url": "http://www.runwildmissoula.org/"
},
"startDate": "2016-07-10T06:00:00",
"offers": [
"@type": "Offer",
"url": "http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm",
"validFrom": "2015-10-01T00:01:00",
"validThrough": "2016-01-31T23:59:59",
"price": "85.00",
"priceCurrency": "USD"
},{
"@type": "Offer",
"url": "http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm",
"validFrom": "2016-02-01T00:01:00",
"validThrough": "2016-06-14T23:59:59",
"price": "95.00",
"priceCurrency": "USD"
},{
"@type": "Offer",
"url": "http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm",
"validFrom": "2016-06-15T00:01:00",
"validThrough": "2016-07-09T23:59:39",
"price": "125.00",
"priceCurrency": "USD"
],
"description": "The Missoula Marathon course is flat, fast, USATF certified, and a Boston Qualifier! The marathon course does have a significant hill at the halfway point. The course is a point-to-point, beginning with a scenic route through the countryside and finishing in historic downtown Missoula. The marathon course is well marked with both cones and arrows on the road. You will notice every mile is marked on the road and with 8ft tall mile markers. Wheelchair and Handcycle: We are pleased to offer wheelchair and handcycle divisions in the 2016 Full and Half Marathon.",
"location": {
"@type": "Place",
"name": "Missoula, MT",
"url": "http://www.ci.missoula.mt.us/",
"address": {
"@type": "PostalAddress",
"addressLocality": "Missoula",
"addressRegion": "MT"
},
"hasMap": "http://www.missoulamarathon.org/wp-content/uploads/2015/06/2015-MM-Course-Map-V1-6-2-15.png"
Example 18
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Musée Marmottan Monet
Start date: September 15 2016
End date: Genuary 22 2017
Example encoded as
Microdata
embedded in HTML.
Musée Marmottan Monet
It's a museum of Impressionism and french ninenteeth art.
Hodler's
Monet's
Munch's exhibit:
"Peindre l'impossible".
Start date: September 15 2016
End date: Genuary 22 2017
Example encoded as
RDFa
embedded in HTML.
Musée Marmottan Monet
It's a museum of Impressionism and french ninenteeth art.
Hodler's
Monet's
Munch's exhibit:
"Peindre l'impossible".
Start date: September 15 2016
End date: Genuary 22 2017
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "TouristAttraction",
"name": "Musée Marmottan Monet",
"description": "It's a museum of Impressionism and french ninenteeth art.",
"event": {
"@type": "Event",
"about": ["Hodler","Monet","Munch"],
"name": "Peindre l'impossible",
"startDate": "2016-09-15",
"endDate": "2017-01-22"
Example 19
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Wells Fargo Center
Philadelphia, PA
Priced from: $35
1938 tickets left
Example encoded as
Microdata
embedded in HTML.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Priced from: $35
1938 tickets left
Example encoded as
RDFa
embedded in HTML.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Priced from: $35
1938 tickets left
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://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",
"priceCurrency": "USD",
"lowPrice": "35",
"offerCount": "1938"
},
"startDate": "2016-04-21T20:00",
"url": "nba-miami-philidelphia-game3.html"
Terms and conditions
Schema.org
V30.0
2026-03-19

