מאפייני תגי עיצוב של קליפים

הקטע הזה מספק את הפרטים על המאפיינים של תגי עיצוב של תוכן עבור Preview, Recap, Review, Highlight, Blooper, BehindTheScene, סוגי קליפים DeletedScene ו-Interview.

תצוגה מקדימה של טבלת מפרט

נכס הסוג הצפוי תיאור
@context טקסט חובה – תמיד מוגדר לערך ["http://schema.org", {"@language": "xx"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Preview.
@id כתובת URL חובה – מזהה התצוגה המקדימה בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – שם הקטע המקדים של הקליפ.
description טקסט חובה – תיאור של התצוגה המקדימה, מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייכת התצוגה המקדימה הזו.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Preview.

תצוגה מקדימה לדוגמה

הדוגמה הבאה מציגה את תגי העיצוב של קליפ 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"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Recap.
@id כתובת URL חובה – מזהה הסיכום בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של קליפ הסיכום.
description טקסט חובה – תיאור של הסיכום, מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים בנכס mainEntity כדי לייצג את הישות שאליה הסיכום הזה שייך.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Recap.

דוגמה לסיכום

הדוגמה הבאה מציגה את תגי העיצוב של קליפ 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"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Review.
@id כתובת URL חובה – מזהה הביקורת בפורמט URI; לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של קליפ הביקורת.
description טקסט חובה – תיאור של הביקורת מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים בנכס mainEntity כדי לייצג את הישות שאליה שייכת הביקורת הזו.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Review.

דוגמה לביקורת

הדוגמה הבאה מציגה את תגי העיצוב של קליפ 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"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Highlight.
@id כתובת URL חובה – מזהה ההדגשה בפורמט URI; לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של הקליפ של הרגעים המיוחדים.
description טקסט חובה – תיאור של ההדגשה מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה ההדגשה הזו שייכת.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Highlight.

הדגשת דוגמה

בדוגמה הבאה רואים את תגי העיצוב של קליפ 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"
    }
  ]
}

טבלת מפרט של מודעת Blooper

נכס הסוג הצפוי תיאור
@context טקסט חובה – תמיד מוגדר לערך ["http://schema.org", {"@language": "xx"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Blooper.
@id כתובת URL חובה - מזהה מודעת השגיאה בפורמט URI; לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של הקליפ של פספוסים.
description טקסט חובה – תיאור של הפסקול מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – צריך להשתמש במאפיין mainEntity כדי לייצג את הישות שאליה שייך קליפ המודעות הזה.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Blooper.

דוגמה ל-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"
    }
  ]
}

טבלת המפרט מאחורי TheScene

נכס הסוג הצפוי תיאור
@context טקסט חובה – תמיד מוגדר לערך ["http://schema.org", {"@language": "xx"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך BehindTheScene.
@id כתובת URL חובה – מזהה הקליפ בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של הקליפ מאחורי הקלעים.
description טקסט חובה – תיאור של הקליפ מאחורי הקלעים, מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הקליפ מאחורי הקלעים.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@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"
    }
  ]
}

טבלת המפרט של הסצנה נמחקה

נכס הסוג הצפוי תיאור
@context טקסט חובה – תמיד מוגדר לערך ["http://schema.org", {"@language": "xx"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך DeletedScene.
@id כתובת URL חובה – מזהה הקליפ בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של הסצנה שנמחקה.
description טקסט חובה – תיאור של הסצנה שנמחקה, מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייכת הסצנה שנמחקה.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@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"}].
  • xx מייצג את השפה של המחרוזות בפיד. צריך להגדיר בכל הקשר של ישות שורש @language את קוד השפה המתאים בפורמט BCP 47. לדוגמה, אם השפה מוגדרת לספרדית, הערכים של name ושל description הם בספרדית גם אם שפת הכתוביות היא אנגלית.
@type טקסט חובה – תמיד מוגדר לערך Interview.
@id כתובת URL חובה – מזהה הריאיון בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
name טקסט חובה – השם של קליפ הריאיון.
description טקסט חובה – תיאור של הריאיון מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט תגי עיצוב של פעולה שמספק את פרטי הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך הריאיון.

הנכס הזה יכול לקבל את הערכים הבאים:
הנכס mainEntity צריך גם להתקיים כישות ברמה העליונה בפיד. מוסיפים את כל המטא-נתונים הנדרשים לסוגים המתאימים, כפי שמצוין בטבלאות המפרט שלהם לאורך מסמכי תיעוד אלה. לא חובה לכלול קישורי עומק מהסוגים האלה של mainEntity, כפי שמועבר באמצעות המאפיין potentialAction.
mainEntity.@id כתובת URL חובה – הערך @id של הישות המתאימה. הישות צריכה להיכלל בפיד וצריך להגדיר בה @id ששונה מ-@id של Interview.
interviewer.@type טקסט חובה – תמיד מוגדר לערך Person.
interviewer.@id כתובת URL חובה – מזהה המראיין בפורמט URI; לדוגמה, https://example.com/person/1234abc.
@id חייבים לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @id חייב להיות בבעלות הארגון שלך.
interviewer.name טקסט חובה – שם המראיין.
interviewee.@type טקסט חובה – תמיד מוגדר לערך Person.
interviewee.@id כתובת URL חובה – מזהה מרואיין בפורמט URI; לדוגמה, https://example.com/person/1234abc.
@id חייבים לעמוד בדרישות הבאות:
  • המזהה הזה ייחודי בכל העולם.
  • הטקסט סטטי. המזהה צריך להיות יציב ולא להשתנות עם הזמן.
  • המזהה שלו הוא בפורמט של מזהה משאבים מאוחד (URI).
  • הדומיין שמשמש לערך @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"
    }
  ]
}