---
metadata:
  - name: generator
    content: Diplodoc Platform v5.42.1
alternate:
  - https://yandex.com/support/video/en/partners/video-disable.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/support/video/en/llms.txt

# Prohibit showing videos in search results

**Preserve the indexes**

 
:   If you don't want your videos to be played in the video search results, add the `ya:ovs:allow_embed` element with the `false` value. The document will still remain in the video search indexes.
    
    ```
    <meta property="og:video" content="https://www.mysite.com/iframe/yacinema/123/"/>
    <meta property="ya:ovs:allow_embed" content="false"/>
    ```

**Without indexes**

 
:   To prohibit indexing of the entire document as well as video playback in the search results, add the `yandex-video` element with the `noindex` value.
    
    ```
    <meta property="og:video" content="https://www.mysite.com/iframe/yacinema/123/"/>
    <meta name="yandex-video" content="noindex"/>
    ```

<!-- source: en/_includes/form-webmaster.md -->
<details>
<summary class="button">Contact support</summary>

<br>
<br>

<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/1858/?&iframe=1&lang=en">
  </iframe>
</div>
</details>




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