SEO Tool

robots.txt analysis

Проверка синтаксиса, правил индексации и рекомендации по улучшению

What does the tool check?

Rule analysis

  • Directive syntax
  • Allow / Disallow rules
  • Crawl-delay values
  • Sitemap links
  • User-Agent directives

Checks

  • Whole-site blocking
  • Googlebot blocking
  • Presence of a Sitemap
  • CSS/JS blocking
  • File size

Disclaimer: Data is collected from public sources. We do not store the checked URLs or analysis results. Use for lawful purposes only.

robots.txt: how to check it and not lose traffic

Why check robots.txt

A single wrong line in robots.txt can block the entire site from indexing — the classic case is a “Disallow: /” left over after development. The tool parses the file line by line and highlights dangerous and invalid directives.

It checks User-agent groups, Allow/Disallow rules, Clean-param, Crawl-delay and Sitemap links, as well as common syntax errors.

Practical recommendations

Block service sections from crawling: the cart, the account area, on-site search results, pages with sorting parameters. Do not block CSS and JS — search engines need them to render pages correctly.

After changing the file, test it in Yandex Webmaster and Google Search Console: there you can check a specific URL against the current rules.

Frequently asked questions

What does the robots.txt file do?+

robots.txt tells search-engine crawlers which sections of the site can be crawled and which cannot. The file is placed at the site root and is read by the crawler before it starts.

Does a Disallow in robots.txt remove a page from the index?+

Not always. Disallow blocks crawling, but a page can remain in Google’s index if links point to it. For guaranteed exclusion use a noindex meta tag or the X-Robots-Tag header.

Is the Host directive needed for Yandex?+

No, Yandex stopped taking Host into account in 2018. The main mirror is now determined via 301 redirects and settings in Yandex Webmaster.

Do I have to specify Sitemap in robots.txt?+

It is not mandatory but recommended: the Sitemap directive helps crawlers find the sitemap faster, especially if it is not at the standard /sitemap.xml address.