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

בקטע הזה מפורטים מאפייני התוכן של תגי העיצוב לסוגי הקליפים 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים עמוקים, אתם יכולים להוסיף אותם באמצעות המאפיין 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 טקסט חובה – תמיד מוגדר ל-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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים עמוקים, אתם יכולים להוסיף אותם באמצעות המאפיין 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו כוללת קישורי עומק במאפיין 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו לא כוללת קישור עומק. אם יש לכם קישורים עמוקים, אתם יכולים להוסיף אותם באמצעות המאפיין 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 טקסט חובה – תמיד מוגדר ל-Blooper.
@id כתובת URL חובה – המזהה של ה-blooper בפורמט URI. לדוגמה, https://example.com/1234abc.
@id חייב לעמוד בדרישות הבאות:
  • הוא ייחודי באופן גלובלי בקטלוג שלכם.
  • הוא סטטי. המזהה צריך להיות יציב ולא להשתנות לאורך זמן.
  • הוא מופיע בתבנית של מזהה משאב אחיד (URI).
  • הדומיין שמשמש לערך @id צריך להיות בבעלות הארגון.
name טקסט חובה – השם של הקליפ עם הפספוס.
description טקסט חובה – תיאור של הפספוס, מוגבל ל-300 תווים.
potentialAction WatchAction חובהאובייקט של תגי עיצוב של פעולה שמספק את הפרטים של הפעולה.
mainEntity.@type טקסט חובה – משתמשים במאפיין mainEntity כדי לייצג את הישות שאליה שייך קליפ הפספוסים הזה.

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

דוגמה לטעות

בדוגמה הבאה מוצג תג העיצוב של 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 clip. הישות הזו כוללת קישורי עומק במאפיין 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"}].
  • 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו כוללת קישורי עומק במאפיין 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @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 clip. הישות הזו כוללת קישורי עומק במאפיין 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 Required – The @id of the corresponding entity. הישות חייבת להופיע בפיד, והערך של @id שלה צריך להיות שונה מהערך של Interview @id.
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 clip. הישות הזו כוללת קישורי עומק במאפיין 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"
    }
  ]
}