Bu bölümde, şu sorgu için içerik işaretleme özelliklerinin ayrıntıları yer almaktadır:
Preview
, Recap
, Review
, Highlight
, Blooper
, BehindTheScene
,
DeletedScene
ve Interview
klip türleri.
Önizleme spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Preview değerine ayarlanır. |
@id |
URL | Gerekli - URI biçiminde önizleme tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Gerekli: Önizleme klibinin adı. |
description |
Metin | Gerekli: 300 karakterle sınırlı önizleme açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu önizlemenin ait olduğu varlığı temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Preview @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Önizleme örneği
Aşağıdaki örnekte, sol sekmede bulunan Preview
klibine ilişkin işaretleme gösterilmektedir
sağdaki sekmede bağlantısı mainEntity
. Bu örnekte,
bağlantısını mainEntity
türünde değiştirin.
Önizleme
Aşağıdaki klip bir spor etkinliğinin önizlemesini temsil etmektedir. Spor etkinliği
mainEntity
özelliğinin @type
ve @id
değerleriyle belirtilir.
{
"@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
Aşağıdaki örnek,mainEntity
Preview
klip. Bu varlık derin bağlantı içermiyor. Kampanyalarınız için
bağlantılarını kullanıyorsanız bunları potentialAction
mülküyle ekleyebilirsiniz.
{
"@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"
}
]
}
Özet spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Recap değerine ayarlanır. |
@id |
URL | Gerekli: URI biçiminde özetin tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Zorunlu: Özet klibinin adı. |
description |
Metin | Zorunlu: 300 karakterle sınırlı özetin açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu özetin ait olduğu varlığı temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Recap @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Özet örneği
Aşağıdaki örnekte, sol sekmede bulunan Recap
klibine ilişkin işaretleme gösterilmektedir
sağdaki sekmede bağlantısı mainEntity
. Bu örnekte,
bağlantısını mainEntity
türünde değiştirin.
Özet
Aşağıdaki klip bir spor etkinliğinin özetini temsil etmektedir. Bu spor etkinliği,
mainEntity
özelliğinin @type
ve @id
değerleri tarafından belirtilir.
{
"@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
Aşağıdaki örnek,mainEntity
Recap
klip. Bu varlık derin bağlantı içermiyor. Kampanyalarınız için
bağlantılarını kullanıyorsanız bunları potentialAction
mülküyle ekleyebilirsiniz.
{
"@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"
}
]
}
Yorum spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Review değerine ayarlanır. |
@id |
URL | Gerekli - URI biçiminde inceleme tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Gerekli: İnceleme klibinin adı. |
description |
Metin | Zorunlu: 300 karakterle sınırlı, incelemenin açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu incelemenin ait olduğu varlığı temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Review @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Yorum örneği
Aşağıdaki örnekte, sol sekmede bulunan Review
klibine ilişkin işaretleme gösterilmektedir
sağdaki sekmede bağlantısı mainEntity
. Bu örnek bir derin bağlantı içerir.
İncele
Aşağıdaki klip bir filmle ilgili yorumu temsil etmektedir. Film,
mainEntity
özelliğinin @type
ve @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"
}
}
Film
Aşağıdaki örnek,mainEntity
Review
klip. Bu varlık, potentialAction
içinde derin bağlantılar içeriyor
{
"@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"
}
]
}
Spesifikasyon tablosunu vurgula
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Highlight değerine ayarlanır. |
@id |
URL | Gerekli: Vurgulamanın URI biçiminde olan tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Gerekli: Öne çıkan anlar klibinin adı. |
description |
Metin | Gerekli: 300 karakterle sınırlı olan, vurgulamanın açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu vurgulamanın ait olduğu varlığı göstermek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Highlight @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Vurgulama örneği
Aşağıdaki örnekte, sol sekmede bir Highlight
klibinin işaretlemesi gösterilmektedir
ve sağdaki sekmede bağlantısı mainEntity
. Bu örnekte
mainEntity
türünde derin bağlantı.
Vurgula
Aşağıdaki klipte bir spor etkinliğinden öne çıkan an yer alıyor. Sporlar
etkinlik, mainEntity
özelliğinin @type
ve @id
öğeleri tarafından belirtilir.
{
"@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
Aşağıdaki örnek,mainEntity
Highlight
klip. Bu varlık derin bağlantı içermiyor. Kampanyalarınız için
bağlantılarını kullanıyorsanız bunları potentialAction
mülküyle ekleyebilirsiniz.
{
"@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 spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Blooper değerine ayarlanır. |
@id |
URL | Zorunlu: URI biçiminde çekim hatalarının tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Zorunlu: Çekim hataları klibinin adı. |
description |
Metin | Zorunlu: 300 karakterle sınırlı, çekim hatalarının açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu çekim hatası klibinin ait olduğu varlığı temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Blooper @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Blooper örneği
Aşağıdaki örnekte, sol sekmede bulunan Blooper
klibine ilişkin işaretleme gösterilmektedir
sağdaki sekmede bağlantısı mainEntity
. Bu örnek bir derin bağlantı içerir.
Blooper
Aşağıdaki klip bir filmdeki çekim hatasını temsil etmektedir. Film
mainEntity
özelliğinin @type
ve @id
değerleri tarafından belirtilir.
{
"@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"
}
}
Film
Aşağıdaki örnek,mainEntity
Blooper
klip. Bu varlık, potentialAction
içinde derin bağlantılar içeriyor
{
"@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"
}
]
}
Sahne arkası spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman BehindTheScene değerine ayarlanır. |
@id |
URL | Gerekli: URI biçiminde klibin tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Gerekli: Kamera arkası klibin adı. |
description |
Metin | Zorunlu: 300 karakterle sınırlı olan, kamera arkası klibinin açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu kamera arkası klibinin ait olduğu varlığı göstermek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve BehindTheScene @id öğesinden farklı bir @id değerine sahip olmalıdır. |
Kamera arkası örneği
Aşağıdaki örnekte, sol taraftaki bir BehindTheScene
klibinin işaretlemesi gösterilmektedir
sekmesi ve bağlı mainEntity
sekmesi sağ tarafta bulunur. Bu örnekte,
bağlantısını tıklayın.
BehindTheScene
Aşağıdaki örnekte bir filmden kamera arkası klibi gösteriliyor. Film
mainEntity
özelliğinin @type
ve @id
değerleri tarafından belirtilir.
{
"@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"
}
}
Film
Aşağıdaki örnek,mainEntity
BehindTheScene
klip. Bu varlık,
potentialAction
mülk.
{
"@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"
}
]
}
SilinenScene spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman DeletedScene değerine ayarlanır. |
@id |
URL | Gerekli: URI biçiminde klibin tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Gerekli: Silinen sahnenin adı. |
description |
Metin | Gerekli: Silinen sahnenin 300 karakterle sınırlı açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu silinen sahnenin ait olduğu varlığı temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve DeletedScene @id öğesinden farklı bir @id değerine sahip olmalıdır. |
SilinenScene örneği
Aşağıdaki örnekte, sol sekmede bir DeletedScene
klibinin işaretlemesi gösterilmektedir
ve sağdaki sekmede bağlantısı mainEntity
. Bu örnek bir derin bağlantı içerir.
DeletedScene
Aşağıdaki klip bir filmden silinmiş bir sahneyi temsil etmektedir. Film
mainEntity
özelliğinin @type
ve @id
değerleri tarafından belirtilir.
{
"@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"
}
}
Film
Aşağıdaki örnek,mainEntity
DeletedScene
klip. Bu varlık,
potentialAction
mülk.
{
"@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"
}
]
}
Mülakat spesifikasyon tablosu
Özellik | Beklenen Tür | Açıklama |
---|---|---|
@context |
Metin | Zorunlu: Her zaman ["http://schema.org", {"@language": "xx"}] olarak ayarlanır.
|
@type |
Metin | Zorunlu: Her zaman Interview değerine ayarlanır. |
@id |
URL | Zorunlu - URI biçiminde görüşme tanımlayıcısı; örneğin, https://example.com/1234abc.@id adresi aşağıdaki koşulları karşılamalıdır:
|
name |
Metin | Zorunlu: Röportaj klibinin adı. |
description |
Metin | Zorunlu: 300 karakterle sınırlı röportajın açıklaması. |
potentialAction |
WatchAction | Gerekli: İşlemin ayrıntılarını sağlayan bir İşlem işaretleme nesnesi. |
mainEntity.@type |
Metin | Zorunlu: Bu görüşmenin ait olduğu tüzel kişiyi temsil etmek için mainEntity özelliğini kullanın.Bu özellik, aşağıdaki değerleri içerebilir: mainEntity özelliği de feed'de üst düzey bir varlık olarak bulunmalıdır. Bu dokümandaki spesifikasyon tablolarında belirtildiği şekilde, ilgili türleri için gerekli tüm meta verileri ekleyin. Bu mainEntity türünün, potentialAction özelliği üzerinden aktarıldığı şekliyle derin bağlantılar içermesi isteğe bağlıdır. |
mainEntity.@id |
URL | Zorunlu: İlgili varlığın @id bilgisi. Öğe feed'de yer almalı ve Interview @id öğesinden farklı bir @id değerine sahip olmalıdır. |
interviewer.@type |
Metin | Zorunlu: Her zaman Person değerine ayarlanır. |
interviewer.@id |
URL | Zorunlu - Görüşmecinin URI biçimindeki tanımlayıcısı; örneğin, https://example.com/person/1234abc.@id , aşağıdaki koşulları karşılamalıdır:
|
interviewer.name |
Metin | Zorunlu: Görüşmeyi yapan kişinin adı. |
interviewee.@type |
Metin | Zorunlu: Her zaman Person değerine ayarlanır. |
interviewee.@id |
URL | Zorunlu - Mülakat yapan kişinin URI biçimindeki tanımlayıcısı; örneğin, https://example.com/person/1234abc.@id , aşağıdaki koşulları karşılamalıdır:
|
interviewee.name |
Metin | Zorunlu: Görüşülen kişinin adı. |
Mülakat örneği
Aşağıdaki örnekte, sol sekmede bir Interview
klibinin işaretlemesi gösterilmektedir
ve sağdaki sekmede bağlantısı mainEntity
. Bu örnek bir derin bağlantı içerir.
Röportaj
Aşağıdaki klip bir filmle ilgili röportajı temsil etmektedir. Film
mainEntity
özelliğinin @type
ve @id
değerleri tarafından belirtilir.
{
"@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"
}
}
Film
Aşağıdaki örnek,mainEntity
Interview
klip. Bu varlık, potentialAction
içinde derin bağlantılar içeriyor
{
"@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"
}
]
}