এই বিভাগটি Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
, DeletedScene
, এবং Interview
ক্লিপ প্রকারের বিষয়বস্তু মার্কআপ বৈশিষ্ট্যের বিশদ বিবরণ প্রদান করে৷
প্রিভিউ স্পেসিফিকেশন টেবিল
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Preview সেট করুন। |
@id | URL | প্রয়োজনীয় - ইউআরআই বিন্যাসে পূর্বরূপের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - পূর্বরূপ ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - পূর্বরূপের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই প্রিভিউ এর অন্তর্গত যে সত্তার প্রতিনিধিত্ব করতে mainEntity প্রপার্টি ব্যবহার করুন।এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @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"
}
}
খেলাধুলার অনুষ্ঠান
Preview
ক্লিপে উল্লেখ করা ক্লিপের সাথে যুক্ত mainEntity
নিম্নলিখিত। এই সত্তা একটি গভীর লিঙ্ক অন্তর্ভুক্ত করে না. আপনার যদি গভীর লিঙ্ক থাকে তবে আপনি potentialAction
সম্পত্তির সাথে তাদের যোগ করতে পারেন।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
রিক্যাপ স্পেসিফিকেশন টেবিল
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Recap এ সেট করুন। |
@id | URL | প্রয়োজনীয় - URI বিন্যাসে রিক্যাপের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - রিক্যাপ ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - রিক্যাপের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই রিক্যাপটি যে সত্তার সাথে সম্পর্কিত তা উপস্থাপন করতে mainEntity সম্পত্তি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @id । সত্তাটি অবশ্যই ফিডে বিদ্যমান থাকতে হবে এবং একটি @id থাকতে হবে যা Recap @id থেকে আলাদা। |
রিক্যাপ উদাহরণ
নীচের উদাহরণটি বাম ট্যাবে একটি Recap
ক্লিপের মার্কআপ এবং ডান ট্যাবে এর লিঙ্কযুক্ত mainEntity
দেখায়৷ এই উদাহরণটি mainEntity
টাইপের একটি গভীর লিঙ্ক অন্তর্ভুক্ত করে না।
রিক্যাপ
নিম্নলিখিত ক্লিপটি একটি ক্রীড়া ইভেন্টের সংক্ষিপ্ত বিবরণ উপস্থাপন করে। স্পোর্টস ইভেন্টটি mainEntity
প্রপার্টির @type
এবং @id
দ্বারা নির্দিষ্ট করা হয়।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Recap"
"@id": "https://www.example.com/recap_clip/teama-teamb",
"name": "A recap for Team A vs Team B"
"description": "An analysis of two teams, Team A and Team B, after their game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_recap",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
খেলাধুলার অনুষ্ঠান
Recap
ক্লিপে উল্লেখ করা ক্লিপের সাথে যুক্ত mainEntity
নিম্নলিখিত। এই সত্তা একটি গভীর লিঙ্ক অন্তর্ভুক্ত করে না. আপনার যদি গভীর লিঙ্ক থাকে তবে আপনি potentialAction
সম্পত্তির সাথে তাদের যোগ করতে পারেন।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
স্পেসিফিকেশন টেবিল পর্যালোচনা
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Review সেট করুন। |
@id | URL | প্রয়োজনীয় - URI বিন্যাসে পর্যালোচনার শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - পর্যালোচনা ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - পর্যালোচনার একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই পর্যালোচনাটি যে সত্তার সাথে সম্পর্কিত তা উপস্থাপন করতে mainEntity প্রপার্টি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @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 | URL | প্রয়োজনীয় - URI বিন্যাসে হাইলাইটের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - হাইলাইট ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - হাইলাইটের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই হাইলাইটটি যে সত্তার সাথে সম্পর্কিত তা উপস্থাপন করতে mainEntity প্রপার্টি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @id । সত্তাটি অবশ্যই ফিডে বিদ্যমান থাকতে হবে এবং একটি @id থাকতে হবে যা Highlight @id থেকে আলাদা। |
হাইলাইট উদাহরণ
নিম্নলিখিত উদাহরণটি বাম ট্যাবে একটি Highlight
ক্লিপের মার্কআপ এবং ডান ট্যাবে এর লিঙ্কযুক্ত mainEntity
দেখায়৷ এই উদাহরণটি mainEntity
টাইপের একটি গভীর লিঙ্ক অন্তর্ভুক্ত করে না।
লক্ষণীয় করা
নিম্নলিখিত ক্লিপ একটি ক্রীড়া ইভেন্ট থেকে একটি হাইলাইট প্রতিনিধিত্ব করে. স্পোর্টস ইভেন্টটি mainEntity
প্রপার্টির @type
এবং @id
দ্বারা নির্দিষ্ট করা হয়।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Highlight"
"@id": "https://www.example.com/highlight_clip/teama-teamb",
"name": "Highlight for the Team A vs Team B game"
"description": "Highlight for the Team A vs Team B game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_highlight",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
খেলাধুলার অনুষ্ঠান
Highlight
ক্লিপে উল্লেখ করা ক্লিপের সাথে যুক্ত mainEntity
নিম্নলিখিত। এই সত্তা একটি গভীর লিঙ্ক অন্তর্ভুক্ত করে না. আপনার যদি গভীর লিঙ্ক থাকে তবে আপনি potentialAction
সম্পত্তির সাথে তাদের যোগ করতে পারেন।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
ব্লুপার স্পেসিফিকেশন টেবিল
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Blooper সেট করুন। |
@id | URL | প্রয়োজনীয় - URI বিন্যাসে ব্লুপারের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - ব্লুপার ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - ব্লুপারের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ। |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই ব্লুপার ক্লিপটি যে সত্তার সাথে সম্পর্কিত তা উপস্থাপন করতে mainEntity প্রপার্টি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @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
ক্লিপে উল্লেখিত ক্লিপের সাথে যুক্ত 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 | URL | প্রয়োজনীয় - URI বিন্যাসে ক্লিপটির শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - নেপথ্যের ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - দৃশ্যের পিছনের ক্লিপের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই দৃশ্যের পিছনের ক্লিপটি যে সত্তার সাথে সম্পর্কিত তা উপস্থাপন করতে mainEntity প্রপার্টি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @id । সত্তাটি অবশ্যই ফিডে উপস্থিত থাকতে হবে এবং একটি @id থাকতে হবে যা BehindTheScene @id থেকে আলাদা। |
BehindTheScene উদাহরণ
নিচের উদাহরণটি বাম ট্যাবে BehindTheScene
ক্লিপের মার্কআপ এবং ডান ট্যাবে এর লিঙ্ক করা mainEntity
দেখায়। এই উদাহরণ একটি গভীর লিঙ্ক অন্তর্ভুক্ত.
পর্দার অন্তরালে
নিম্নলিখিতটি একটি চলচ্চিত্র থেকে দৃশ্যের পিছনের একটি ক্লিপ উপস্থাপন করে৷ মুভিটি mainEntity
প্রপার্টির @type
এবং @id
দ্বারা নির্দিষ্ট করা হয়েছে।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "BehindTheScene"
"@id": "https://www.example.com/behind_the_scene_abc",
"name": "ABC Behind the scene"
"description": "Behind the scene of ABC."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/behind_the_scene_abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
সিনেমা
BehindTheScene
ক্লিপে উল্লেখ করা ক্লিপের সাথে নিম্নলিখিতটি যুক্ত mainEntity
। এই সত্তাটি তার potentialAction
সম্পত্তিতে গভীর লিঙ্কগুলি অন্তর্ভুক্ত করে।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/AndroidTVPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
DeletedScene স্পেসিফিকেশন টেবিল
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা DeletedScene এ সেট করুন। |
@id | URL | প্রয়োজনীয় - URI বিন্যাসে ক্লিপটির শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - মুছে ফেলা দৃশ্যের নাম। |
description | পাঠ্য | প্রয়োজনীয় - মুছে ফেলা দৃশ্যের একটি বিবরণ, 300টি অক্ষরের মধ্যে সীমাবদ্ধ৷ |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই মুছে ফেলা দৃশ্যের অন্তর্গত সত্তাকে উপস্থাপন করতে mainEntity সম্পত্তি ব্যবহার করুন।এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @id । সত্তাটি অবশ্যই ফিডে বিদ্যমান থাকতে হবে এবং একটি @id থাকতে হবে যা DeletedScene @id থেকে আলাদা। |
মুছে ফেলা দৃশ্য উদাহরণ
নীচের উদাহরণটি বাম ট্যাবে একটি DeletedScene
ক্লিপের মার্কআপ এবং ডান ট্যাবে এর লিঙ্কযুক্ত mainEntity
দেখায়৷ এই উদাহরণ একটি গভীর লিঙ্ক অন্তর্ভুক্ত.
বাতিলকৃত দৃশ্য
নিচের ক্লিপটি একটি মুভি থেকে মুছে ফেলা দৃশ্য উপস্থাপন করে। মুভিটি mainEntity
প্রপার্টির @type
এবং @id
দ্বারা নির্দিষ্ট করা হয়েছে।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "DeletedScene"
"@id": "https://www.example.com/deleted_scene_abc",
"name": "Deleted Sscenes in ABC"
"description": "Deleted Sscenes in ABC."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/deleted_scene_abc",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "Movie",
"@id": "https://www.example.com/movie/abc"
}
}
সিনেমা
DeletedScene
ক্লিপে উল্লেখ করা ক্লিপের সাথে যুক্ত mainEntity
নিম্নলিখিত। এই সত্তাটি তার potentialAction
সম্পত্তিতে গভীর লিঙ্কগুলি অন্তর্ভুক্ত করে।
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Movie",
"@id": "https://www.example.com/movie/abc",
"url": "https://www.example.com/movie/abc",
"name": "My Favorite Movie",
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/my_favorite_movie?autoplay=true",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/AndroidTVPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2018-07-21T10:35:29Z",
"availabilityEnds": "2019-10-21T10:35:29Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"name": "Example Package",
"commonTier": true,
"@id": "https://example.com/package/example"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
},
"sameAs": "https://en.wikipedia.org/wiki/my_favorite_movie",
"releasedEvent": {
"@type": "PublicationEvent",
"startDate": "2008-01-20",
"location": {
"@type": "Country",
"name": "US"
}
},
"popularityScore": {
"@type": "PopularityScoreSpecification",
"value": 78,
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
},
"description": "This is my favorite movie.",
"actor": [
{
"@type": "Person",
"name": "John Doe",
"sameAs": "https://en.wikipedia.org/wiki/John_Doe"
},
{
"@type": "Person",
"name": "Jane Doe",
"sameAs": "https://en.wikipedia.org/wiki/Jane_Doe"
}
],
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "IMDB_ID",
"value": "tt0123456"
}
]
}
ইন্টারভিউ স্পেসিফিকেশন টেবিল
সম্পত্তি | প্রত্যাশিত প্রকার | বর্ণনা |
---|---|---|
@context | পাঠ্য | প্রয়োজনীয় - সর্বদা ["http://schema.org", {"@language": "xx"}] এ সেট করুন।
|
@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Interview জন্য সেট করুন। |
@id | URL | প্রয়োজনীয় - ইউআরআই ফরম্যাটে সাক্ষাত্কারের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
name | পাঠ্য | প্রয়োজনীয় - ইন্টারভিউ ক্লিপের নাম। |
description | পাঠ্য | প্রয়োজনীয় - সাক্ষাত্কারের একটি বিবরণ, 300 অক্ষরের মধ্যে সীমাবদ্ধ। |
potentialAction | ওয়াচ অ্যাকশন | প্রয়োজনীয় - একটি অ্যাকশন মার্কআপ অবজেক্ট যা অ্যাকশনের বিশদ বিবরণ প্রদান করে। |
mainEntity.@type | পাঠ্য | প্রয়োজনীয় - এই সাক্ষাত্কারটি যে সত্তার প্রতিনিধিত্ব করতে mainEntity প্রপার্টি ব্যবহার করুন৷এই সম্পত্তির নিম্নলিখিত মান থাকতে পারে: mainEntity প্রপার্টি অবশ্যই ফিডে টপ-লেভেল এন্টিটি হিসেবে থাকতে হবে। এই ডকুমেন্টেশন জুড়ে তাদের স্পেসিফিকেশন সারণী দ্বারা নির্দেশিত হিসাবে, সংশ্লিষ্ট প্রকারের জন্য প্রয়োজনীয় সমস্ত মেটাডেটা যোগ করুন। potentialAction প্রপার্টির মাধ্যমে যেভাবে জানানো হয়েছে ডিপ লিঙ্কগুলিকে অন্তর্ভুক্ত করা এই mainEntity প্রকারের জন্য ঐচ্ছিক। |
mainEntity.@id | URL | প্রয়োজনীয় - সংশ্লিষ্ট সত্তার @id । সত্তাটি অবশ্যই ফিডে থাকতে হবে এবং একটি @id থাকতে হবে যা Interview @id থেকে আলাদা। |
interviewer.@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Person হিসাবে সেট করুন। |
interviewer.@id | URL | প্রয়োজনীয় - ইউআরআই ফরম্যাটে ইন্টারভিউয়ারের শনাক্তকারী; উদাহরণস্বরূপ, https://example.com/person/1234abc ।@id নিম্নলিখিত প্রয়োজনীয়তা পূরণ করতে হবে:
|
interviewer.name | পাঠ্য | প্রয়োজনীয় - ইন্টারভিউয়ারের নাম। |
interviewee.@type | পাঠ্য | প্রয়োজনীয় - সর্বদা Person হিসাবে সেট করুন। |
interviewee.@id | URL | প্রয়োজনীয় - ইউআরআই ফরম্যাটে ইন্টারভিউ গ্রহণকারীর শনাক্তকারী; উদাহরণস্বরূপ, 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
ক্লিপে উল্লেখ করা ক্লিপের সাথে যুক্ত 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"
}
]
}