ویژگی های نشانه گذاری محتوای کلیپ ها

این بخش جزئیات ویژگی‌های نشانه‌گذاری محتوا را برای انواع کلیپ‌های Preview ، Recap ، Review ، Highlight ، Blooper ، BehindTheScene ، DeletedScene و Interview ارائه می‌کند.

پیش نمایش جدول مشخصات

ویژگی نوع مورد انتظار شرح
@context متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Preview تنظیم شود.
@id URL مورد نیاز - شناسه پیش نمایش در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام کلیپ پیش نمایش.
description متن مورد نیاز - شرحی از پیش نمایش، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی 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"
  }
}

رویداد ورزشی

موارد زیر mainEntity مرتبط با کلیپ مشخص شده در کلیپ Preview است. این نهاد دارای پیوند عمیق نیست. اگر پیوندهای عمیق دارید، می توانید آنها را با خاصیت potentialAction اضافه کنید.

{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}

خلاصه جدول مشخصات

ویژگی نوع مورد انتظار شرح
@context متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Recap تنظیم شود.
@id URL مورد نیاز - شناسه recap در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام کلیپ خلاصه.
description متن مورد نیاز - شرح خلاصه، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن Required - از ویژگی mainEntity برای نشان دادن نهادی که این recap به آن تعلق دارد استفاده کنید.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی 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"
  }
}

رویداد ورزشی

موارد زیر mainEntity مرتبط با کلیپ مشخص شده در کلیپ Recap است. این نهاد دارای پیوند عمیق نیست. اگر پیوندهای عمیق دارید، می توانید آنها را با خاصیت potentialAction اضافه کنید.

{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}

بررسی جدول مشخصات

ویژگی نوع مورد انتظار شرح
@context متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Review تنظیم شود.
@id URL الزامی - شناسه بررسی در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام کلیپ نقد.
description متن مورد نیاز - شرح بررسی، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی mainEntity برای نشان دادن نهادی که این بررسی به آن تعلق دارد استفاده کنید.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی mainEntity نیز باید به عنوان یک موجودیت سطح بالا در فید وجود داشته باشد. تمام ابرداده های لازم را برای انواع مربوطه اضافه کنید، همانطور که در جداول مشخصات آنها در سراسر این مستندات نشان داده شده است. برای این انواع mainEntity اختیاری است که پیوندهای عمیق را که از طریق ویژگی potentialAction منتقل می‌شود، در بر گیرند.
mainEntity.@id URL الزامی - @id موجودیت مربوطه. موجودیت باید در فید وجود داشته باشد و یک @id متفاوت از شناسه @id Review داشته باشد.

مثال را مرور کنید

مثال زیر نشانه گذاری یک کلیپ 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 متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Highlight تنظیم شود.
@id URL مورد نیاز - شناسه برجسته در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام کلیپ برجسته.
description متن مورد نیاز - شرح برجسته، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی 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"
  }
}

رویداد ورزشی

موارد زیر mainEntity مرتبط با کلیپ مشخص شده در کلیپ Highlight است. این نهاد دارای پیوند عمیق نیست. اگر پیوندهای عمیق دارید، می توانید آنها را با خاصیت potentialAction اضافه کنید.

{
  "@context": ["http://schema.org", {"@language": "en"}],
  "@type":"SportsEvent",
  "@id": "https://www.example.com/game/2019-09-12/teama-teamb",
  "name":"2019 Professional Basketball Finals, Game 6: Team A at Team B",
  "sport":"https://en.wikipedia.org/wiki/Basketball",
  "description": [
    {
      "@language": "en",
      "@value": "Game 6 of the 2019 Professional Basketball Finals. Team A leads the series 3-2 against Team B."
    },
    {
      "@language": "en",
      "@value": "2019 Professional Basketball, Game 6. Team A at Team B."
    }
  ],
  "startDate": "2018-09-16T21:10-08:00",
  "homeTeam":{
    "@type":"SportsTeam",
    "name":"Team B",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "parentOrganization":{
      "@type":"SportsOrganization",
      "name":"Professional Basketball League",
      "sameAs":"http://www.example.com/professional_basketball_league"
    }
    "athlete":[
      {
        "@type":"Person",
        "name":"John doe"
      }
    ]
  },
  "awayTeam":{
    "@type":"SportsTeam",
    "name":"Team A",
    "sport":"https://en.wikipedia.org/wiki/Basketball",
    "athlete":[
      {
        "@type":"Person",
        "name":"Jane Doe"
      }
    ]
  },
  "location":{
    "@type":"Place",
    "name":"Example Stadium",
    "address":{
      "@type":"PostalAddress",
      "streetAddress":"1600 Amphitheatre Pkwy",
      "addressLocality":"Mountain View",
      "addressRegion":"CA",
      "postalCode":"94043",
      "addressCountry":"US"
    }
  }
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "TMS_ID",
      "value":  "TMS ID of this game"
    }
  ]
}

جدول مشخصات Blooper

ویژگی نوع مورد انتظار شرح
@context متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Blooper تنظیم شود.
@id URL مورد نیاز - شناسه blooper در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام کلیپ blooper.
description متن مورد نیاز - شرح blooper، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی mainEntity برای نشان دادن نهادی که این کلیپ blooper به آن تعلق دارد استفاده کنید.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی mainEntity نیز باید به عنوان یک موجودیت سطح بالا در فید وجود داشته باشد. تمام ابرداده های لازم را برای انواع مربوطه اضافه کنید، همانطور که در جداول مشخصات آنها در سراسر این مستندات نشان داده شده است. برای این انواع mainEntity اختیاری است که پیوندهای عمیق را که از طریق ویژگی potentialAction منتقل می‌شود، در بر گیرند.
mainEntity.@id URL الزامی - @id موجودیت مربوطه. موجودیت باید در فید وجود داشته باشد و یک @id متفاوت از شناسه @id Blooper داشته باشد.

مثال Blooper

مثال زیر نشانه گذاری یک کلیپ 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 متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی BehindTheScene تنظیم شود.
@id URL مورد نیاز - شناسه کلیپ در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن الزامی - نام کلیپ پشت صحنه.
description متن الزامی - شرح کلیپ پشت صحنه، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی mainEntity برای نشان دادن نهادی استفاده کنید که این کلیپ پشت صحنه به آن تعلق دارد.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی mainEntity نیز باید به عنوان یک موجودیت سطح بالا در فید وجود داشته باشد. تمام ابرداده های لازم را برای انواع مربوطه اضافه کنید، همانطور که در جداول مشخصات آنها در سراسر این مستندات نشان داده شده است. برای این انواع mainEntity اختیاری است که پیوندهای عمیق را که از طریق ویژگی potentialAction منتقل می‌شود، در بر گیرند.
mainEntity.@id URL الزامی - @id موجودیت مربوطه. موجودیت باید در فید وجود داشته باشد و یک @id متفاوت از @id BehindTheScene داشته باشد.

نمونه پشت صحنه

مثال زیر نشانه گذاری یک کلیپ BehindTheScene را در برگه سمت چپ و mainEntity مرتبط آن را در برگه سمت راست نشان می دهد. این مثال شامل یک پیوند عمیق است.

پشت صحنه

تصویر زیر نمایانگر کلیپی از پشت صحنه یک فیلم است. فیلم با @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 متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی DeletedScene تنظیم شود.
@id URL مورد نیاز - شناسه کلیپ در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن مورد نیاز - نام صحنه حذف شده.
description متن مورد نیاز - شرح صحنه حذف شده، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن Required - از ویژگی mainEntity برای نشان دادن موجودیتی که این صحنه حذف شده متعلق به آن است استفاده کنید.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی mainEntity نیز باید به عنوان یک موجودیت سطح بالا در فید وجود داشته باشد. تمام ابرداده های لازم را برای انواع مربوطه اضافه کنید، همانطور که در جداول مشخصات آنها در سراسر این مستندات نشان داده شده است. برای این انواع mainEntity اختیاری است که پیوندهای عمیق را که از طریق ویژگی potentialAction منتقل می‌شود، در بر گیرند.
mainEntity.@id URL الزامی - @id موجودیت مربوطه. موجودیت باید در فید وجود داشته باشد و یک @id متفاوت از @id DeletedScene داشته باشد.

نمونه DeletedScene

مثال زیر نشانه گذاری یک کلیپ DeletedScene را در برگه سمت چپ و mainEntity مرتبط آن را در برگه سمت راست نشان می دهد. این مثال شامل یک پیوند عمیق است.

صحنه حذف شده

کلیپ زیر نمایانگر یک صحنه حذف شده از یک فیلم است. فیلم با @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 متن مورد نیاز - همیشه روی ["http://schema.org", {"@language": "xx"}] تنظیم شود.
  • xx نشان دهنده زبان رشته ها در فید است. هر زمینه موجودیت ریشه باید @language خود را روی کد زبان مناسب در قالب BCP 47 تنظیم کند. برای مثال، اگر زبان روی اسپانیایی تنظیم شده باشد، مقادیر name و description به زبان اسپانیایی فرض می‌شود، حتی اگر زبان زیرنویس/دوبله انگلیسی باشد.
@type متن مورد نیاز - همیشه روی Interview تنظیم شود.
@id URL الزامی - شناسه مصاحبه در قالب URI. برای مثال، https://example.com/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
name متن الزامی - نام کلیپ مصاحبه.
description متن الزامی - شرح مصاحبه، محدود به 300 کاراکتر.
potentialAction WatchAction مورد نیاز - یک شی نشانه گذاری Action که جزئیات عمل را ارائه می دهد.
mainEntity.@type متن مورد نیاز - از ویژگی mainEntity برای نشان دادن نهادی که این مصاحبه به آن تعلق دارد استفاده کنید.

این ویژگی می تواند مقادیر زیر را داشته باشد:
ویژگی mainEntity نیز باید به عنوان یک موجودیت سطح بالا در فید وجود داشته باشد. تمام ابرداده های لازم را برای انواع مربوطه اضافه کنید، همانطور که در جداول مشخصات آنها در سراسر این مستندات نشان داده شده است. برای این انواع mainEntity اختیاری است که پیوندهای عمیق را که از طریق ویژگی potentialAction منتقل می‌شود، در بر گیرند.
mainEntity.@id URL الزامی - @id موجودیت مربوطه. موجودیت باید در فید وجود داشته باشد و یک @id متفاوت از شناسه @id Interview داشته باشد.
interviewer.@type متن مورد نیاز - همیشه روی Person تنظیم شود.
interviewer.@id URL مورد نیاز - شناسه مصاحبه کننده در قالب URI. برای مثال، https://example.com/person/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
interviewer.name متن الزامی - نام مصاحبه کننده.
interviewee.@type متن مورد نیاز - همیشه روی Person تنظیم شود.
interviewee.@id URL الزامی - شناسه مصاحبه شونده در قالب URI. برای مثال، https://example.com/person/1234abc .
@id باید شرایط زیر را داشته باشد:
  • در سراسر کاتالوگ شما در سطح جهانی منحصر به فرد است.
  • ایستا است. شناسه باید ثابت باشد و در طول زمان تغییر نکند.
  • این به شکل یک شناسه منبع یکپارچه (URI) است.
  • دامنه استفاده شده برای مقدار @id باید متعلق به سازمان شما باشد.
interviewee.name متن الزامی - نام مصاحبه شونده.

نمونه مصاحبه

مثال زیر نشانه گذاری یک کلیپ 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"
    }
  ]
}