---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.com/support/webmaster/en/diagnosis/mistakes.md
  - https://yandex.com/support/webmaster/tr/diagnosis/mistakes.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/support/webmaster/en/llms.txt


# Site errors

If Yandex Webmaster detects issues on your site, they'll appear in **Website optimization** → **Site diagnostics** → **Errors**.

Such errors may lead to the following problems:
- Individual pages or the entire site will disappear from search results.
- Indexing of the site's pages will slow down or decrease in quality.


Checks are performed daily. We recommend fixing errors as soon as possible so that they don't affect the site's availability or presence in search results.

Below is the list of possible errors and instructions on how to fix them.

## Main page returns an error {#main-page}

An error may appear if:
- The page disallows indexing.
- The page redirects somewhere else.
- The hosting security system blocks Yandex's indexing bot.

**How to fix**

 
To prevent the site’s home page from returning an error:
    
1. Check the HTML code of the page: if it contains the [noindex directive](https://yandex.com/support/webmaster/en/controlling-robot/metatags.md), remove it. 
2. In Yandex Webmaster, go to **Indexing** → **Crawl statistics** and check the page response code in the **Response code** column.
   
   If the response code differs from 200 OK, check whether the problem is currently present using a [server response check](https://webmaster.yandex.com/tools/server-response/).
    
   When checking the server response, pay attention to the **Page content** section. If the tool shows the message saying "Missing page content", check your server settings:
    
   - HTTP header: For example, if `Content-length: 0`, the indexing bot can't index the page.
   - Page content size: Must be greater than 0 and match the HTTP header.


3. Wait for the indexing bot to crawl your site, or [submit the page for reindexing](https://webmaster.yandex.com/site/indexing/reindex/).
   
Your site will be reindexed within two weeks. When the page returns the 200 OK code and its content is available, the warning in Yandex Webmaster will disappear within a few days.



## Failed to connect to the server due to DNS error {#dns-error}


Once a day, the indexing bot accesses [DNS servers](*DNS) to determine the IP address of the site’s server. If the robot doesn't get the site's IP address, it won't index it. The site won't be added to search results.

**How to fix**

 
Troubleshooting depends on the error:

#|
|| **Reason** | **Solution** ||
|| 
The DNS records on the site are configured incorrectly, so the indexing bot can't get the IP address. As a result, the site is not indexed by Yandex and doesn't appear in search results. 
| 
[Check](https://webmaster.yandex.com/tools/server-response/) the correctness of the server response to the indexing bot. If the site remains unavailable, contact your hosting provider to check the DNS records. Once the errors are fixed, the information in Yandex Webmaster will be updated within a few days.
||
||
A short-term problem with accessing the site.
|
[Check](https://webmaster.yandex.com/tools/server-response/) the correctness of the server response to the indexing bot. If there are no errors, the information in Yandex Webmaster will be updated within a few days.
||
||
The domain name was not renewed on time.
|
Renew the domain registration. After this, the error message in Yandex Webmaster will disappear within a few days.
||
|#

## The site is closed for indexing in the robots.txt file {#set-robots}


Several times a day, the indexing bot requests the [robots.txt](https://yandex.com/support/webmaster/en/controlling-robot/robots-txt.md) file and updates information about it in its database. If the robot receives a disallow directive as a response, the information about the site and its page content won't be updated.

**How to fix**
 
Troubleshooting depends on the error:

#|
|| **Reason** | **Solution** ||
||
The bot received a disallow directive.
|
[Check](https://webmaster.yandex.com/tools/robotstxt/) the contents of the `robots.txt` file: 
  - If crawling is blocked, unblock it. 
  - If you can't remove the block yourself, contact your hosting provider or domain name registrar. 

Once the error is fixed, the information in Yandex Webmaster will be updated within a few days.
||
||
The domain name was not renewed on time.
|
The `robots.txt` file contains disallow directives for the bot. Renew the domain registration. After this, the error message in Yandex Webmaster will disappear within a few days.
||
||
The site is available over HTTP and HTTPS, but the protocol specified in Yandex Webmaster is HTTP.
|
The `robots.txt` file prohibits both versions of the site (HTTP and HTTPS). Because of that, the site isn't indexed in search results. 

To make the HTTPS site appear in search results:

1. Add the HTTPS version of your site to Yandex Webmaster.
1. [Set up redirection](https://yandex.com/support/webmaster/en/yandex-indexing/https-migration.md#redir) from HTTP to the HTTPS version.
1. Open Yandex Webmaster and [submit a site migration request](https://yandex.com/support/webmaster/en/yandex-indexing/https-migration.md#other).

During the next visit, the indexing bot will see the changes, and the error message in Yandex Webmaster will disappear.

||
|#


## Security problems or violations detected {#threats}


**How to fix**

1. See the description of the violation and recommendations for correcting it.    
    
   {% cut "List of possible violations" %}    
    
   - [SEO texts](https://yandex.com/support/webmaster/en/threat/seo-text.md)
   - [Unexpected redirection](https://yandex.com/support/webmaster/en/threat/unexpected-redirection.md)
   - [Mimicry](https://yandex.com/support/webmaster/en/threat/mimicry.md)
   - [Cloaking](https://yandex.com/support/webmaster/en/threat/cloaking.md)
   - [Unwanted software](https://yandex.com/support/webmaster/en/threat/undesirable.md)
   - [Social engineering and deception](https://yandex.com/support/webmaster/en/threat/social-engineering.md)
   - [Fraudulent actions](https://yandex.com/support/webmaster/en/threat/unfair-actions.md)
   - [Low-value content](https://yandex.com/support/webmaster/en/threat/useless-content.md)
   - [User behavior simulator](https://yandex.com/support/webmaster/en/threat/user-actions-imitation.md)
   
   {% endcut %}

1. Fix the violation and submit the site for reindexing.

Learn more:

* [Site security and violations](https://yandex.com/support/webmaster/en/service/security-threats.md)


## Slow server response {#request}


When the indexing bot crawls your site, it records the average server response time on its pages. If some pages take more than three seconds to load, the bot records this as an error. If the server is slow, indexing may be delayed. 

The list of pages is displayed in the error message. 

**How to fix**

 
Check the [server response](https://yandex.com/support/webmaster/en/indexing-options/server-response.md) time.

If the server response is fast when you check it, ignore the error message. The message will disappear the next time the indexing bot crawls your site.

On how to speed up page reindexing by the bot, see [How can I add a site to search?](https://yandex.com/support/webmaster/en/robot-workings/robot.md).


## Invalid SSL certificate settings {#ssl}

An SSL certificate is a digital certificate that provides a secure encrypted connection between a site and a browser using the SSL protocol. The certificate contains information about the domain owner, its validity period, the name of the certification authority, and the public key needed for encryption. 

If a site has an SSL certificate, it is indicated in the browser’s address bar with the `https` prefix or an icon. For example, Yandex Browser uses this icon <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(#svg-4cbolpkg__clip0_72_30)"><mask id="svg-4cbolpkg__mask0_72_30" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><path d="M20 0H0V20H20V0Z" fill="white"/></mask><g mask="url(#svg-4cbolpkg__mask0_72_30)"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 3.9397L4.73337 6.94923C4.87276 8.95478 5.11628 10.6484 5.62367 12.0834C6.33073 14.0829 7.56938 15.6417 10.0001 16.7619C12.4324 15.6417 13.6706 14.083 14.3772 12.0836C14.8843 10.6487 15.1273 8.955 15.2666 6.94924L10 3.9397ZM16.5625 6.25003C16.4309 8.61807 16.1886 10.7092 15.5558 12.5001C14.6853 14.9633 13.076 16.8585 10 18.1251C6.92572 16.8585 5.31618 14.9633 4.44518 12.5001C3.81192 10.7092 3.56906 8.61807 3.4375 6.25003L10 2.5L16.5625 6.25003Z" fill="black" fill-opacity="0.64"/></g></g><defs><clipPath id="svg-4cbolpkg__clip0_72_30"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>.


An SSL certificate configuration error occurs in the following cases:

- The certificate has expired.
- The certificate was issued for a different domain or not for all subdomains where it is used. For example, the certificate was issued for the domain `example.com` but is used for the domain `www.example.com`.
- The certificate from the certification authority is missing in users' browsers or it has been revoked.
- A self-signed certificate is used.

If there is an SSL certificate configuration error on the site, the browser will show a warning. Typically, users avoid such sites. 



**How to fix**

 
To fix the error, check the SSL certificate and the server settings. To do this, contact your hosting provider.

The next the time the indexing bot crawls your site, it'll see the changes, and — if there is no error — the error message will disappear in Yandex Webmaster.


## Duplicate pages with GET parameters were found {#get-params}

There are duplicate pages on the site with the same content, but the URLs for these pages are different. When crawling your site, the indexing bot records duplicate pages separately from each other or may group them together. 

Some links with GET parameters in the URL duplicate the content of pages without GET parameters. For example, `https://example.com/tovary?from=mainpage` duplicates `https://example.com/tovary`.

If your website has duplicate pages:

- The page you need may disappear from search results.  

  When crawling your site, the indexing bot may select another page from the group of duplicates. 

  Sometimes, duplicate pages are not grouped and appear in search results as different documents. Such pages will compete with each other, which will negatively affect your site’s rank in search results. 

- The site's address may change depending on which page remains in search results. This makes it difficult to view site statistics in web analytics services.
- The robot may take longer to re-crawl your site. As a result, information about the pages that are important to you is sent to the search engine database more slowly, and the bot creates an additional load on the website.

**How to fix**

 
To remove duplicates and let the bot know which page should be included in the search, add the [Clean-param](https://yandex.com/support/webmaster/en/robot-workings/clean-param.md) directive to `robots.txt`. The robot won't take into account the parameters in the URL.

Once the error is fixed, the data will be updated within a few days, and the message in Yandex Webmaster will disappear.

{% note tip %}

Clean-param is an intersectional directive, meaning it can be placed anywhere in the `robots.txt` file. If you add other directives for the Yandex's indexing bot, list them in one section. In this case, the `User-agent: *` string won't be taken into account for Yandex. 

{% endnote %}

 
{% cut "Example of the Clean-param directive" %}

```no-highlight
#for URLs like:
https://example.com/page?utm_source=link&utm_medium=cpc&utm_campaign=new
    
#robots.txt will contain:
User-agent: Yandex
Clean-param: utm_source&utm_medium&utm_campaign /page
#this way we indicate that the URL that needs to remain in search results should be https://example.com/page
    
#for the directive to apply to pages at any URL, don't specify the URL:
User-agent: Yandex
Clean-param: utm_source&utm_medium&utm_campaign
```

{% endcut %}


<div class="cut-button">

{% cut "Contact support" %}



<!-- source: en/_includes/popup/id-popup/form-intro.md -->
Tell us what your question is about so we can direct you to the right specialist:
<!-- endsource: en/_includes/popup/id-popup/form-intro.md -->

{% list tabs radio %}

- Failed to connect to the server due to DNS error

  If you followed [the recommendations](#dns-error) and the site is available for the robot, but the error still appears in Yandex Webmaster, fill out the form:




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



- The site is closed for indexing in the robots.txt file

  If you followed the [recommendations](#set-robots), but the error still appears in Yandex Webmaster, fill out the form:




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


- Invalid SSL certificate settings

  If you followed the [recommendations](#ssl), but the error still appears in Yandex Webmaster, fill out the form:




  <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/surveys/10021065.f0f6b648ebb9441e62a105404e12721bd7fe32f8/?&iframe=1&lang=en">
  </iframe>
  </div>


- Duplicate pages with GET parameters were found

  If you recently added [Clean-param](https://yandex.com/support/webmaster/en/robot-workings/clean-param.md) directives, prohibited crawling duplicates using [robots.txt](https://yandex.com/support/webmaster/en/controlling-robot/robots-txt.md), or placed the [rel="canonical"](https://yandex.com/support/webmaster/en/robot-workings/canonical.md#set-canonical) attribute, it may take a few days for these changes to be reflected in **Site diagnostics** in Yandex Webmaster and for the notification to stop displaying.

  If the error still appears in Yandex Webmaster after a while, fill out the form:




  <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/surveys/2640/?&theme1=Naideni stranici-dubli s get-parametrami&  iframe=1&lang=en">
  </iframe>
  </div>


- Other problems

  


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


{% endlist %}


{% endcut %}

</div> 


<!-- source: en/_includes/cut-button-style.md -->

<!-- endsource: en/_includes/cut-button-style.md -->

<!-- source: en/_includes/footer.md -->
<div width="100%" align="center" class="main-footer"> 
<br><br><br>
You can also go to 
<br><br>




[<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="45" height="41" viewBox="0 0 94 86"><defs></defs><g id="svg-x6ar9v2v__webmaster" fill-rule="evenodd"><path d="M23 56l-5 5-18-18 18-18 5 5-13 13 13 13z" id="svg-x6ar9v2v__path-1" class="cls-3"/><path d="M71 30l5-5 18 18-18 18-5-5 13-13-13-13z" id="svg-x6ar9v2v__path-2" class="cls-3"/><path d="M71 13.955c0-3.902-1.589-7.431-4.151-9.975l-4.187 11.967-11.324-3.984 4.188-11.97c-7.039.739-12.526 6.707-12.526 13.962 0 3.903 1.589 7.431 4.151 9.975l-11.625 34.153c-7.039.739-12.526 6.706-12.526 13.962 0 3.902 1.589 7.431 4.151 9.975l4.187-11.967 11.324 3.984-4.188 11.969c7.039-.738 12.526-6.706 12.526-13.961 0-3.902-1.589-7.431-4.151-9.975l11.625-34.153c7.039-.739 12.526-6.706 12.526-13.962z" id="svg-x6ar9v2v__path-3" class="cls-5"/></g></svg>](https://webmaster.yandex.com/) [<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="31" viewBox="0 0 243 37"><path fill="currentColor" d="M15.15 18.04L19.84 7.39L15.95 7.39L11.25 18.04ZM12.65 29.42L12.65 25.68C12.65 22.86 12.30 22.03 11.22 19.69L5.58 7.39L1.58 7.39L8.81 23.11L8.81 29.42ZM55.22 29.73C57.00 29.73 58.45 28.91 59.47 27.36L59.66 29.42L63.15 29.42L63.15 7.39L59.37 7.39L59.37 15.34C58.42 13.92 57.03 13.16 55.38 13.16C51.73 13.16 49.20 16.23 49.20 21.56C49.20 26.82 51.67 29.73 55.22 29.73ZM78.39 28.34L78.39 25.26C77.22 26.06 75.26 26.75 73.42 26.75C70.66 26.75 69.61 25.46 69.45 22.79L78.55 22.79L78.55 20.80C78.55 15.25 76.11 13.16 72.34 13.16C67.74 13.16 65.56 16.67 65.56 21.49C65.56 27.04 68.28 29.73 73.10 29.73C75.51 29.73 77.28 29.10 78.39 28.34ZM37.79 17.97C38.48 17.12 39.59 16.39 40.96 16.39C42.29 16.39 42.89 16.96 42.89 18.16L42.89 29.42L46.66 29.42L46.66 17.78C46.66 14.61 45.39 13.22 42.32 13.22C40.07 13.22 38.74 14.04 37.98 14.80L37.79 14.80L37.69 13.47L34.01 13.47L34.01 29.42L37.79 29.42ZM30.94 18.54C30.94 14.68 28.97 13.22 24.98 13.22C22.48 13.22 20.51 14.01 19.37 14.68L19.37 17.82C20.38 17.05 22.60 16.23 24.54 16.23C26.34 16.23 27.17 16.86 27.17 18.58L27.17 19.46L26.56 19.46C20.80 19.46 18.23 21.37 18.23 24.60C18.23 27.83 20.19 29.64 23.11 29.64C25.33 29.64 26.28 28.91 27.01 28.15L27.17 28.15C27.20 28.56 27.33 29.10 27.45 29.42L31.13 29.42C31.00 28.12 30.94 26.82 30.94 25.52ZM90.00 29.42L94.24 29.42L89.05 21.21L93.55 13.47L89.77 13.47L87.05 18.29L84.00 13.47L79.76 13.47L84.58 21.11L79.57 29.42L83.40 29.42L86.60 24.03ZM56.33 16.14C58.36 16.14 59.37 17.75 59.37 21.43C59.37 25.14 58.30 26.75 56.17 26.75C54.11 26.75 53.10 25.17 53.10 21.56C53.10 17.78 54.18 16.14 56.33 16.14ZM72.28 16.14C74.15 16.14 74.72 17.69 74.72 19.69L74.72 20.00L69.45 20.00C69.55 17.47 70.47 16.14 72.28 16.14ZM27.17 25.61C26.69 26.31 25.80 26.88 24.47 26.88C22.89 26.88 22.09 25.99 22.09 24.63C22.09 22.82 23.39 22.16 26.63 22.16L27.17 22.16ZM110.16 29.42L112.92 12.68L115.42 29.42L120.71 29.42L123.73 7.39L120.46 7.39L118.18 24.38L115.42 7.39L110.66 7.39L107.84 24.47L105.62 7.39L102.01 7.39L105.02 29.42ZM137.51 28.34L137.51 25.26C136.34 26.06 134.38 26.75 132.54 26.75C129.78 26.75 128.73 25.46 128.58 22.79L137.67 22.79L137.67 20.80C137.67 15.25 135.23 13.16 131.46 13.16C126.86 13.16 124.68 16.67 124.68 21.49C124.68 27.04 127.40 29.73 132.22 29.73C134.63 29.73 136.41 29.10 137.51 28.34ZM131.40 16.14C133.27 16.14 133.84 17.69 133.84 19.69L133.84 20.00L128.58 20.00C128.67 17.47 129.59 16.14 131.40 16.14ZM143.70 29.42L143.89 27.39C144.87 28.91 146.30 29.73 148.04 29.73C151.65 29.73 154.16 26.79 154.16 21.46C154.16 16.10 151.65 13.16 148.04 13.16C146.36 13.16 144.96 13.92 143.98 15.37L143.98 7.39L140.21 7.39L140.21 29.42ZM147.09 16.14C149.21 16.14 150.26 17.75 150.26 21.46C150.26 25.14 149.21 26.75 147.09 26.75C145.03 26.75 143.98 25.14 143.98 21.43C143.98 17.75 145.03 16.14 147.09 16.14ZM160.47 17.97C161.16 17.12 162.11 16.39 163.48 16.39C164.81 16.39 165.25 16.96 165.25 18.16L165.25 29.42L169.02 29.42L169.02 17.97C169.72 17.12 170.67 16.39 172.04 16.39C173.37 16.39 173.81 16.96 173.81 18.16L173.81 29.42L177.58 29.42L177.58 17.78C177.58 14.61 176.47 13.22 173.40 13.22C170.96 13.22 169.50 14.17 168.61 15.25C168.01 13.85 166.74 13.22 164.68 13.22C162.43 13.22 161.42 14.04 160.66 14.80L160.47 14.80L160.37 13.47L156.69 13.47L156.69 29.42L160.47 29.42ZM192.51 18.54C192.51 14.68 190.55 13.22 186.55 13.22C184.05 13.22 182.08 14.01 180.94 14.68L180.94 17.82C181.96 17.05 184.18 16.23 186.11 16.23C187.92 16.23 188.74 16.86 188.74 18.58L188.74 19.46L188.14 19.46C182.37 19.46 179.80 21.37 179.80 24.60C179.80 27.83 181.77 29.64 184.68 29.64C186.90 29.64 187.85 28.91 188.58 28.15L188.74 28.15C188.77 28.56 188.90 29.10 189.03 29.42L192.70 29.42C192.58 28.12 192.51 26.82 192.51 25.52ZM188.74 25.61C188.27 26.31 187.38 26.88 186.05 26.88C184.46 26.88 183.67 25.99 183.67 24.63C183.67 22.82 184.97 22.16 188.20 22.16L188.74 22.16ZM200.47 29.73C204.21 29.73 206.65 28.18 206.65 24.41C206.65 21.62 204.72 20.16 201.52 19.72C199.93 19.50 198.60 19.31 198.60 17.78C198.60 16.58 199.55 16.04 201.33 16.04C203.77 16.04 205.32 16.93 205.57 17.12L205.57 14.04C205.57 14.04 204.08 13.16 200.95 13.16C197.08 13.16 194.92 15.18 194.92 17.94C194.92 20.76 196.54 22.22 199.65 22.63C201.83 22.92 203.01 23.52 203.01 24.92C203.01 26.15 202.02 26.75 199.87 26.75C197.11 26.75 195.34 25.33 195.02 25.17L195.02 28.24C195.02 28.24 196.79 29.73 200.47 29.73ZM207.44 13.47L207.44 16.45L209.44 16.45L209.44 24.63C209.44 27.61 211.12 29.73 214.61 29.73C216.45 29.73 217.49 29.32 217.49 29.32L217.49 26.25C217.49 26.25 216.80 26.75 215.53 26.75C213.94 26.75 213.21 25.84 213.21 24.66L213.21 16.45L217.18 16.45L217.18 13.47L213.21 13.47L213.21 9.99L209.44 9.99L209.44 13.47ZM231.28 28.34L231.28 25.26C230.11 26.06 228.14 26.75 226.31 26.75C223.55 26.75 222.50 25.46 222.34 22.79L231.44 22.79L231.44 20.80C231.44 15.25 229.00 13.16 225.23 13.16C220.63 13.16 218.44 16.67 218.44 21.49C218.44 27.04 221.17 29.73 225.99 29.73C228.40 29.73 230.17 29.10 231.28 28.34ZM225.17 16.14C227.04 16.14 227.61 17.69 227.61 19.69L227.61 20.00L222.34 20.00C222.44 17.47 223.36 16.14 225.17 16.14ZM237.75 19.46C238.80 17.53 240.35 16.55 242.66 16.67L242.66 13.12C240.51 13.25 238.73 14.55 237.85 16.64L237.75 16.64L237.65 13.47L233.98 13.47L233.98 29.42L237.75 29.42Z"/></svg>](https://webmaster.yandex.com/)



</div>


<!-- source: en/_includes/styles/footer-style.md -->

<!-- endsource: en/_includes/styles/footer-style.md -->
<!-- endsource: en/_includes/footer.md -->




[*DNS]: A service that converts readable site names (for example, `example.ru`) into their numeric IP addresses. The server stores information about domains and knows which IP address corresponds to which site. 