{"id":5184,"date":"2025-08-26T14:33:58","date_gmt":"2025-08-26T11:33:58","guid":{"rendered":"https:\/\/semseo.md\/?p=5184"},"modified":"2025-09-01T19:36:24","modified_gmt":"2025-09-01T16:36:24","slug":"ru-robots-txt-upravlenie-indeksatsiej-sajta","status":"publish","type":"post","link":"https:\/\/semseo.md\/en\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/","title":{"rendered":"Robots.txt &#8211; site indexing management"},"content":{"rendered":"Managing site indexing by all search engines is possible using the robots.txt file, located in the root directory of the server. This file tells search engine crawlers (bots) which files they may index and which they may not.<\/p>\n<p>The robots.txt file consists of records. Each record has at least two lines: a line with the client application name \u2013 User-agent, and one or more lines starting with the Disallow directive. Empty lines are significant, they separate records with different User-agent values.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/web.archive.org\/web\/20130902000726im_\/https:\/\/semseo.md\/images\/stat\/robots.jpeg\" alt=\"\" \/><\/p>\n<p class=\"quote\">User-agent<\/p>\n<p>The User-agent line specifies the name of the crawler. For example, the following line specifies Google\u2019s bot \u2013 \u201cgooglebot\u201d:<\/p>\n<p class=\"quote\">User-agent: googlebot<\/p>\n<p>Yandex bot \u2013 \u201cYandex\u201d<br \/>\nRambler bot \u2013 \u201cStackRambler\u201d<br \/>\nYahoo! bot \u2013 \u201cYahoo! Slurp\u201d<br \/>\nMSN bot \u2013 \u201cmsnbot\u201d<\/p>\n<p>Other crawler names can be found in your server logs.<\/p>\n<p>If you want to block indexing of files and\/or folders by all search engines, you can use the wildcard \u201c*\u201d:<\/p>\n<p class=\"quote\">User-agent: *<br \/>\nDisallow<\/p>\n<p>The second part of the record contains Disallow lines. These directives tell the bot which files and\/or folders must not be indexed. The paths in Disallow are relative, not absolute, so you do not need to enter the domain name.<\/p>\n<p>Example: the following directive forbids indexing of the file \u201cdownload.htm\u201d located in the root directory:<\/p>\n<p class=\"quote\">Disallow: download.htm<\/p>\n<p>The directive can also specify a folder. Example: forbid indexing of the \u201ccgi-bin\u201d directory:<\/p>\n<p class=\"quote\">Disallow: \/cgi-bin\/<\/p>\n<p>The next directive blocks both the file \u201ccatalog.html\u201d and the \u201ccatalog\u201d folder:<\/p>\n<p class=\"quote\">Disallow: \/catalog<\/p>\n<p>If the Disallow line is empty, the bot may index everything. At least one Disallow directive must be present for each User-agent, otherwise robots.txt may not be read correctly. A completely empty robots.txt is equivalent to its absence.<\/p>\n<p>Allow full indexing for all search engines:<\/p>\n<p class=\"quote\">User-agent: *<br \/>\nDisallow:<\/p>\n<p>Block all indexing for all search engines:<\/p>\n<p class=\"quote\">User-agent: *<br \/>\nDisallow: \/<\/p>\n<p>Block indexing of the \u201ccgi-bin\u201d folder:<\/p>\n<p class=\"quote\">User-Agent: *<br \/>\nDisallow: \/cgi-bin\/<\/p>\n<p>Block indexing of the \u201cdownload.htm\u201d file:<\/p>\n<p class=\"quote\">User-Agent: *<br \/>\nDisallow: download.htm<\/p>\n<p>Block indexing of \u201cdownload.htm\u201d and the \u201ccgi-bin\u201d folder:<\/p>\n<p class=\"quote\">User-Agent: *<br \/>\nDisallow: \/cgi-bin\/<br \/>\nDisallow: download.htm<\/p>\n<p>Block indexing of \u201cdownload.htm\u201d only for Google\u2019s bot \u2013 \u201cgooglebot\u201d:<\/p>\n<p class=\"quote\">User-agent: googlebot<br \/>\nDisallow: download.htm<\/p>\n<p>Comments<\/p>\n<p>Any text following the \u201c#\u201d symbol to the end of the line is considered a comment and ignored by bots. Example:<\/p>\n<p class=\"quote\"># Yahoo! No index.<br \/>\nUser-agent: Yahoo! Slurp<br \/>\nDisallow: \/<\/p>","protected":false},"excerpt":{"rendered":"<p>Managing site indexing by all search engines is possible using the robots.txt file, located in the root directory of the server. This file tells search engine crawlers (bots) which files they may index and which they may not. The robots.txt file consists of records. Each record has at least two lines: a line with the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5186,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.9.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Homepage<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:url\" content=\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\" \/>\n<meta property=\"og:site_name\" content=\"Homepage\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/SEMSEO.md\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-26T11:33:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-01T16:36:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/robots.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"280\" \/>\n\t<meta property=\"og:image:height\" content=\"180\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"semseo@!26\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"semseo@!26\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\"},\"author\":{\"name\":\"semseo@!26\",\"@id\":\"https:\/\/semseo.md\/ru\/#\/schema\/person\/79e511fc081b8cb1feb79bcb1ef165e7\"},\"headline\":\"Robots.txt &#8211; site indexing management\",\"datePublished\":\"2025-08-26T11:33:58+00:00\",\"dateModified\":\"2025-09-01T16:36:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\"},\"wordCount\":1121,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/semseo.md\/ru\/#organization\"},\"articleSection\":[\"Articles\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\",\"url\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\",\"name\":\"\",\"isPartOf\":{\"@id\":\"https:\/\/semseo.md\/ru\/#website\"},\"datePublished\":\"2025-08-26T11:33:58+00:00\",\"dateModified\":\"2025-09-01T16:36:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/semseo.md\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Robots.txt &#8211; \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0434\u0435\u043a\u0441\u0430\u0446\u0438\u0435\u0439 \u0441\u0430\u0439\u0442\u0430\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/semseo.md\/ru\/#website\",\"url\":\"https:\/\/semseo.md\/ru\/\",\"name\":\"SEO Chi\u0219in\u0103u Moldova \u2013 Creare site-uri \u0219i promovare Google\",\"description\":\"(Ro) Elaborare website-uri\",\"publisher\":{\"@id\":\"https:\/\/semseo.md\/ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/semseo.md\/ru\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/semseo.md\/ru\/#organization\",\"name\":\"Creare site-uri \u0219i promovare Google\",\"alternateName\":\"SEMSEO Moldova\",\"url\":\"https:\/\/semseo.md\/ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/semseo.md\/ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/semseoSecondary-1200x900.png\",\"contentUrl\":\"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/semseoSecondary-1200x900.png\",\"width\":2000,\"height\":1406,\"caption\":\"Creare site-uri \u0219i promovare Google\"},\"image\":{\"@id\":\"https:\/\/semseo.md\/ru\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/SEMSEO.md\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/semseo.md\/ru\/#\/schema\/person\/79e511fc081b8cb1feb79bcb1ef165e7\",\"name\":\"semseo@!26\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/semseo.md\/ru\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7c4278427d79ecbf264a1b9d66a84d34?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7c4278427d79ecbf264a1b9d66a84d34?s=96&d=identicon&r=g\",\"caption\":\"semseo@!26\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Homepage","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/","og_locale":"en_US","og_type":"article","og_url":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/","og_site_name":"Homepage","article_publisher":"https:\/\/facebook.com\/SEMSEO.md","article_published_time":"2025-08-26T11:33:58+00:00","article_modified_time":"2025-09-01T16:36:24+00:00","og_image":[{"width":280,"height":180,"url":"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/robots.jpeg","type":"image\/jpeg"}],"author":"semseo@!26","twitter_card":"summary_large_image","twitter_misc":{"Written by":"semseo@!26","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#article","isPartOf":{"@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/"},"author":{"name":"semseo@!26","@id":"https:\/\/semseo.md\/ru\/#\/schema\/person\/79e511fc081b8cb1feb79bcb1ef165e7"},"headline":"Robots.txt &#8211; site indexing management","datePublished":"2025-08-26T11:33:58+00:00","dateModified":"2025-09-01T16:36:24+00:00","mainEntityOfPage":{"@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/"},"wordCount":1121,"commentCount":0,"publisher":{"@id":"https:\/\/semseo.md\/ru\/#organization"},"articleSection":["Articles"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/","url":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/","name":"","isPartOf":{"@id":"https:\/\/semseo.md\/ru\/#website"},"datePublished":"2025-08-26T11:33:58+00:00","dateModified":"2025-09-01T16:36:24+00:00","breadcrumb":{"@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/semseo.md\/articles\/ru-robots-txt-upravlenie-indeksatsiej-sajta\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/semseo.md\/"},{"@type":"ListItem","position":2,"name":"Robots.txt &#8211; \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0434\u0435\u043a\u0441\u0430\u0446\u0438\u0435\u0439 \u0441\u0430\u0439\u0442\u0430"}]},{"@type":"WebSite","@id":"https:\/\/semseo.md\/ru\/#website","url":"https:\/\/semseo.md\/ru\/","name":"SEO Chi\u0219in\u0103u Moldova \u2013 Creare site-uri \u0219i promovare Google","description":"(Ro) Elaborare website-uri","publisher":{"@id":"https:\/\/semseo.md\/ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/semseo.md\/ru\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/semseo.md\/ru\/#organization","name":"Creare site-uri \u0219i promovare Google","alternateName":"SEMSEO Moldova","url":"https:\/\/semseo.md\/ru\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/semseo.md\/ru\/#\/schema\/logo\/image\/","url":"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/semseoSecondary-1200x900.png","contentUrl":"https:\/\/semseo.md\/wp-content\/uploads\/2025\/08\/semseoSecondary-1200x900.png","width":2000,"height":1406,"caption":"Creare site-uri \u0219i promovare Google"},"image":{"@id":"https:\/\/semseo.md\/ru\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/SEMSEO.md"]},{"@type":"Person","@id":"https:\/\/semseo.md\/ru\/#\/schema\/person\/79e511fc081b8cb1feb79bcb1ef165e7","name":"semseo@!26","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/semseo.md\/ru\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7c4278427d79ecbf264a1b9d66a84d34?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7c4278427d79ecbf264a1b9d66a84d34?s=96&d=identicon&r=g","caption":"semseo@!26"}}]}},"_links":{"self":[{"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/posts\/5184"}],"collection":[{"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/comments?post=5184"}],"version-history":[{"count":3,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/posts\/5184\/revisions"}],"predecessor-version":[{"id":5375,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/posts\/5184\/revisions\/5375"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/media\/5186"}],"wp:attachment":[{"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/media?parent=5184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/categories?post=5184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/semseo.md\/en\/wp-json\/wp\/v2\/tags?post=5184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}