Questa sezione fornisce i dettagli sulle proprietà di markup dei contenuti per
Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
,
tipi di clip DeletedScene
e Interview
.
Anteprima tabella delle specifiche
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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, limitata a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup 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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Preview @id . |
Anteprima esempio
L'esempio seguente mostra il markup per un clip Preview
nella scheda a sinistra e
relativo al suo mainEntity
collegato nella scheda a destra. Questo esempio non include una
link di tipo mainEntity
.
Anteprima
Il seguente clip rappresenta un'anteprima di un evento sportivo. L'evento sportivo
è 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 valore mainEntity
associato al clip specificato in
Clip di Preview
. Questa entità non include un link diretto. Se hai una connessione
link, 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"
}
]
}
Riepilogo tabella delle specifiche
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta sempre su Recap . |
@id |
URL | Obbligatorio: l'identificatore del riepilogo in formato URI; ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip del riepilogo. |
description |
Testo | Obbligatorio: una descrizione del Recap, limitato a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio - Utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene questo riepilogo.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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Recap @id . |
Riepilogo esempio
L'esempio seguente mostra il markup per un clip Recap
nella scheda a sinistra e
relativo al suo mainEntity
collegato nella scheda a destra. Questo esempio non include una
link di tipo mainEntity
.
Riepilogo
Il seguente clip rappresenta un riepilogo 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 valore mainEntity
associato al clip specificato in
Clip di Recap
. Questa entità non include un link diretto. Se hai una connessione
link, 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"
}
]
}
Esamina la tabella delle specifiche
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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 azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio - Utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene la 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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Review @id . |
Esamina esempio
L'esempio seguente mostra il markup per un clip Review
nella scheda a sinistra e
relativo al suo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
Rivedi
Il seguente clip rappresenta la 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 valore mainEntity
associato al clip specificato in
Clip di Review
. Questa entità include link diretti in potentialAction
proprietà.
{
"@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 - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta sempre su Highlight . |
@id |
URL | Obbligatorio: l'identificatore del testo evidenziato in formato URI; ad esempio https://example.com/1234abc.@id deve soddisfare i seguenti requisiti:
|
name |
Testo | Obbligatorio: il nome del clip in evidenza. |
description |
Testo | Obbligatorio: una descrizione del contenuto in evidenza (massimo 300 caratteri). |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio - Utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene l'evidenziazione.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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Highlight @id . |
Evidenzia esempio
L'esempio seguente mostra il markup per 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 i momenti salienti di un evento sportivo. Sport
è 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 valore mainEntity
associato al clip specificato in
Clip di Highlight
. Questa entità non include un link diretto. Se hai una connessione
link, 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 blooper
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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 blooper. |
description |
Testo | Obbligatorio: una descrizione del blooper, limitato a 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup azione che fornisce i dettagli dell'azione. |
mainEntity.@type |
Testo | Obbligatorio. Utilizza la proprietà mainEntity per rappresentare l'entità a cui appartiene il clip blooper.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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Blooper @id . |
Esempio di blooper
L'esempio seguente mostra il markup per un clip Blooper
nella scheda a sinistra e
relativo al suo mainEntity
collegato nella scheda a destra. Questo esempio include un link diretto.
Gaffe
Il seguente clip rappresenta un blooper 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 valore mainEntity
associato al clip specificato in
Clip di Blooper
. Questa entità include link diretti in potentialAction
proprietà.
{
"@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 dietro le quinte
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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 dei dietro le quinte. |
description |
Testo | Obbligatorio: una descrizione del clip dei dietro le quinte, limitato 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 questo clip 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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da BehindTheScene @id . |
Esempio di dietro le quinte
L'esempio seguente mostra il markup per un clip BehindTheScene
a sinistra
e mainEntity
collegata nella scheda a destra. Questo esempio include un deep
.
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 valore mainEntity
associato al clip specificato in
Clip di BehindTheScene
. Questa entità include link diretti
potentialAction
proprietà.
{
"@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 - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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 (massimo 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 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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da DeletedScene @id . |
Esempio di deleteScene
L'esempio seguente mostra il markup per 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 filmato. 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 valore mainEntity
associato al clip specificato in
Clip di DeletedScene
. Questa entità include link diretti
potentialAction
proprietà.
{
"@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 delle interviste
Proprietà | Tipo previsto | Descrizione |
---|---|---|
@context |
Testo | Obbligatorio - Imposta sempre su ["http://schema.org", {"@language": "xx"}] .
|
@type |
Testo | Obbligatorio - Imposta 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, fino a un massimo di 300 caratteri. |
potentialAction |
WatchAction | Obbligatorio: un oggetto di markup 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 presenti in questa documentazione. È facoltativo che questi tipi di mainEntity includano 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 valore @id diverso da Interview @id . |
interviewer.@type |
Testo | Obbligatorio - Imposta 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 - Imposta sempre su Person . |
interviewee.@id |
URL | Obbligatorio: l'identificatore del candidato in formato URI; ad esempio https://example.com/person/1234abc.@id deve soddisfare i seguenti requisiti:
|
interviewee.name |
Testo | Obbligatorio: il nome della persona intervistata. |
Esempio di intervista
L'esempio seguente mostra il markup per 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 rappresenta un'intervista relativa a 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 valore mainEntity
associato al clip specificato in
Clip di Interview
. Questa entità include link diretti in potentialAction
proprietà.
{
"@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"
}
]
}