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