This section provides the details of the content markup properties for the TVSeries
, TVEpisode
, and TVSeason
entity types.
Providing TVSeason
as a full entity is optional. See the TVSeries, TVSeason, and TVEpisode relations
section for details.
Specification table
TVSeries
@context
["http://schema.org", {"@language": "xx"}]
- Where" xx" represents the language of the strings in the feed. Each root entity context should have it's @language set to the appropriate language code in BCP 47 format format. For example, if the language is set to Spanish, the names are assumed to be in Spanish even if the subtitle/dub language is in English.
@id
@id
must meet the following requirements:- Globally unique across your catalog
- The ID should be stable and not change over time (even if the url property of the show changes). It will be treated as an opaque string and does not have to be a working link.
- In the form of Unified Resource Identifier (URI)
- The domain used for the @id value must be owned by your organization.
url
meets all the requirements as an identifier, we recommend you use an entity's url
as @id
. See the Identifier
section for more details.url
url
must meet the following requirements: -
url
must be globally unique -
url
must contain a working canonical URL that Google can crawl.
urlTemplate
property instead.name
- Use an array to list the names in different languages. See the Multiple regions and languages example.
- Note that only one name is supported per locale (language-country pair).
titleEIDR
potentialAction
- If the content is available on Video on Demand (VoD), this property is required; the Action markup object needs to provide the deep link of the content.
- If the content is available on a LiveTV channel, this property is optional; the associated
BroadcastService
entity provides the deep link of the channel instead. - A
TVSeries
can be available on both VoD and LiveTV.
sameAs
url
property.genre
["Action", "Fashion", "Environment", "Football"]
keywords
releasedEvent
PublicationEvent
is used to specify the original (global or local) release of content by a publisher, such as the original theatrical release date of a movie.Additionally, use
FeaturedEvent
to indicate that your service markets this content as either an original, featured, special, and so forth.ExclusiveEvent
specifies that your service has exclusive distribution rights and include where and when.See the example section for details and examples.
releasedEvent.@type
-
PublicationEvent
-
ExclusiveEvent
-
FeaturedEvent
releasedEvent.location
For a
PublicationEvent
, this is the region where the content was published.For
FeaturedEvent
and ExclusiveEvent
, this is the region where the content is featured or exclusive.Use ISO 3166 codes for countries. To indicate everywhere in the world, set to
EARTH
.releasedEvent.startDate
ExclusiveEvent
- The start date of the entity's publication.For a
PublicationEvent
, this denotes the initial release date of this entity, such as the date a movie was first released in theaters.For
ExclusiveEvent
and FeaturedEvent
, this represents the start date of when the entity is exclusive or featured.releasedEvent.endDate
ExclusiveEvent
- This is only applicable to the ExclusiveEvent
and FeaturedEvent
types.For
ExclusiveEvent
, this represents the date when the rights to the content expire.For
FeaturedEvent
, this represents the last date when the provider features the entity.If the content is perpetually exclusive or featured, set the
endDate
to 20 years from the current date.releasedEvent.publishedBy
description
- Use an array to mark up the description in multiple languages. See the Multiple regions and languages example.
actor
image
image
, see Image properties
.trailer.url
trailer.regionsAllowed
identifier
popularityScore
popularityScore.value
popularityScore.eligibleRegion
EARTH
. By default, this property is set to EARTH
.Note:
Locale-specific popularity takes precedence over global (EARTH) popularityreview.reviewRating
review
is providedThis is used to specify the rating given in the review.contentRating
- The rating agency prepended to the rating with a whitespace in between. For example, a "TV-MA" rating from agency "TVPG" in the U.S. should be described as "TVPG TV-MA". See the list of agencies .
- A value of "RATING NOT KNOWN" (case insensitive) to indicate you don't know the rating for the content.
contentRating.author
contentRating
uses Rating
- The name of the rating agency. See the Content Rating Agencies
page for a list of accepted rating agenciescontentRating.advisoryCode
TVEpisode
@context
["http://schema.org", {"@language": "xx"}]
- Where" xx" represents the language of the strings in the feed. Each root entity context should have it's @language set to the appropriate language code in BCP 47 format format. For example, if the language is set to Spanish, the names are assumed to be in Spanish even if the subtitle/dub language is in English.
@id
@id
must meet the following requirements:- Globally unique across your catalog
- The ID should be stable and not change over time (even if the url property of the show changes). It will be treated as an opaque string and does not have to be a working link.
- In the form of Unified Resource Identifier (URI)
- The domain used for the @id value must be owned by your organization.
url
meets all the requirements as an identifier, we recommend you use an entity's url
as @id
. See the Identifier
section for more details.url
url
must meet the following requirements: -
url
must be globally unique -
url
must contain a working canonical URL that Google can crawl.
urlTemplate
property instead.name
- Use an array to list the names in different languages. See the Multiple language representation example.
- Note that only one name is supported per locale (language-country pair).
titleEIDR
For example, titleEIDR for the first episode of the first season of TVSeries known as "Game of Thrones" is "10.5240/B6A6-1B32-B5E5-D5CB-6B84-X".
editEIDR
For example, the first episode of the first season of TVSeries known as "Game of Thrones", whose titleEIDR is "10.5240/B6A6-1B32-B5E5-D5CB-6B84-X", has one edit e.g. "10.5240/FB97-C847-2969-D0AB-ECD1-C".
titleEIDR
property is required
when editEIDR is provided.episodeNumber
episodeNumber
need to restart for each season; that is, the first episode of each season needs to be 1.partOfSeason
Even if a
TVEpisode
doesn't have a corresponding TVSeason
, you still need to provide the partOfSeason.@id
and partOfSeason.seasonNumber
properties. A workaround is: - Take
partofSeries.@id
(for example, http://www.example.com/my_favorite_tv_show ) and attach a placeholder query field (for example, ?season1 ) to create a uniquepartOfSeason.@id
(for example, http://www.example.com/my_favorite_tv_show?season1 ). - Set
partOfSeason.seasonNumber
to 1.
partOfSeason.seasonNumber
partOfSeries.sameAs
url
property.potentialAction
- If the content is available on Video on Demand (VoD), this property is required; the Action markup object needs to provide the deep link of the content.
- If the content is available on a LiveTV channel, this property is optional; the associated
BroadcastService
entity provides the deep link of the channel instead. - A
TVEpisode
can be available on both VoD and LiveTV.
sameAs
url
property.releasedEvent
PublicationEvent
is used to specify the original (global or local) release of content by a publisher, such as the original theatrical release date of a movie.Additionally, use
FeaturedEvent
to indicate that your service markets this content as either an original, featured, special, and so forth.ExclusiveEvent
specifies that your service has exclusive distribution rights and include where and when.See the example section for details and examples.
releasedEvent.@type
-
PublicationEvent
-
ExclusiveEvent
-
FeaturedEvent
releasedEvent.location
For a
PublicationEvent
, this is the region where the content was published.For
FeaturedEvent
and ExclusiveEvent
, this is the region where the content is featured or exclusive.Use ISO 3166 codes for countries. To indicate everywhere in the world, set to
EARTH
.releasedEvent.startDate
ExclusiveEvent
- The start date of the entity's publication.For a
PublicationEvent
, this denotes the initial release date of this entity, such as the date a movie was first released in theaters.For
ExclusiveEvent
and FeaturedEvent
, this represents the start date of when the entity is exclusive or featured.releasedEvent.endDate
ExclusiveEvent
- This is only applicable to the ExclusiveEvent
and FeaturedEvent
types.For
ExclusiveEvent
, this represents the date when the rights to the content expire.For
FeaturedEvent
, this represents the last date when the provider features the entity.If the content is perpetually exclusive or featured, set the
endDate
to 20 years from the current date.releasedEvent.publishedBy
description
- Use an array to mark up the description in multiple languages. See the Multiple language representation example.
genre
["Action", "Fashion", "Environment", "Football"]
keywords
actor
image
image
, see Image properties
.trailer.url
trailer.regionsAllowed
review.reviewRating
review
is providedThis is used to specify the rating given in the review.contentRating
- The rating agency prepended to the rating with a whitespace in between. For example, a "TV-MA" rating from agency "TVPG" in the U.S. should be described as "TVPG TV-MA". See the list of agencies .
- A value of "RATING NOT KNOWN" (case insensitive) to indicate you don't know the rating for the content.
contentRating.author
contentRating
uses Rating
- The name of the rating agency. See the Content Rating Agencies
page for a list of accepted rating agenciescontentRating.advisoryCode
identifier
popularityScore
popularityScore.value
popularityScore.eligibleRegion
EARTH
. By default, this property is set to EARTH
.Note:
Locale-specific popularity takes precedence over global (EARTH) popularityTVSeason
@context
["http://schema.org", {"@language": "xx"}]
- Where" xx" represents the language of the strings in the feed. Each root entity context should have it's @language set to the appropriate language code in BCP 47 format format. For example, if the language is set to Spanish, the names are assumed to be in Spanish even if the subtitle/dub language is in English.
@id
@id
must meet the following requirements:- Globally unique across your catalog
- The ID should be stable and not change over time (even if the url property of the show changes). It will be treated as an opaque string and does not have to be a working link.
- In the form of Unified Resource Identifier (URI)
- The domain used for the @id value must be owned by your organization.
url
meets all the requirements as an identifier, we recommend you use an entity's url
as @id
. See the Identifier
section for more details.url
url
must meet the following requirements: -
url
must be globally unique -
url
must contain a working canonical URL that Google can crawl.
urlTemplate
property instead.name
- Use an array to list the names in different languages. See the Multiple language representation example.
- Note that only one name is supported per locale (language-country pair).
titleEIDR
seasonNumber
partOfSeries.sameAs
url
property.potentialAction
- If the content is available on Video on Demand (VoD), this property is required; the Action markup object needs to provide the deep link of the content.
- If the content is available on a LiveTV channel, this property is optional; the associated
BroadcastService
entity provides the deep link of the channel instead. - A
TVSeason
can be available on both VoD and LiveTV.
sameAs
url
property.releasedEvent
PublicationEvent
is used to specify the original (global or local) release of content by a publisher, such as the original theatrical release date of a movie.Additionally, use
FeaturedEvent
to indicate that your service markets this content as either an original, featured, special, and so forth.ExclusiveEvent
specifies that your service has exclusive distribution rights and includes where and when.See the example section for details and examples.
releasedEvent.@type
-
PublicationEvent
-
ExclusiveEvent
-
FeaturedEvent
releasedEvent.location
For a
PublicationEvent
, this is the region where the content was published.For
FeaturedEvent
and ExclusiveEvent
, this is the region where the content is featured or exclusive.Use ISO 3166 codes for countries. To indicate everywhere in the world, set to
EARTH
.releasedEvent.startDate
ExclusiveEvent
- The start date of the entity's publication.For a
PublicationEvent
, this denotes the initial release date of this entity, such as the date a movie was first released in theaters.For
ExclusiveEvent
and FeaturedEvent
, this represents the start date of when the entity is exclusive or featured.releasedEvent.endDate
ExclusiveEvent
- This is only applicable to the ExclusiveEvent
and FeaturedEvent
types.For
ExclusiveEvent
, this represents the date when the rights to the content expire.For
FeaturedEvent
, this represents the last date when the provider features the entity.If the content is perpetually exclusive or featured, set the
endDate
to 20 years from the current date.releasedEvent.publishedBy
description
- Use an array to mark up the description in multiple languages. See the Multiple language representation example.
actor
image
image
, see Image properties
.genre
["Action", "Fashion", "Environment", "Football"]
keywords
trailer.url
trailer.regionsAllowed
identifier
popularityScore
popularityScore.value
popularityScore.eligibleRegion
EARTH
. By default, this property is set to EARTH
.Note:
Locale-specific popularity takes precedence over global (EARTH) popularityreview.reviewRating
review
is providedThis is used to specify the rating given in the review.contentRating
- The rating agency prepended to the rating with a whitespace in between. For example, a "TV-MA" rating from agency "TVPG" in the U.S. should be described as "TVPG TV-MA". See the list of agencies .
- A value of "RATING NOT KNOWN" (case insensitive) to indicate you don't know the rating for the content.
contentRating.author
contentRating
uses Rating
- The name of the rating agency. See the Content Rating Agencies
page for a list of accepted rating agenciescontentRating.advisoryCode
Actor specifications
The actor
property in the TVSeries
, TVEpisode
and TVSeason
entity types allows you to specify more details about the actors, including the name of their characters and the roles they play in the TV show. The following section(s) capture the same, along with a few examples clarifying the usage.
actor
- Use the type PerformanceRole when the role played and (optionally) the character name of the cast member(s) is known. The actor Person or PerformingGroup is embedded inside the PerformanceRole object in this case.
- Use the type Person to indicate the indivual actor(s) or PerformingGroup to provide details of the performing group(s)/band(s) when the role(s) played by the cast member(s) are unknown.
Use an array to represent multiple Persons, PerformingGroups, or PerformanceRoles.
Using the Person
or PerformingGroup
types
Provide the following properties when the Person or PerformingGroup type is used
@id
@id
must meet the following requirements: - Globally unique across your catalog per actor/performing group
- The ID should be stable and not change over time. It will be treated as an opaque string and does not have to be a working link.
- In the form of Unified Resource Identifier (URI)
- Your organization must own the domain used for the
@id
value.
Note that the @id
used in the actor property should be consistently used throughout the feed. For example, if there are two Movies featuring the same actor, then the @id
value should be kept the same across these two actor objects.
Using the PerformanceRole
type
Provide the following properties when the PerformanceRole type is used
roleName
characterName
actor
- The cast member(s) of the content when the data type Person is used.
- The performing group(s)/band(s) of the content when the data type PerformingGroup is used.
actor.@id
@id
must meet the following requirements: - Globally unique across your catalog per actor/performing group
- The ID should be stable and not change over time. It will be treated as an opaque string and does not have to be a working link.
- In the form of Unified Resource Identifier (URI)
- Your organization must own the domain used for the
@id
value.
Note that the @id
used in the actor property should be consistently used throughout the feed. For example, if there are two Movies featuring the same actor, then the @id
value should be kept the same across these two actor objects.
Acceptable role names
These values require the actor.@type
to be Person
.
roleName
value |
Description |
---|---|
“Cameo” | A cameo role, also called a cameo appearance is a brief appearance of a well-known person in a work of the performing arts. |
"VoiceActor" | A voice performance is one in which the actor's voice is used but the actor does not appear on-screen. This is most commonly found in animation, but also occurs when an actor's voice is dubbed in over another actor's speech. |
"Double" | A double is a person who substitutes for another actor such that the person's face is not shown. |
"MotionCaptureActor" | A MotionCaptureActor refers to a person recording actions of human actors, and using that information to animate digital character models in 2D or 3D computer animation. |
These values are generally accepted for Person
and PerformingGroup
types.
roleName
value |
Description |
---|---|
"Actor" | An actor or actress is a person who portrays a character in a performance in the traditional medium of the theater or in modern media such as film, radio, and television. |
"GuestStar" | "A guest star is an actor who plays a fictional role and appears in one or a few episodes. In some cases a guest star may play an important recurring character and may appear many times in a series, despite not being a member of the main cast. Set value to "GuestStar" when the cast has a guest performance or is a guest on the show. Guest stars should only be provided at the episode level, and should not be added at the TVSeries level. |
"Guest" | "A guest on a talk show. Note that while "GuestStar" is a fictional role, "Guest" is a non fictional appearance. |
"Announcer" | An announcer is a person who delivers opening and closing spiels for the show, introduces the host, contestants and/or celebrity guests, describes the prizes available, and warms up the audience before taping and keeps them entertained during breaks. |
"Commentator" | A commentator provides a real-time commentary of a game or event, usually during a live broadcast. |
"Impressionist" | An impressionist or a mimic is a performer whose act consists of imitating sounds, voices and mannerisms of celebrities and cartoon characters. |
"Host" | A person who introduces, presents or hosts television programs, often serving as a mediator for the program and the audience. The "Host" is generally a non-fiction role. |
"CoHost" | A person who hosts an event/program jointly with another person(s). |
"GuestHost" | A guest host is a host, usually of a talk show, that hosts the program in lieu of the regular host when not available. |
"Newscaster" | A person who presents/informs the public about news and events happening on a local, national, and international scale through a TV news program. |
"Correspondent" | A correspondent or on-the-scene reporter is usually a journalist or commentator for a magazine, or an agent who contributes reports to a newspaper, or radio or television news, or another type of company, from a remote, often distant, location. |
"ShowJudge" | A judge is a person who is often considered an expert in the field of the show and is given the role of "judge" to critique contestants that audition for and enter the competition of the TV series. |
"Panelist" | A member of a discussion or advisory panel of a radio or television panel. |
"Contestant" | A contestant in a competition or game show is a person who takes part in it. |
"StoryNarrator" | Narrator is a person who narrates something, especially a character who recounts the events of a novel or narrative poem |
"MusicalArtist" | "A Musical artist can be a person or a group or a fictional character that have typically performed in front of an audience on a regular basis or have recorded musical tracks or musical albums. Composers and lyricists should only have this type if the credits of some musical work imply they also contribute as main performer. This type can be used to associate permanent Musicians or Musician Groups, and guest Musicians or Musician Groups to shows. |
Differentiating between a main and supporting role of an actor
To differentiate between the main/regular and guest/supporting actors in a TV show, add the main cast on TVSeries
entities only and add only the guest cast or cast with supporting roles on the TVEpisode
entities. Make sure the main/regular cast is not added to the TVEpisode
entities.
Examples
TVSeries
, TVEpisode
, and TVSeason
example
TVSeries
{
"@context"
:
[
"http://schema.org"
,
{
"@language"
:
"en"
}],
"@type"
:
"TVSeries"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show/"
,
"url"
:
"http://www.example.com/my_favorite_tv_show/"
,
"name"
:
"My Favorite TV Show"
,
"potentialAction"
:
{
"@type"
:
"WatchAction"
,
"target"
:
{
"@type"
:
"EntryPoint"
,
"urlTemplate"
:
"http://www.example.com/my_favorite_tv_show/watch?autoplay=true"
,
"inLanguage"
:
"en"
,
"actionPlatform"
:
[
"http://schema.org/DesktopWebPlatform"
,
"http://schema.org/MobileWebPlatform"
,
"http://schema.org/AndroidPlatform"
,
"http://schema.org/AndroidTVPlatform"
,
"http://schema.org/IOSPlatform"
,
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement"
:
{
"@type"
:
"ActionAccessSpecification"
,
"category"
:
"subscription"
,
"requiresSubscription"
:
{
"@type"
:
"MediaSubscription"
,
"name"
:
"Example Package"
,
"commonTier"
:
true
,
"@id"
:
"https://example.com/package/example"
},
"availabilityStarts"
:
"2017-07-21T10:35:29Z"
,
"availabilityEnds"
:
"2018-10-21T10:35:29Z"
,
"eligibleRegion"
:
[
{
"@type"
:
"Country"
,
"name"
:
"US"
},
{
"@type"
:
"Country"
,
"name"
:
"CA"
}
]
}
},
"sameAs"
:
"https://en.wikipedia.org/wiki/my_favorite_tv_show"
,
"releasedEvent"
:
{
"@type"
:
"PublicationEvent"
,
"startDate"
:
"2008-01-20"
,
"location"
:
{
"@type"
:
"Country"
,
"name"
:
"US"
}
},
"popularityScore"
:
{
"@type"
:
"PopularityScoreSpecification"
,
"value"
:
4.1
,
"eligibleRegion"
:
[
{
"@type"
:
"Country"
,
"name"
:
"US"
},
{
"@type"
:
"Country"
,
"name"
:
"CA"
}
]
},
"description"
:
"This is my favorite TV show."
,
"contentRating"
:
"RATING NOT KNOWN"
,
"actor"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
},
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/jane_doe"
,
"name"
:
"Jane Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/jane_doe"
}
],
"identifier"
:
[
{
"@type"
:
"PropertyValue"
,
"propertyID"
:
"IMDB_ID"
,
"value"
:
"tt0903747"
}
]
}
TVEpisode
{
"@context"
:
[
"http://schema.org"
,
{
"@language"
:
"en"
}],
"@type"
:
"TVEpisode"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show/s7/e14"
,
"url"
:
"http://www.example.com/my_favorite_tv_show/s7/e14"
,
"name"
:
"John Doe returns with a horse."
,
"episodeNumber"
:
14
,
"contentRating"
:
"TVPG TV-MA"
,
"partOfSeason"
:
{
"@type"
:
"TVSeason"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show/s7"
,
"seasonNumber"
:
7
},
"partOfSeries"
:
{
"@type"
:
"TVSeries"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show"
,
"name"
:
"My Favorite TV Show"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/my_favorite_tv_show"
},
"potentialAction"
:
{
"@type"
:
"WatchAction"
,
"target"
:
{
"@type"
:
"EntryPoint"
,
"urlTemplate"
:
"http://www.example.com/my_favorite_tv_show/s7/e14?autoplay=true"
,
"inLanguage"
:
"en"
,
"actionPlatform"
:
[
"http://schema.org/DesktopWebPlatform"
,
"http://schema.org/MobileWebPlatform"
,
"http://schema.org/IOSPlatform"
,
"http://schema.org/AndroidPlatform"
,
"http://schema.org/AndroidTVPlatform"
,
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement"
:
{
"@type"
:
"ActionAccessSpecification"
,
"category"
:
"subscription"
,
"requiresSubscription"
:
{
"@type"
:
"MediaSubscription"
,
"name"
:
"Example Package"
,
"commonTier"
:
true
,
"@id"
:
"https://example.com/package/example"
},
"availabilityStarts"
:
"2017-07-21T10:35:29Z"
,
"availabilityEnds"
:
"2018-10-21T10:35:29Z"
,
"eligibleRegion"
:
[
{
"@type"
:
"Country"
,
"name"
:
"US"
},
{
"@type"
:
"Country"
,
"name"
:
"CA"
}
]
}
},
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe_returns_with_a_horse"
,
"duration"
:
"PT00H25M"
,
"releasedEvent"
:
{
"@type"
:
"PublicationEvent"
,
"startDate"
:
"2014-01-09"
,
"location"
:
{
"@type"
:
"Country"
,
"name"
:
"US"
}
},
"popularityScore"
:
{
"@type"
:
"PopularityScoreSpecification"
,
"value"
:
3.9
,
"eligibleRegion"
:
"EARTH"
},
"description"
:
"John Doe returns to the village three years after his disappearance."
,
"actor"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
},
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/jane_doe"
,
"name"
:
"Jane Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/jane_doe"
}
],
"identifier"
:
{
"@type"
:
"PropertyValue"
,
"propertyID"
:
"IMDB_ID"
,
"value"
:
"tt3453320"
}
}
TVSeason
{
"@context"
:
[
"http://schema.org"
,
{
"@language"
:
"en"
}],
"@type"
:
"TVSeason"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show/s7"
,
"url"
:
"http://www.example.com/my_favorite_tv_show/s7"
,
"name"
:
"Season 7"
,
"seasonNumber"
:
7
,
"partOfSeries"
:
{
"@type"
:
"TVSeries"
,
"@id"
:
"http://www.example.com/my_favorite_tv_show"
,
"name"
:
"My Favorite TV Show"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/my_favorite_tv_show"
},
"potentialAction"
:
{
"@type"
:
"WatchAction"
,
"target"
:
{
"@type"
:
"EntryPoint"
,
"urlTemplate"
:
"http://www.example.com/my_favorite_tv_show/s7/watch?autoplay=true"
,
"inLanguage"
:
"en"
,
"actionPlatform"
:
[
"http://schema.org/DesktopWebPlatform"
,
"http://schema.org/MobileWebPlatform"
,
"http://schema.org/IOSPlatform"
,
"http://schema.org/AndroidPlatform"
,
"http://schema.org/AndroidTVPlatform"
,
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement"
:
{
"@type"
:
"ActionAccessSpecification"
,
"category"
:
"subscription"
,
"requiresSubscription"
:
{
"@type"
:
"MediaSubscription"
,
"name"
:
"Example Package"
,
"commonTier"
:
true
,
"@id"
:
"https://example.com/package/example"
},
"availabilityStarts"
:
"2017-07-21T10:35:29Z"
,
"availabilityEnds"
:
"2018-10-21T10:35:29Z"
,
"eligibleRegion"
:
[
{
"@type"
:
"Country"
,
"name"
:
"US"
},
{
"@type"
:
"Country"
,
"name"
:
"CA"
}
]
}
},
"sameAs"
:
"https://en.wikipedia.org/wiki/my_favorite_tv_show_(season_7)"
,
"releasedEvent"
:
{
"@type"
:
"PublicationEvent"
,
"startDate"
:
"2010-09-23"
,
"location"
:
{
"@type"
:
"Country"
,
"name"
:
"US"
}
},
"description"
:
"The seventh season of My Favorite TV Show."
,
"actor"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
},
{
"@type"
:
"Person"
,
"@id"
:
"http://www.example.com/actor/jane_doe"
,
"name"
:
"Jane Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/jane_doe"
}
]
}
Actor
property examples
Role of actor is unknown
When the role of an actor is unknown, our recommendation is to just provide the actor information using either the Person or PerformingGroup type
"actor"
:
[
{
"@type"
:
"Person"
,
"@id"
:
"https://example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
},
{
"@type"
:
"PerformingGroup"
,
"@id"
:
"https://example.com/artists/ramones"
,
"name"
:
"Ramones"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/Ramones"
}
]
Role of actor is known
When the role of an actor is known, our recommendation is to provide the actor information using the PerformanceRole type
"actor"
:
[
{
"@type"
:
"PerformanceRole"
,
"roleName"
:
"GuestStar"
,
"characterName"
:
"Dr. Peter Venkman"
,
"actor"
:
{
"@type"
:
"Person"
,
"@id"
:
"https://example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
}
},
{
"@type"
:
"PerformanceRole"
,
"roleName"
:
"Host"
,
"actor"
:
{
"@type"
:
"Person"
,
"@id"
:
"https://example.com/actor/jane_doe"
,
"name"
:
"Jane Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/jane_doe"
}
}
]
Known roles for subset of actors
When performance role metadata is not known, our recommendation is to provide the actor information using either the Person or PerformingGroup type. For the other case where this info is known use the PerformanceRole type. These types can be added in the same array together .
"actor"
:
[
{
"@type"
:
"PerformanceRole"
,
"roleName"
:
"Host"
,
"actor"
:
{
"@type"
:
"Person"
,
"@id"
:
"https://example.com/actor/john_doe"
,
"name"
:
"John Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/john_doe"
}
},
{
"@type"
:
"Person"
,
"@id"
:
"https://example.com/actor/jane_doe"
,
"name"
:
"Jane Doe"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/jane_doe"
},
{
"@type"
:
"PerformingGroup"
,
"@id"
:
"https://example.com/artists/ramones"
,
"name"
:
"Ramones"
,
"sameAs"
:
"https://en.wikipedia.org/wiki/Ramones"
}
]
Related pages
Check out the following pages for the topics related to these properties: