इस सेक्शन में,
Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
,
DeletedScene
और Interview
क्लिप के टाइप.
झलक दिखाने से जुड़ी खास जानकारी वाली टेबल
प्रॉपर्टी | अनुमानित टाइप | ब्यौरा |
---|---|---|
@context |
टेक्स्ट | ज़रूरी है - हमेशा ["http://schema.org", {"@language": "xx"}] पर सेट करें.
|
@type |
टेक्स्ट | ज़रूरी है - हमेशा Preview पर सेट करें. |
@id |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में झलक का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - झलक वाली क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - झलक का ब्यौरा. इसमें 300 वर्ण हो सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह झलक जिस इकाई से जुड़ी है उसे दिखाने के लिए, mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , Preview @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"
}
]
}
Recap की खास बातों की टेबल
प्रॉपर्टी | अनुमानित टाइप | ब्यौरा |
---|---|---|
@context |
टेक्स्ट | ज़रूरी है - हमेशा ["http://schema.org", {"@language": "xx"}] पर सेट करें.
|
@type |
टेक्स्ट | ज़रूरी है - हमेशा Recap पर सेट करें. |
@id |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में रीकैप का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - रीकैप क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - रीकैप का ब्यौरा दें. इसमें 300 वर्ण हो सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह रीकैप जिस इकाई से जुड़ा है उसे दिखाने के लिए, mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , Recap @id से अलग होना चाहिए. |
Recap का उदाहरण
नीचे दिए गए उदाहरण में, बाएं टैब पर 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 |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में समीक्षा का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - समीक्षा वाली क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - समीक्षा का ब्यौरा. इसके लिए, ज़्यादा से ज़्यादा 300 वर्ण इस्तेमाल किए जा सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह समीक्षा जिस इकाई से जुड़ी है उसे दिखाने के लिए, 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"
}
}
मूवी
इसमें बताई गई क्लिप से जुड़ा 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 |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में हाइलाइट करने वाला आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - हाइलाइट क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - हाइलाइट की जानकारी 300 वर्णों में दी जा सकती है. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह हाइलाइट जिस इकाई से जुड़ा है उसे दिखाने के लिए, 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"
}
}
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 |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में ब्लूपर का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - ब्लूपर क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - ब्लूपर के बारे में ज़्यादा से ज़्यादा 300 वर्णों में जानकारी दी जा सकती है. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह ब्लूपर क्लिप किस इकाई से जुड़ी है, यह दिखाने के लिए mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , Blooper @id से अलग होना चाहिए. |
Blooper का उदाहरण
नीचे दिए गए उदाहरण में, बाएं टैब पर 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 |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में क्लिप का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - सीन के पीछे की क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - सीन के पीछे की क्लिप का ब्यौरा. इसमें 300 वर्ण हो सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - सीन के पीछे की क्लिप से जुड़ी इकाई को दिखाने के लिए, mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , BehindTheScene @id से अलग होना चाहिए. |
BehindTheScene का उदाहरण
नीचे दिए गए उदाहरण में, बाईं ओर 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"
}
]
}
Deleteene के स्पेसिफ़िकेशन की टेबल
प्रॉपर्टी | अनुमानित टाइप | ब्यौरा |
---|---|---|
@context |
टेक्स्ट | ज़रूरी है - हमेशा ["http://schema.org", {"@language": "xx"}] पर सेट करें.
|
@type |
टेक्स्ट | ज़रूरी है - हमेशा DeletedScene पर सेट करें. |
@id |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में क्लिप का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - मिटाए गए सीन का नाम. |
description |
टेक्स्ट | ज़रूरी है - मिटाए गए सीन के बारे में जानकारी देने के लिए, ज़्यादा से ज़्यादा 300 वर्ण इस्तेमाल किए जा सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - मिटाया गया यह सीन, जिस इकाई से जुड़ा है उसे दिखाने के लिए mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , DeletedScene @id से अलग होना चाहिए. |
DeleteScene का उदाहरण
नीचे दिए गए उदाहरण में, बाएं टैब पर 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 |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में इंटरव्यू का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
name |
टेक्स्ट | ज़रूरी है - इंटरव्यू की क्लिप का नाम. |
description |
टेक्स्ट | ज़रूरी है - इंटरव्यू के बारे में जानकारी देने के लिए, ज़्यादा से ज़्यादा 300 वर्ण इस्तेमाल किए जा सकते हैं. |
potentialAction |
WatchAction | ज़रूरी है - एक कार्रवाई मार्कअप ऑब्जेक्ट जो कार्रवाई की जानकारी देता है. |
mainEntity.@type |
टेक्स्ट | ज़रूरी है - यह इंटरव्यू जिस इकाई से जुड़ा है उसे दिखाने के लिए, mainEntity प्रॉपर्टी का इस्तेमाल करें.इस प्रॉपर्टी में ये वैल्यू हो सकती हैं: फ़ीड में, mainEntity प्रॉपर्टी, टॉप लेवल की इकाई के तौर पर भी मौजूद होनी चाहिए. इस तरह के सभी ज़रूरी मेटाडेटा को जोड़ें, जैसा कि इस दस्तावेज़ में दी गई जानकारी की टेबल में बताया गया है. इन mainEntity टाइप के लिए, potentialAction प्रॉपर्टी के ज़रिए डीप लिंक को शामिल करना ज़रूरी नहीं है. |
mainEntity.@id |
यूआरएल | ज़रूरी है - संबंधित इकाई का @id . इकाई, फ़ीड में मौजूद होनी चाहिए और उसका @id , Interview @id से अलग होना चाहिए. |
interviewer.@type |
टेक्स्ट | ज़रूरी है - हमेशा Person पर सेट करें. |
interviewer.@id |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में इंटरव्यू लेने वाले का आइडेंटिफ़ायर; उदाहरण के लिए, https://example.com/person/1234abc.@id को ये ज़रूरी शर्तें पूरी करनी होंगी:
|
interviewer.name |
टेक्स्ट | ज़रूरी है - इंटरव्यू लेने वाले का नाम. |
interviewee.@type |
टेक्स्ट | ज़रूरी है - हमेशा Person पर सेट करें. |
interviewee.@id |
यूआरएल | ज़रूरी है - यूआरआई फ़ॉर्मैट में इंटरव्यू देने वाले का आइडेंटिफ़ायर; उदाहरण के लिए, 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"
}
]
}