Questa sezione fornisce i dettagli delle proprietà di markup dei contenuti per i tipi di clip Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
,DeletedScene
e Interview
.
Tabella delle specifiche di anteprima
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Preview . |
@id |
URL | Obbligatorio: l'identificatore dell'anteprima in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip di anteprima. |
description |
Testo | Obbligatorio: una descrizione dell'anteprima, con un limite di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questa anteprima.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Preview @id . |
Anteprima esempio
L'esempio seguente mostra il markup di un clip Preview
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio non include un link approfondito sul tipo mainEntity
.
Anteprima
Il seguente clip rappresenta un'anteprima di un evento sportivo. L'evento sportivo
viene specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Preview"
"@id": "https://www.example.com/preview_clip/teama-teamb",
"name": "A preview for Team A vs Team B"
"description": "An analysis of two teams, Team A and Team B, before their game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_pregame",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
SportsEvent
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Preview
. Questa entità non include un link diretto. Se hai link diretti, puoi aggiungerli con la proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
Tabella delle specifiche del Recap
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Recap . |
@id |
URL | Obbligatorio: l'identificatore del Recap in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip di Recap. |
description |
Testo | Obbligatorio: una descrizione del Recap, con un massimo di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questo Recap.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Recap @id . |
Esempio di Recap
L'esempio seguente mostra il markup di un clip Recap
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio non include un link approfondito sul tipo mainEntity
.
Riepilogo
Il seguente clip rappresenta il recap di un evento sportivo. L'evento sportivo è
specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Recap"
"@id": "https://www.example.com/recap_clip/teama-teamb",
"name": "A recap for Team A vs Team B"
"description": "An analysis of two teams, Team A and Team B, after their game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_recap",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
SportsEvent
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Recap
. Questa entità non include un link diretto. Se hai link diretti, puoi aggiungerli con la proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
Tabella di revisione delle specifiche
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Review . |
@id |
URL | Obbligatorio: l'identificatore della recensione in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip della recensione. |
description |
Testo | Obbligatorio: una descrizione della recensione, limitata a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questa recensione.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Review @id . |
Esempio di recensione
L'esempio seguente mostra il markup di un clip Review
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
Rivedi
Il seguente clip rappresenta una recensione di un film. Il film è specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Review"
"@id": "https://www.example.com/review_clip/abc",
"name": "A review of ABC"
"description": "A no-spoiler review of the Sci-Fi Movie, ABC."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/review_clip/abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
Film
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Review
. Questa entità include i link diretti nella sua proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?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",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
Evidenzia tabella delle specifiche
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Highlight . |
@id |
URL | Obbligatorio: l'identificatore dell'evidenziazione in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome dell'Highlight Clip. |
description |
Testo | Obbligatorio: una descrizione dell'Highlight, con un massimo di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questo momento saliente.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Highlight @id . |
Esempio di Video Ricordo
L'esempio seguente mostra il markup di un clip Highlight
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio non include un link diretto di tipo mainEntity
.
Evidenzia
Il seguente clip rappresenta un momento saliente di un evento sportivo. L'evento sportivo è specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Highlight"
"@id": "https://www.example.com/highlight_clip/teama-teamb",
"name": "Highlight for the Team A vs Team B game"
"description": "Highlight for the Team A vs Team B game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_highlight",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
SportsEvent
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Highlight
. Questa entità non include un link diretto. Se hai link diretti, puoi aggiungerli con la proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
Tabella delle specifiche degli errori
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Blooper . |
@id |
URL | Obbligatorio: l'identificatore del blooper in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip con gli errori. |
description |
Testo | Obbligatorio: una descrizione del blooper, limitata a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatoria: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questo clip di errori.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Blooper @id . |
Esempio di errore
L'esempio seguente mostra il markup di un clip Blooper
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
Gaffe
Il seguente clip mostra un errore di un film. Il film è
specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Blooper"
"@id": "https://www.example.com/blooper_abc",
"name": "ABC Bloopers"
"description": "Bloopers during the filming of ABC"
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/blooper_abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
Film
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Blooper
. Questa entità include i link diretti nella sua proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?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",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
Tabella delle specifiche di BehindTheScene
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su BehindTheScene . |
@id |
URL | Obbligatorio: l'identificatore del clip in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip del dietro le quinte. |
description |
Testo | Obbligatorio: una descrizione del clip del dietro le quinte, con un limite di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatoria: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questo clip del dietro le quinte.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del BehindTheScene @id . |
Esempio di BehindTheScene
L'esempio seguente mostra il markup di un clip BehindTheScene
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio include un link approfondito.
BehindTheScene
Di seguito è riportato un clip del dietro le quinte di un film. Il film è
specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "BehindTheScene"
"@id": "https://www.example.com/behind_the_scene_abc",
"name": "ABC Behind the scene"
"description": "Behind the scene of ABC."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/behind_the_scene_abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
Film
Di seguito è riportato il mainEntity
associato al clip specificato nel clip BehindTheScene
. Questa entità include i link diretti nella sua proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?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",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
Tabella delle specifiche di DeletedScene
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su DeletedScene . |
@id |
URL | Obbligatorio: l'identificatore del clip in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome della scena eliminata. |
description |
Testo | Obbligatorio: una descrizione della scena eliminata, con un massimo di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatoria: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questa scena eliminata.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del DeletedScene @id . |
Esempio di DeletedScene
L'esempio seguente mostra il markup di un clip DeletedScene
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
DeletedScene
Il seguente clip rappresenta una scena eliminata da un film. Il film è
specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "DeletedScene"
"@id": "https://www.example.com/deleted_scene_abc",
"name": "Deleted Sscenes in ABC"
"description": "Deleted Sscenes in ABC."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/deleted_scene_abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
Film
Di seguito è riportato il mainEntity
associato al clip specificato nel clip DeletedScene
. Questa entità include i link diretti nella sua proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?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",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
Tabella delle specifiche dell'intervista
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio: impostato sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio: impostato sempre su Interview . |
@id |
URL | Obbligatorio: l'identificatore dell'intervista in formato URI, ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip dell'intervista. |
description |
Testo | Obbligatorio: una descrizione dell'intervista, limitata a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup dell'azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio: utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene l'intervista.Questa proprietà può avere i seguenti valori: La proprietà mainEntity deve esistere anche come entità di primo livello nel feed. Aggiungi tutti i metadati necessari per i rispettivi tipi, come indicato dalle tabelle delle specifiche in questa documentazione. Per questi tipi di mainEntity è facoltativo includere i link diretti, come indicato tramite la proprietà potentialAction . |
mainEntity.@id |
URL | Obbligatorio: il @id dell'entità corrispondente. L'entità deve esistere nel feed e avere un @id diverso da quello del Interview @id . |
interviewer.@type |
Testo | Obbligatorio: impostato sempre su Person . |
interviewer.@id |
URL | Obbligatorio: l'identificatore dell'intervistatore in formato URI, ad esempio https://example.com/person/1234abc.@id deve soddisfare i seguenti requisiti:
|
interviewer.name |
Testo | Obbligatorio: il nome dell'intervistatore. |
interviewee.@type |
Testo | Obbligatorio: impostato sempre su Person . |
interviewee.@id |
URL | Obbligatorio: l'identificatore dell'intervistato in formato URI, ad esempio https://example.com/person/1234abc.@id deve soddisfare i seguenti requisiti:
|
interviewee.name |
Testo | Obbligatorio: il nome dell'intervistato. |
Esempio di intervista
L'esempio seguente mostra il markup di un clip Interview
nella scheda a sinistra e il relativo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
Intervista
Il seguente clip mostra un'intervista su un film. Il film è
specificato da @type
e @id
della proprietà mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Interview"
"@id": "https://www.example.com/abc_personb_interview",
"name": "ABC Promotional Interview"
"description": "ABC promotional interview ofwith Person B with host Person A."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/abc_personb_interview",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
"interviewer": {
"@type": "Person"
"@id": "https://example.com/person/1234abc"
"name": "Person A"
}
"interviewee": {
"@type": "Person"
"@id": "https://example.com/person/45664abc"
"name" : "Person B"
}
}
Film
Di seguito è riportato il mainEntity
associato al clip specificato nel clip Interview
. Questa entità include i link diretti nella sua proprietà potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?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",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}