يقدم هذا القسم تفاصيل حول خصائص ترميز المحتوى الخاصة
"Preview
" و"Recap
" و"Review
" و"Highlight
" و"Blooper
" و"BehindTheScene
"
DeletedScene
، وInterview
نوع من المقاطع.
معاينة جدول المواصفات
الموقع | النوع المتوقّع | الوصف |
---|---|---|
@context |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Preview . |
@id |
URL | مطلوب - معرّف المعاينة بتنسيق URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب: اسم مقطع المعاينة. |
description |
Text | مطلوب - وصف للمعاينة، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي تنتمي إليه هذه المعاينة.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Preview @id . |
مثال للمعاينة
يعرض المثال التالي ترميز مقطع Preview
في علامة التبويب اليمنى.
المرتبط بها mainEntity
في علامة التبويب اليمنى. لا يتضمن هذا المثال
في النوع mainEntity
.
معاينة
يعرض المقطع التالي معاينة لحدث رياضي. الحدث الرياضي
يتم تحديدها من خلال السمة @type
و@id
للسمة mainEntity
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type": "Preview"
"@id": "https://www.example.com/preview_clip/teama-teamb",
"name": "A preview for Team A vs Team B"
"description": "An analysis of two teams, Team A and Team B, before their game."
"potentialAction": {
"@type": "WatchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "http://www.example.com/premium/teama_vs_teamb_pregame",
"inLanguage": "en",
"actionPlatform": [
"http://schema.org/DesktopWebPlatform",
"http://schema.org/MobileWebPlatform",
"http://schema.org/AndroidPlatform",
"http://schema.org/IOSPlatform",
"http://schema.googleapis.com/GoogleVideoCast"
]
},
"actionAccessibilityRequirement": {
"@type": "ActionAccessSpecification",
"category": "subscription",
"availabilityStarts": "2019-09-09T10:00:00Z",
"availabilityEnds": "2019-09-31T10:00:00Z",
"requiresSubscription": {
"@type": "MediaSubscription",
"@id": "http://www.example.com/premium_subscription",
"name": "Example Premium",
"sameAs": "http://www.example.com/premium_subscription"
},
"eligibleRegion": [
{
"@type": "Country",
"name": "US"
},
{
"@type": "Country",
"name": "CA"
}
]
}
}
"mainEntity": {
"@type": "SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb"
}
}
SportsEvent
إليك محتوى mainEntity
المرتبط بالمقطع المحدَّد في
مقطع Preview
. لا يتضمّن هذا الكيان رابطًا لصفحة في التطبيق. إذا كان لديك أسئلة
يمكنك إضافتها باستخدام السمة potentialAction
.
{
"@context": ["http://schema.org", {"@language": "en"}],
"@type":"SportsEvent",
"@id": "https://www.example.com/game/2019-09-12/teama-teamb",
"name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"description": [
{
"@language": "en",
"@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
},
{
"@language": "en",
"@value": "2019 Professional Basketball, Game 6. Team A at Team B."
}
],
"startDate": "2018-09-16T21:10-08:00",
"homeTeam":{
"@type":"SportsTeam",
"name":"Team B",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"parentOrganization":{
"@type":"SportsOrganization",
"name":"Professional Basketball League",
"sameAs":"http://www.example.com/professional_basketball_league"
}
"athlete":[
{
"@type":"Person",
"name":"John doe"
}
]
},
"awayTeam":{
"@type":"SportsTeam",
"name":"Team A",
"sport":"https://en.wikipedia.org/wiki/Basketball",
"athlete":[
{
"@type":"Person",
"name":"Jane Doe"
}
]
},
"location":{
"@type":"Place",
"name":"Example Stadium",
"address":{
"@type":"PostalAddress",
"streetAddress":"1600 Amphitheatre Pkwy",
"addressLocality":"Mountain View",
"addressRegion":"CA",
"postalCode":"94043",
"addressCountry":"US"
}
}
"identifier": [
{
"@type": "PropertyValue",
"propertyID": "TMS_ID",
"value": "TMS ID of this game"
}
]
}
جدول مواصفات الملخّص
الموقع | النوع المتوقّع | الوصف |
---|---|---|
@context |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Recap . |
@id |
URL | مطلوب - معرّف الملخّص بتنسيق عنوان URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب: اسم مقطع الملخّص. |
description |
Text | مطلوب - وصف الملخص، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي ينتمي إليه هذا الملخّص.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية اللازمة لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Recap @id . |
مثال على الملخص
يعرض المثال التالي ترميز مقطع Recap
في علامة التبويب اليمنى.
المرتبط بها mainEntity
في علامة التبويب اليمنى. لا يتضمن هذا المثال
في النوع mainEntity
.
ملخّص
يعرض المقطع التالي ملخّصًا لحدث رياضي. الحدث الرياضي هو
المحددة في السمة @type
و@id
للسمة mainEntity
.
{
"@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 |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Review . |
@id |
URL | مطلوب - معرّف المراجعة بتنسيق URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب: اسم مقطع المراجعة. |
description |
Text | مطلوب: وصف للمراجعة، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوبة - استخدِم السمة mainEntity لتمثيل الكيان الذي تنتمي إليه هذه المراجعة.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Review @id . |
مراجعة المثال
يعرض المثال التالي ترميز مقطع Review
في علامة التبويب اليمنى.
المرتبط بها mainEntity
في علامة التبويب اليمنى. يتضمّن هذا المثال رابطًا لصفحة في التطبيق.
مراجعة
يمثّل المقطع التالي مراجعة لفيلم. يتم تحديد الفيلم من خلال
السمة @type
و@id
للسمة mainEntity
.
{
"@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 |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Highlight . |
@id |
URL | مطلوب - معرّف التمييز بتنسيق URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب: اسم المقطع الذي يضم لحظاتك المميزة. |
description |
Text | مطلوب - وصف للتمييز، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي ينتمي إليه هذا التمييز.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Highlight @id . |
تمييز المثال
يعرض المثال التالي ترميز المقطع Highlight
في علامة التبويب اليمنى.
وmainEntity
المرتبطة به في علامة التبويب اليسرى. لا يتضمن هذا المثال
رابط لصفحة في التطبيق من النوع mainEntity
.
تمييز
يعرض المقطع التالي اللحظات المميّزة من حدث رياضي. الرياضة
يتم تحديد الحدث من خلال السمة @type
و@id
الخاصة بالسمة mainEntity
.
{
"@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"
}
]
}
جدول مواصفات الأخطاء المضحكة
الموقع | النوع المتوقّع | الوصف |
---|---|---|
@context |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Blooper . |
@id |
URL | مطلوب - معرّف الخطأ الإملائي بتنسيق URI؛ على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب - اسم مقطع الأخطاء المضحكة. |
description |
Text | مطلوب - وصف للخطأ المضحك، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي ينتمي إليه مقطع الأخطاء المضحكة هذا.يمكن أن تحتوي السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Blooper @id . |
مثال على الأخطاء المضحكة
يعرض المثال التالي ترميز مقطع Blooper
في علامة التبويب اليمنى.
المرتبط بها mainEntity
في علامة التبويب اليمنى. يتضمّن هذا المثال رابطًا لصفحة في التطبيق.
خطأ مربك
يمثل المقطع التالي خطأ مضحكًا من فيلم. الفيلم هو
المحددة في السمة @type
و@id
للسمة mainEntity
.
{
"@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 |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على BehindTheScene . |
@id |
URL | مطلوب - معرّف المقطع بتنسيق URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب - اسم المقطع من وراء الكواليس. |
description |
Text | مطلوب - وصف للمقطع من وراء الكواليس، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوبة - استخدِم السمة mainEntity لتمثيل الكيان الذي ينتمي إليه هذا المقطع من وراء الكواليس.يمكن أن تحتوي السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن BehindTheScene @id . |
مثال على BehindTheScene
يعرض المثال التالي ترميز مقطع BehindTheScene
على اليمين.
وعلامة التبويب mainEntity
المرتبطة بها في علامة التبويب اليسرى. يتضمن هذا المثال
.
BehindTheScene
يمثل ما يلي مقطعًا وراء الكواليس من فيلم. الفيلم هو
المحددة في السمة @type
و@id
للسمة mainEntity
.
{
"@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"
}
]
}
جدول مواصفات DeletedScene
الموقع | النوع المتوقّع | الوصف |
---|---|---|
@context |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على DeletedScene . |
@id |
URL | مطلوب - معرّف المقطع بتنسيق URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب - اسم المشهد المحذوف. |
description |
Text | مطلوب - وصف للمشهد المحذوف، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي ينتمي إليه هذا المشهد المحذوف.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن DeletedScene @id . |
مثال على DeletedScene
يعرض المثال التالي ترميز المقطع DeletedScene
في علامة التبويب اليمنى.
وmainEntity
المرتبطة به في علامة التبويب اليسرى. يتضمّن هذا المثال رابطًا لصفحة في التطبيق.
DeletedScene
يمثل المقطع التالي مشهدًا محذوفًا من فيلم. الفيلم هو
المحددة في السمة @type
و@id
للسمة mainEntity
.
{
"@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 |
Text | مطلوبة - يتم ضبطها دائمًا على ["http://schema.org", {"@language": "xx"}] .
|
@type |
Text | مطلوب: يتم ضبطه دائمًا على Interview . |
@id |
URL | مطلوب - معرّف المقابلة بتنسيق عنوان URI. على سبيل المثال، https://example.com/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
name |
Text | مطلوب - اسم مقطع المقابلة. |
description |
Text | مطلوب - وصف للمقابلة، لا يزيد عن 300 حرف. |
potentialAction |
WatchAction | مطلوب - كائن ترميز الإجراءات الذي يوفر تفاصيل الإجراء. |
mainEntity.@type |
Text | مطلوب - استخدِم السمة mainEntity لتمثيل الكيان الذي تنتمي إليه هذه المقابلة.يمكن أن تحتوي هذه السمة على القيم التالية: يجب أن تتوفّر السمة mainEntity أيضًا ككيان ذي مستوى أعلى في الخلاصة. أضِف كل البيانات الوصفية الضرورية لأنواعها الخاصة، كما هو موضّح في جداول المواصفات الخاصة بها في هذه المستندات. يُعدّ تضمين الروابط لصفحات في التطبيق أمرًا اختياريًا لهذه الأنواع من mainEntity ، كما هو موضّح من خلال السمة potentialAction . |
mainEntity.@id |
URL | مطلوب - @id للكيان المقابل. يجب أن يكون الكيان متوفّرًا في الخلاصة وأن يكون له @id مختلف عن Interview @id . |
interviewer.@type |
Text | مطلوب: يتم ضبطه دائمًا على Person . |
interviewer.@id |
URL | مطلوب - معرّف مجري المقابلة بتنسيق معرف الموارد المنتظم (URI) على سبيل المثال، https://example.com/person/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
interviewer.name |
Text | مطلوب - اسم مجري المقابلة. |
interviewee.@type |
Text | مطلوب: يتم ضبطه دائمًا على Person . |
interviewee.@id |
URL | مطلوب: معرّف الجهة التي تتم مقابلتها بتنسيق معرّف الموارد المنتظم (URI) على سبيل المثال، https://example.com/person/1234abc.@id يجب أن يستوفي المتطلبات التالية:
|
interviewee.name |
Text | مطلوب - اسم الشخص الذي تتم مقابلته. |
مثال على المقابلة
يعرض المثال التالي ترميز المقطع Interview
في علامة التبويب اليمنى.
وmainEntity
المرتبطة به في علامة التبويب اليسرى. يتضمّن هذا المثال رابطًا لصفحة في التطبيق.
مقابلة
يمثل المقطع التالي مقابلة حول فيلم. الفيلم هو
المحددة في السمة @type
و@id
للسمة mainEntity
.
{
"@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"
}
]
}