Highlights in Inbox
Highlight your emails with important information and actions in Inbox by Gmail.
Integrating Your Search and Social Efforts Brings Better Brand Visibility and Higher Conversion Rates.
<script type="application/ld+json"> ... </script>
block as shown in the example below may be placed in either the or region of the page that displays that video game. Either way, it won’t affect how your document appears in users’ web browsers.No structured data present
, then you likely have a syntax error such as a spurious comma. Otherwise, if the tool reports that any required fields are missing, please repair the data and try again.Property | Type | Description |
---|---|---|
@id (Recommended) | Text | Globally unique ID of the Movie or TVEpisode. The ID should be stable and not change over time. |
name (Required) | Text | Name of the Movie or TVEpisode. |
url | URL | URL to partner's landing page for the Movie or TVEpisode. |
description | Text | A synopsis of the work. Plot synopses are preferred to factual summaries. |
releasedEvent (Recommended) | PublicationEvent | Annotation for the original release date. |
releasedEvent.startDate (Recommended) | Date | Original broadcast/theatrical release date of the work, in ISO 8601 format. |
releasedEvent.location | Country | Annotation for the country of original release. |
releasedEvent.location.name | Text | Country in which the work was released on the above startDate. Use the 2-letter ISO 3166 country code. |
potentialAction (Required) | WatchAction | Annotation(s) for the full-length Movie or TVEpisode. See the "Markup for deep links" section below for details. |
hasPart | TVClip or Clip | Annotation(s) for short videos related to the Movie (use Clip) or TVEpisode (use TVClip). |
hasPart.description | Text | One of the following values:
|
hasPart.timeRequired | Text | Duration of the clip in ISO 8601 format, e.g. "PT2M5S" (2min 5sec). |
hasPart.potentialAction | WatchAction | Annotation(s) for the clip. See the "Markup for deep links" section below for details. |
image | ImageObject | Annotation(s) for images related to the work. Provide highest-resolution available. PNG and JPG preferred. |
image.height | Integer | Height of the image in pixels. |
image.width | Integer | Width of the image in pixels. |
image.url | URL | URL where the image can be fetched. |
sameAs | URL | URL to a reference web page that unambiguously identifies the work. Example: IMDB, Wikipedia. |
actor | Person | Annotation(s) for each cast member. |
actor.name | Text | Actor name. |
actor.sameAs | URL | URL to a reference web page that unambiguously identifies the actor. Example: IMDB, Wikipedia. |
director | Person | Annotation(s) of the director. |
director.name | Text | Director name. |
director.sameAs | URL | URL to a reference web page that unambiguously identifies the director. Example: IMDB, Wikipedia. |
Property | Type | Description |
---|---|---|
@id (Recommended) | Text | Globally unique ID of the TVSeason. The ID should be stable and not change over time. |
name | Text | Name of the TVSeason, if it differs from the series name. |
sameAs | URL | URL to a reference web page that unambiguously identifies the season. Example: IMDB, Wikipedia. |
url (Recommended) | URL | URL to partner's season landing page. |
potentialAction (Recommended) | ViewAction | Annotation(s) for the season. See the "Markup for deep links" section below for details. |
releasedEvent (Recommended) | PublicationEvent | Annotation for the original release date of the first episode of the season. |
releasedEvent.startDate (Recommended) | Date | Original broadcast date of the first episode of the season, in ISO 8601 format. |
releasedEvent.location | Country | Annotation for the country of original release. |
releasedEvent.location.name | Text | Country in which the season premiered on the above startDate. Use the 2-letter ISO 3166 country code. |
seasonNumber (Required) | Integer | Position of the season within an ordered group of seasons. |
partOfSeries (Required) | TVSeries | Annotation for the series of the season. |
partOfSeries.name (Required) | Text | Name of the TV series. |
partOfSeries.sameAs | URL | URL to a reference web page that unambiguously identifies the series. Example: IMDB, Wikipedia. |
potentialAction
property of each Movie, TVEpisode, TVSeason, and TVSeries item should contain both the deep link(s) and any relevant condition(s), including:potentialAction
should be either a WatchAction (Movie or TVEpisode items) or ViewAction (TVSeason or TVSeries items) with the following properties.Property | Type | Description |
---|---|---|
target (Required) | URL | Deep link(s) to content. Examples:
|
expectsAcceptanceOf (Required) | Offer | Annotation(s) for the conditions of the deeplink. |
expectsAcceptanceOf.availabilityStarts (Required) | Date | Date after which the watch action is available, in ISO 8601 format. |
expectsAcceptanceOf.availabilityEnds (Required) | Date | Date after which the watch action is no longer available, in ISO 8601 format. |
expectsAcceptanceOf.eligibleRegion (Recommended) | Country | Countries in which the watch action is available. If unspecified, we expect the action is available everywhere except where denoted in potentialAction. . |
expectsAcceptanceOf.eligibleRegion.name (Recommended) | Text | Country name. Use the ISO 3166 country code. |
expectsAcceptanceOf.ineligibleRegion | Country | Countries in which the watch action is not available. If unspecified, we expect the action is available everywhere unless potentialAction. is specified. |
expectsAcceptanceOf.ineligibleRegion.name | Text | Country name. Use the ISO 3166 country code. |
expectsAcceptanceOf.category (Required) | Text | One of the following values:
|
expectsAcceptanceOf.name | Text | Name of the offer type, e.g. "High Definition", "Monthly subscription". |
expectsAcceptanceOf.price | Numeric | Cost of the offer type. Do not include a currency symbol. |
expectsAcceptanceOf.priceCurrency | Text | 3-letter currency code of the price value in ISO 4217 format, e.g. "USD". |
seller | Organization | Annotation for the company making the offer. Relevant only for offers where expectsAcceptanceOf.category isexternalSubscription , i.e. the user requires a subscription to an entity other than the watch action partner. Example: HBO GO content requires a cable subscription. |
seller.name | Text | The name of the external entity. |
seller.sameAs | URL | URL to the official homepage of the external entity. Example: IMDB, Wikipedia. |
expectsAcceptanceOf
property."expectsAcceptanceOf": {
"@type": "Offer","availabilityStarts": "2014-10-01T00:00","availabilityEnds": "2014-12-31T00:00"}
"expectsAcceptanceOf": [
{"@type": "Offer","availabilityStarts": "2014-10-01T00:00","availabilityEnds": "2014-12-31T00:00","category": "externalSubscription","seller": {"@type": "Organization","name": "Comcast","sameAs": "http://www.comcast.com/"}},{"@type": "Offer","availabilityStarts": "2015-01-01T00:00","availabilityEnds": "2015-03-31T00:00","category": "externalSubscription","seller": {"@type": "Organization","name": "Time Warner Cable","sameAs": "http://www.timewarnercable.com/"}}]
<script type="application/ld+json">
{"@context":"http://schema.org","@id":"12546432","@type":"Movie","name":"Forrest Gump","url":"http://www.example.com/forrest_gump","description":"A man with a low I.Q. has accomplished great things in his life and been present during significant historic events.","releasedEvent":{"@type":"PublicationEvent","startDate":"1994-07-06","location":{"@type":"Country","name":"US"}},"potentialAction":{"@type":"WatchAction","target":["http://www.example.com/forrest_gump?autoplay=true","android-app://com.app.foo/bar/forrest_gump?autoplay=true"],"expectsAcceptanceOf":{"@type":"Offer","availabilityStarts":"2015-01-01T00:00","availabilityStarts":"2015-12-31T00:00","category":"subscription","name":"Hulu Plus","price":7.99,"priceCurrency":"USD","seller":{"@type":"Organization","name":"Hulu","sameAs":"http://www.hulu.com/"}}},"hasPart":{"@type":"Clip","description":"trailer","timeRequired":"PT2M5S","potentialAction":{"@type":"WatchAction","target":"android-app://com.app.foo/bar/watch/2356866","expectsAcceptanceOf":{"category":"free","availabilityStarts":"2014-09-01T00:00","availabilityEnds":"2015-09-01T00:00"}}},"image":{"@type":"ImageObject","height":600,"width":400,"url":"http://www.hulu.com/images/124564.jpg"},"sameAs":"http://www.imdb.com/title/tt0109830/","actor":{"@type":"Person","name":"Tom Hanks","sameAs":"http://www.imdb.com/name/nm0000158/"},"director":{"@type":"Person","name":"Robert Zemeckis","sameAs":"http://www.imdb.com/name/nm0000709/"},"duration":"PT2H22M"}</script>
AndroidManifest.xml
file must contain an intent filter with the following properties:<intent-filter>
<action android:name="android.intent.action.VIEW"/><category android:name="android.intent.category.DEFAULT"/><category android:name="android.intent.category.BROWSABLE"/><data android:scheme="cbs"/></intent-filter>
android-app://com.cbs.app/cbs/shows/bbt/vid/2356865/occupation_recal?campaign=google_kp_watch