---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
  - name: check-content
    content: 'yes'
  - name: check-date
    content: 26.10.2020
alternate:
  - https://yandex.com.tr/support/gorsel/tr/schema-org.md
  - href: tr/schema-org.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com.tr/support/gorsel/tr/llms.txt


<!-- source: tr/_includes/warning.md -->
<div class="border-box">
    <p>Türkiye sınırlarında bulunuyorsanız servis ağ parametrelerine göre bölgenizi belirler, örneğin, IP adrese göre. Yasal gereklilikler nedeniyle bazı içerikler bölgenizde görüntülenmez.</p>
</div>


<!-- endsource: tr/_includes/warning.md -->

# Görseller için Schema.org işaretlemesi

Sitedeki görsel bilgilerine uygulanabilecek [schema.org/ImageObject](http://schema.org/ImageObject) işaretlemesi yardımıyla siteniz için Yandex Görsel arama sonuçlarında daha uygun sunum sağlayabilirsiniz.

## Desteklenen alanlar {#fields}

- contentUrl veya image: Görselin bağlantısı (URL adresi). thumbnail doldurulmamışsa **zorunlu alandır**. Bu alanlardan en az biri doldurulmadığında veriler işlenmez. İkisinden contentUrl alanı tercihli olup, belirtilecek bilgi **mutlaka** görsel dosyasına yönlendiren bağlantı olmalıdır.
    
- thumbnail: (ImageObject) Önizleme görselinin ImageObject türündeki açıklaması; contentUrl veya image olmadığında zorunludur.
    
- name: (Text) Görsel adı.
    
- caption: (Text) Görselin başlığı.
    
- description: (Text) Görselin açıklaması.
    
- height: (Distance) Görselin yüksekliği.
    
- width: (Distance) Görselin genişliği.
    

Distance türündeki değerleri alan özellikler '<Sayı> <Ölçü birimi>' formatında olur, örneğin: '5 px'.

## İşaretleme örneği {#example}

```xml
<div itemscope itemtype="http://schema.org/ImageObject">
  <h2 itemprop="name">Winnie the Pooh</h2>
  <img src=​"vinni.jpg" itemprop="contentUrl" />
  <span itemprop="description">Winnie the Pooh ağaca tırmanıyor.</span>
</div>
```

<div class="cut-button">

{% cut "Destek Ekibi'ne yaz" %}

<div style="padding: 15px;
     margin: 10px 0;
     background: #FFFFFF;
     border-radius: 10px;
     border: 1px solid var(--yc-color-line-generic);">
  <iframe style="background: #FFFFFF;"
        height="700"
        width="100%"
        frameborder="0"
        src="https://forms.yandex.com.tr/surveys/3101/?&iframe=1&lang=tr">
  </iframe>
</div>

{% endcut %}

</div>

<!-- source: tr/_includes/styles.md -->
#### {#cut-button}


<!-- endsource: tr/_includes/styles.md -->
