이 섹션에서는
Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
DeletedScene
및 Interview
클립 유형
미리보기 사양 표
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Preview 로 설정합니다. |
@id |
URL | 필수 - URI 형식의 미리보기 식별자입니다. 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 미리보기 클립의 이름입니다. |
description |
텍스트 | 필수사항 - 미리보기에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수 - mainEntity 속성을 사용하여 이 미리보기가 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Preview @id 와 다른 @id 를 보유해야 합니다. |
미리보기 예시
다음 예에서는 왼쪽 탭에 있는 Preview
클립의 마크업을 보여줍니다.
오른쪽 탭에 연결된 mainEntity
입니다. 이 예에서는
mainEntity
유형의 링크입니다.
미리보기
다음 클립은 스포츠 이벤트의 미리보기를 나타냅니다. 스포츠 이벤트
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"
}
}
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"
}
]
}
요약 사양 표
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Recap 로 설정합니다. |
@id |
URL | 필수사항: URI 형식의 Recap 식별자 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수사항 - 요약 클립의 이름입니다. |
description |
텍스트 | 필수사항 - 요약에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수:mainEntity 속성을 사용하여 이 요약이 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Recap @id 와 다른 @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"
}
}
SportsEvent
다음은 mainEntity
Recap
클립 이 개체에는 딥 링크가 포함되어 있지 않습니다. 만약
potentialAction
속성을 사용하여 추가할 수 있습니다.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
사양 표 검토
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Review 로 설정합니다. |
@id |
URL | 필수사항 - URI 형식의 리뷰 식별자 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 리뷰 클립의 이름입니다. |
description |
텍스트 | 필수 - 리뷰에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수 - mainEntity 속성을 사용하여 리뷰가 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Review @id 와 다른 @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"
}
}
영화
다음은 mainEntity
Review
클립 항목의 potentialAction
에 딥 링크가 포함되어 있습니다.
속성
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/AndroidTVPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
사양 표 강조표시
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Highlight 로 설정합니다. |
@id |
URL | 필수: URI 형식의 하이라이트 식별자입니다. 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 하이라이트 클립의 이름입니다. |
description |
텍스트 | 필수사항 - 하이라이트에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수:이 강조 표시가 속한 항목을 나타내려면 mainEntity 속성을 사용합니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Highlight @id 와 다른 @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"
}
}
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"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Blooper 로 설정합니다. |
@id |
URL | 필수사항: URI 형식의 실수 부호입니다. 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 실수 클립의 이름입니다. |
description |
텍스트 | 필수: 실수에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수:mainEntity 속성을 사용하여 이 실수 클립이 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Blooper @id 와 다른 @id 를 보유해야 합니다. |
실수 예
다음 예에서는 왼쪽 탭에 있는 Blooper
클립의 마크업을 보여줍니다.
오른쪽 탭에 연결된 mainEntity
입니다. 이 예에는 딥 링크가 포함되어 있습니다.
실수
다음 클립은 영화의 실수 장면입니다. 영화는
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"
}
}
영화
다음은 mainEntity
Blooper
클립 항목의 potentialAction
에 딥 링크가 포함되어 있습니다.
속성
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/AndroidTVPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
BehindTheScene 사양 표
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 BehindTheScene 로 설정합니다. |
@id |
URL | 필수 - URI 형식의 클립 식별자입니다. 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 비하인드 스토리 클립의 이름입니다. |
description |
텍스트 | 필수사항 - 비하인드 스토리 클립에 대한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수 - mainEntity 속성을 사용하여 장면 뒤 클립이 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 BehindTheScene @id 와 다른 @id 를 보유해야 합니다. |
비하인드 스토리 예시
다음 예에서는 왼쪽에 있는 BehindTheScene
클립의 마크업을 보여줍니다.
탭과 오른쪽 탭에 연결된 mainEntity
이 있습니다. 이 예에는
링크를 클릭합니다.
BehindTheScene
다음은 영화의 비하인드 스토리 클립을 나타냅니다. 영화는
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"
}
}
영화
다음은 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"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 DeletedScene 로 설정합니다. |
@id |
URL | 필수 - URI 형식의 클립 식별자입니다. 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 삭제된 장면의 이름입니다. |
description |
텍스트 | 필수사항 - 삭제된 장면에 관한 설명이며 300자(영문 기준)로 제한됩니다. |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수 - mainEntity 속성을 사용하여 삭제된 장면이 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 DeletedScene @id 와 다른 @id 를 보유해야 합니다. |
삭제된 장면 예시
다음 예는 왼쪽 탭에 있는 DeletedScene
클립의 마크업을 보여줍니다.
오른쪽 탭에 연결된 mainEntity
이(가) 있습니다. 이 예에는 딥 링크가 포함되어 있습니다.
DeletedScene
다음 클립은 영화에서 삭제된 장면을 나타냅니다. 영화는
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"
}
}
영화
다음은 mainEntity
DeletedScene
클립 이 항목은
potentialAction
속성입니다.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/AndroidTVPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
면접 세부사항 표
속성 | 예상 유형 | 설명 |
---|---|---|
@context |
텍스트 | 필수 - 항상 ["http://schema.org", {"@language": "xx"}] 로 설정합니다.
|
@type |
텍스트 | 필수: 항상 Interview 로 설정합니다. |
@id |
URL | 필수사항 - URI 형식의 인터뷰 식별자 예를 들어 https://example.com/1234abc가 있습니다.@id 은 다음 요구사항을 충족해야 합니다.
|
name |
텍스트 | 필수 - 인터뷰 클립의 이름입니다. |
description |
텍스트 | 필수사항 - 인터뷰에 대한 설명(영문 기준 300자 이내) |
potentialAction |
WatchAction | 필수: 작업의 세부정보를 제공하는 작업 마크업 객체입니다. |
mainEntity.@type |
텍스트 | 필수:mainEntity 속성을 사용하여 이 인터뷰가 속한 항목을 나타냅니다.이 속성은 다음 값을 가질 수 있습니다. mainEntity 속성은 피드의 최상위 항목으로도 있어야 합니다. 이 문서의 사양 표에 표시된 대로 각 유형에 필요한 모든 메타데이터를 추가합니다. potentialAction 속성을 통해 전달되는 대로 이러한 mainEntity 유형에 딥 링크를 포함하는 것은 선택사항입니다. |
mainEntity.@id |
URL | 필수: 상응하는 항목의 @id 입니다. 항목은 피드에 있어야 하며 Interview @id 와 다른 @id 를 보유해야 합니다. |
interviewer.@type |
텍스트 | 필수: 항상 Person 로 설정합니다. |
interviewer.@id |
URL | 필수사항: 면접관의 식별자(URI 형식) 예: https://example.com/person/1234abc.@id 는 다음 요구사항을 충족해야 합니다.
|
interviewer.name |
텍스트 | 필수: 면접관의 이름입니다. |
interviewee.@type |
텍스트 | 필수: 항상 Person 로 설정합니다. |
interviewee.@id |
URL | 필수사항: URI 형식의 인터뷰 대상자 식별자입니다. 예: https://example.com/person/1234abc.@id 는 다음 요구사항을 충족해야 합니다.
|
interviewee.name |
텍스트 | 필수사항: 인터뷰 대상자의 이름입니다. |
인터뷰 예시
다음 예는 왼쪽 탭에 있는 Interview
클립의 마크업을 보여줍니다.
오른쪽 탭에 연결된 mainEntity
이(가) 있습니다. 이 예에는 딥 링크가 포함되어 있습니다.
인터뷰
다음 클립은 영화에 대한 인터뷰입니다. 영화는
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"
}
}
영화
다음은 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"
}
]
}