---
metadata:
  - name: generator
    content: Diplodoc Platform v5.46.1
alternate:
  - https://yandex.com/support/images/en/schema-org.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/support/images/en/llms.txt

<!-- source: en/_includes/warning.md -->
<div class="border-box">
    <p>If you are located in Indonesia, the service determines your region by network parameters, for example, by IP address. Some types of content cannot be displayed in your region due to legal requirements.</p>
    <p>Jika Anda berada di Indonesia, layanan ini akan menentukan wilayah Anda berdasarkan parameter jaringan, misalnya, berdasarkan alamat IP. Beberapa jenis konten tidak dapat ditampilkan di wilayah Anda karena adanya ketentuan hukum yang berlaku.</p>
</div>


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

# Schema.org markup for images

By marking up information about images on your site with the [schema.org/ImageObject](http://schema.org/ImageObject) markup, you can improve the way your site is displayed in the Yandex Images search results.

## Supported fields {#fields}

- contentURL/image: Image link (URL). This field is **mandatory** if the "thumbnail" field isn't filled out. If one of these fields isn't filled out, the data aren't processed. It's preferable to use "contentURL". Providing the link to the image file is **mandatory**.
    
- thumbnail: Description of the preview image of the ImageObject type. The field is required if there's no "contentURL" or "image".
    
- name: Image name (Text).
    
- caption: Image caption (Text).
    
- description: Image description (Text).
    
- height: Image height (Distance).
    
- width: Image width (Distance).
    

Properties that take values of the Distance type follow the following format: '\<Number\> \<Unit of measurement\>'. (for example, '5 px').


## Markup example {#example}

```html
<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 climbs a tree.</span>
</div>
```

<!-- source: en/_includes/form-button-3101.md -->
<div class="cut-button">

{% cut "Contact support" %}

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

{% endcut %}

</div>



<!-- endsource: en/_includes/form-button-3101.md -->
