בקטע הזה מפורטים המאפיינים של סימון התוכן לסוגים הבאים של קליפים: Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
, DeletedScene
ו-Interview
.
טבלת נתוני המפרט בתצוגה מקדימה
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Preview . |
@id |
כתובת URL | חובה – המזהה של התצוגה המקדימה בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של הקליפ המקדים. |
description |
טקסט | חובה – תיאור של הקטע המקדים, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך התצוגה המקדימה.הנכס הזה יכול לקבל את הערכים הבאים: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-Preview @id . |
דוגמה לתצוגה מקדימה
בדוגמה הבאה מוצגת הרכיב של הווידאו Preview
בכרטיסייה הימנית, והרכיב המקושר mainEntity
בכרטיסייה השמאלית. הדוגמה הזו לא כוללת קישור עומק מסוג mainEntity
.
תצוגה מקדימה
הקליפ הבא מייצג קטע מקדים של אירוע ספורט. אירוע הספורט מצוין באמצעות הערכים של @type
ו-@id
בנכס 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
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Preview
. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים לעומק, תוכלו להוסיף אותם באמצעות המאפיין 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"
}
]
}
טבלת המפרט של Recap
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Recap . |
@id |
כתובת URL | חובה – המזהה של הסיכום בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של קליפ הסיכום. |
description |
טקסט | חובה – תיאור הסיכום, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הסיכום.הנכס הזה יכול לקבל את הערכים הבאים: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-Recap @id . |
דוגמה לסיכום
בדוגמה הבאה מוצגת הרכיב של הווידאו Recap
בכרטיסייה הימנית והקישור שלו ל-mainEntity
בכרטיסייה השמאלית. הדוגמה הזו לא כוללת קישור עומק מסוג mainEntity
.
Recap
הקליפ הבא מייצג סיכום של אירוע ספורט. אירוע הספורט מצוין באמצעות הערכים של @type
ו-@id
בנכס 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
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Recap
. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים לעומק, תוכלו להוסיף אותם באמצעות המאפיין 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"
}
]
}
בדיקת טבלת המפרט
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Review . |
@id |
כתובת URL | חובה – המזהה של הבדיקה בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של קטע הבדיקה. |
description |
טקסט | חובה – תיאור של הביקורת, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייכת הבדיקה הזו.המאפיין הזה יכול לקבל את הערכים הבאים: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה יכולים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-Review @id . |
דוגמה לבדיקה
בדוגמה הבאה מוצגת הרכיב של התיוג של קטע הווידאו Review
בכרטיסייה הימנית, והקישור שלו ל-mainEntity
בכרטיסייה השמאלית. הדוגמה הזו כוללת קישור עומק.
בדיקה
הקליפ הבא מייצג ביקורת על סרט. הסרט מצוין באמצעות הערכים של @type
ו-@id
בנכס 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"
}
}
סרט
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Review
. הישות הזו כוללת קישורי עומק בנכס 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"
}
]
}
הדגשת טבלת המפרט
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Highlight . |
@id |
כתובת URL | חובה – המזהה של התיאור בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של קטע ה-Highlight. |
description |
טקסט | חובה – תיאור של הרגעים המיוחדים, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך התיאור.המאפיין הזה יכול לקבל את הערכים הבאים: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-Highlight @id . |
דוגמה להדגשה
בדוגמה הבאה מוצגת הרכיב של הווידאו Highlight
בכרטיסייה הימנית והקישור שלו mainEntity
בכרטיסייה השמאלית. הדוגמה הזו לא כוללת קישור עומק מסוג mainEntity
.
הדגשה
הקליפ הבא מייצג רגעים מיוחדים מאירוע ספורט. אירוע הספורט מצוין באמצעות הערכים של @type
ו-@id
במאפיין 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
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Highlight
. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים לעומק, תוכלו להוסיף אותם באמצעות המאפיין 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"
}
]
}
טבלת המפרטים של הקטעים הלא רצויים
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Blooper . |
@id |
כתובת URL | חובה – המזהה של הטעות בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של קליפ הבאגים. |
description |
טקסט | חובה – תיאור של הקליפ, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הקליפ הזה של הטעויות.הנכס הזה יכול לקבל את הערכים הבאים: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד ולכלול @id שונה מה-@id @id .Blooper |
דוגמה לקליפ מפספוסים
בדוגמה הבאה מוצגת הרכיב של הווידאו Blooper
בכרטיסייה הימנית והקישור שלו ל-mainEntity
בכרטיסייה השמאלית. הדוגמה הזו כוללת קישור עומק.
פספוסים
הקליפ הבא מייצג קליפ מפספס מסרט. הסרט מצוין באמצעות הערכים של @type
ו-@id
במאפיין 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"
}
}
סרט
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Blooper
. הישות הזו כוללת קישורי עומק בנכס 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"
}
]
}
טבלת המפרט של BehindTheScene
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-BehindTheScene . |
@id |
כתובת URL | חובה – המזהה של הקליפ בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של הקליפ מאחורי הקלעים. |
description |
טקסט | חובה – תיאור של הקליפ מאחורי הקלעים, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הקליפ הזה מאחורי הקלעים.הערכים האפשריים של המאפיין הזה הם: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-BehindTheScene @id . |
דוגמה ל-BehindTheScene
בדוגמה הבאה מוצגת הרכיב של הווידאו BehindTheScene
בכרטיסייה הימנית, והרכיב המקושר mainEntity
בכרטיסייה השמאלית. הדוגמה הזו כוללת קישור עומק.
BehindTheScene
הדוגמה הבאה מייצגת קליפ מאחורי הקלעים של סרט. הסרט מצוין באמצעות הערכים של @type
ו-@id
במאפיין 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"
}
}
סרט
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ BehindTheScene
. הישות הזו כוללת קישורי עומק בנכס 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"
}
]
}
טבלת המפרט של DeletedScene
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-DeletedScene . |
@id |
כתובת URL | חובה – המזהה של הקליפ בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של הסצנה שנמחקה. |
description |
טקסט | חובה – תיאור של הסצנה שנמחקה, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייכת הסצנה שנמחקה.הערכים האפשריים של המאפיין הזה הם: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד, ויש לה @id שונה מ-DeletedScene @id . |
דוגמה ל-DeletedScene
בדוגמה הבאה מוצגת הרכיב של הווידאו DeletedScene
בכרטיסייה הימנית, והרכיב המקושר mainEntity
בכרטיסייה השמאלית. הדוגמה הזו כוללת קישור עומק.
DeletedScene
הקליפ הבא מייצג סצנה שנמחקה מסרט. הסרט מצוין באמצעות הערכים של @type
ו-@id
במאפיין 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"
}
}
סרט
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ DeletedScene
. הישות הזו כוללת קישורי עומק בנכס 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"
}
]
}
טבלת מפרט הריאיון
נכס | הסוג הנדרש | תיאור |
---|---|---|
@context |
טקסט | חובה – תמיד מוגדר ל-["http://schema.org", {"@language": "xx"}] .
|
@type |
טקסט | חובה – תמיד מוגדר ל-Interview . |
@id |
כתובת URL | חובה – המזהה של הראיון בפורמט URI. לדוגמה, https://example.com/1234abc.@id חייב לעמוד בדרישות הבאות:
|
name |
טקסט | חובה – השם של קליפ הראיון. |
description |
טקסט | חובה – תיאור של הראיון, מוגבל ל-300 תווים. |
potentialAction |
WatchAction | חובה – אובייקט של סימון פעולה שמספק את הפרטים של הפעולה. |
mainEntity.@type |
טקסט | חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הראיון.הערכים האפשריים של המאפיין הזה הם: נכס mainEntity חייב להתקיים גם כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגי הנכסים השונים, כפי שמצוין בטבלאות המפרטים שלהם במסמכי התיעוד האלה. סוגי mainEntity האלה לא חייבים לכלול קישורי עומק, כפי שמועברים דרך המאפיין potentialAction . |
mainEntity.@id |
כתובת URL | חובה – השדה @id של הישות המתאימה. הישות חייבת להתקיים בפיד ולכלול @id שונה מה-@id @id .Interview |
interviewer.@type |
טקסט | חובה – תמיד מוגדר ל-Person . |
interviewer.@id |
כתובת URL | חובה – המזהה של המראיין בפורמט URI. לדוגמה, https://example.com/person/1234abc.@id חייב לעמוד בדרישות הבאות:
|
interviewer.name |
טקסט | חובה – שם המראיין. |
interviewee.@type |
טקסט | חובה – תמיד מוגדר ל-Person . |
interviewee.@id |
כתובת URL | חובה – המזהה של המרואיין בפורמט URI. לדוגמה, https://example.com/person/1234abc.@id חייב לעמוד בדרישות הבאות:
|
interviewee.name |
טקסט | חובה – השם של המרואיין. |
דוגמה לראיון
בדוגמה הבאה מוצגת הרכיב של הווידאו Interview
בכרטיסייה הימנית, והרכיב המקושר mainEntity
בכרטיסייה השמאלית. הדוגמה הזו כוללת קישור עומק.
ריאיון
הקליפ הבא מייצג ריאיון על סרט. הסרט מצוין באמצעות הערכים של @type
ו-@id
במאפיין 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"
}
}
סרט
זהו הערך של mainEntity
שמשויך לקליפ שצוין בקליפ Interview
. הישות הזו כוללת קישורי עומק בנכס 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"
}
]
}