剪輯片段的內容標記屬性

本節將詳細說明 PreviewRecapReviewHighlightBlooperBehindTheSceneDeletedSceneInterview 短片類型的內容標記屬性。

預覽規格表

屬性 預期類型 說明
@context Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容的 @language 都應設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Preview
@id 網址 必填:預覽內容的 ID,格式為 URI,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:預覽短片的名稱。
description Text 必填:預覽畫面的說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必要:使用 mainEntity 屬性代表此預覽畫面所屬的實體。

這個屬性可具有以下值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Preview @id 相同。

預覽範例

以下範例顯示左側分頁中的 Preview 短片標記,以及右側分頁中連結的 mainEntity。這個範例未納入 mainEntity 類型的深層連結。

預覽 SportsEvent

以下短片為體育賽事預告片。運動賽事是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Preview 片段中指定的片段相關聯的 mainEntity。這個實體不含深層連結。如果您有深層連結,可以使用 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容都應將 @language 設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Recap
@id 網址 必填:摘要的 ID,格式為 URI,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:重點回顧短片的名稱。
description Text 必填:摘要說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必填:使用 mainEntity 屬性代表這則重點摘要所屬的實體。

這項屬性可具有以下值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Recap @id 相同。

重點摘要範例

以下範例顯示左側分頁中的 Recap 短片標記,以及右側分頁中連結的 mainEntity。這個範例未納入 mainEntity 類型的深層連結。

以下短片是體育賽事的重點摘要。體育賽事活動是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Recap 片段中指定的片段相關聯的 mainEntity。這個實體不含深層連結。如果您有深層連結,可以使用 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容都應將 @language 設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Review
@id 網址 必填 - 評論的 ID,格式為 URI,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:評論短片的名稱。
description Text 必填:評論說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必要:使用 mainEntity 屬性代表此評論所屬的實體。

這個屬性可具有以下值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Review @id 相同。

審查範例

以下範例顯示左側分頁中的 Review 短片標記,以及右側分頁中連結的 mainEntity。這個範例包含深層連結。

查看 電影

以下短片是電影評論。電影是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Review 片段中指定的片段相關聯的 mainEntity。這個實體會在 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容都應將 @language 設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Highlight
@id 網址 必填 - 以 URI 格式顯示醒目顯示的 ID,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:精選短片的名稱。
description Text 必填:精選內容的說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必要:使用 mainEntity 屬性代表這個精選內容所屬的實體。

這個屬性可具有下列值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Highlight @id 相同。

醒目顯示範例

以下範例顯示左側分頁中的 Highlight 短片標記,以及右側分頁中連結的 mainEntity。這個範例未納入 mainEntity 類型的深層連結。

以下短片是體育賽事的精彩片段。體育賽事由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Highlight 片段中指定的片段相關聯的 mainEntity。這個實體不含深層連結。如果您有深層連結,可以使用 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容都應將 @language 設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Blooper
@id 網址 必填:Blooper 的 ID,格式為 URI,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:Blooper 短片的名稱。
description Text 必填:錯誤片段說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必填:使用 mainEntity 屬性代表這個 Blooper 短片所屬的實體。

這個屬性可包含下列值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Blooper @id 相同。

笑場片段示例

以下範例顯示左側分頁中的 Blooper 短片標記,以及右側分頁中連結的 mainEntity。這個範例包含深層連結。

NG 鏡頭 電影

以下片段是電影中的 NG 片段。電影是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Blooper 片段中指定的片段相關聯的 mainEntity。這個實體會在 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容都應將 @language 設為適當的語言代碼,並採用 BCP 47 格式。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 BehindTheScene
@id 網址 必填:以 URI 格式輸入短片的 ID,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:幕後花絮短片的名稱。
description Text 必填:幕後花絮短片的說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必填:使用 mainEntity 屬性代表幕後花絮短片所屬的實體。

這個屬性可具有下列值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 BehindTheScene @id 相同。

BehindTheScene 範例

以下範例顯示左側分頁中的 BehindTheScene 短片標記,以及右側分頁中連結的 mainEntity。這個範例包含深層連結。

以下是電影幕後花絮片段。電影是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 BehindTheScene 片段中指定的片段相關聯的 mainEntity。這個實體會在其 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容的 @language 都應設為 BCP 47 格式中的適當語言代碼。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 DeletedScene
@id 網址 必填:以 URI 格式輸入短片的 ID,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:已刪除的場景名稱。
description Text 必填:刪除的場景說明,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必要:使用 mainEntity 屬性代表這個已刪除場景所屬的實體。

這項屬性可具有以下值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 DeletedScene @id 相同。

DeletedScene 範例

以下範例顯示左側分頁中的 DeletedScene 短片標記,以及右側分頁中連結的 mainEntity。這個範例包含深層連結。

以下短片是電影中的刪除片段。電影是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 DeletedScene 片段中指定的片段相關聯的 mainEntity。這個實體會在其 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 Text 必填 - 一律設為 ["http://schema.org", {"@language": "xx"}]
  • xx 代表動態饋給中字串的語言。每個根實體內容的 @language 都應設為 BCP 47 格式中的適當語言代碼。舉例來說,如果語言設為西班牙文,即使字幕/配音語言為英文,系統仍會假設 namedescription 的值為西班牙文。
@type Text 必要:一律設為 Interview
@id 網址 必填:以 URI 格式輸入訪談的 ID,例如 https://example.com/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
name Text 必填:訪談短片的名稱。
description Text 必填:說明訪談內容,長度上限為 300 個半形字元。
potentialAction WatchAction 必要:提供動作詳細資料動作標記物件
mainEntity.@type Text 必填:使用 mainEntity 屬性代表這場面試所屬的實體。

這項屬性可使用下列值:
mainEntity 屬性也必須是動態饋給中的頂層實體。請為各個類型新增所有必要的中繼資料,如本說明文件中的規格表所示。這些 mainEntity 類型可選擇加入深層連結,並透過 potentialAction 屬性傳達。
mainEntity.@id 網址 必要:對應實體的 @id。實體必須存在於動態饋給中,且 @id 不得與 Interview @id 相同。
interviewer.@type Text 必要:一律設為 Person
interviewer.@id 網址 必填:以 URI 格式輸入訪談者的 ID,例如 https://example.com/person/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
interviewer.name Text 必填:面試官的姓名。
interviewee.@type Text 必要:一律設為 Person
interviewee.@id 網址 必填:以 URI 格式輸入受訪者的 ID,例如 https://example.com/person/1234abc
@id 必須符合下列規定:
  • 在你的目錄中,這項 ID 在全球皆為唯一。
  • 這項功能是靜態的,這個 ID 應固定,不會隨著時間而改變。
  • 統一資源識別碼 (URI) 的格式。
  • 用於 @id 值的網域必須由貴機構所擁有。
interviewee.name Text 必填:受訪者姓名。

面試範例

以下範例顯示左側分頁中的 Interview 短片標記,以及右側分頁中連結的 mainEntity。這個範例包含深層連結。

Interview 電影

以下影片是關於電影的訪談。電影是由 mainEntity 屬性的 @type@id 指定。

{
  "@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"
  }
}

以下是與 Interview 片段中指定的片段相關聯的 mainEntity。這個實體會在 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"
    }
  ]
}