{"id":2582,"date":"2020-03-28T05:56:51","date_gmt":"2020-03-28T05:56:51","guid":{"rendered":"https:\/\/tech.kanavu.org\/blogs\/uncategorized\/why-robots-txt-is-so-important-for-search-engines\/"},"modified":"2020-03-28T05:56:51","modified_gmt":"2020-03-28T05:56:51","slug":"why-robots-txt-is-so-important-for-search-engines","status":"publish","type":"post","link":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/","title":{"rendered":"Why robots.txt is so important for search engines?"},"content":{"rendered":"<p>Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey robots.txt requests.&nbsp;<\/p>\n<p>.<\/p>\n<p>Basic format:<\/p>\n<p>&nbsp;User-agent: [user-agent name] Disallow: [URL string not to be crawled]<\/p>\n<p>Importance of robots.txt<\/p>\n<p>Google can usually find and index all of the important pages on your site. And they will not index pages that are not important or duplicate versions of other pages. However, there are 3 main reasons that you\u2019d want to use a robots.txt file.<\/p>\n<p>Block Non-Public Pages:&nbsp;Sometimes you have pages on your site that you don\u2019t want it to be indexed. For example, you might have a staging version of a page. Or a login page. These pages need to exist. But you don\u2019t want random people landing on them. This is a case where you\u2019d use robots.txt to block these pages from search engine crawlers and bots.<\/p>\n<p>Maximize Crawl Budget:&nbsp;If you\u2019re having a tough time getting all of your pages indexed, you might have a&nbsp;crawl budget&nbsp;problem. By blocking unimportant pages with robots.txt, Googlebot can spend more of your crawl budget on the pages that actually matter.<\/p>\n<p>Prevent Indexing of Resources:&nbsp;Using&nbsp;meta directives&nbsp;can work just as well as robots.txt for preventing pages from getting indexed. However, meta directives don\u2019t work well for multimedia resources, like PDFs and images.<\/p>\n<p>Best Practices to create a robots.txt file<\/p>\n<p>Since it is a text file, you can create a robots.txt file using a notepad. The format for creating robots.txt file will be the same in every case.<\/p>\n<p>User-agent: X<br \/>\nDisallow: Y<\/p>\n<p>User-agent is the specific bot and everything that comes after \u201cdisallow\u201d are pages or sections that you want to block.<\/p>\n<p>For example: User-agent: googlebot<br \/>\nDisallow: \/images<\/p>\n<p>This rule would tell Googlebot not to index the image folder of your website. You can also use an asterisk (*) to speak to any and all bots that stop by your website.<\/p>\n<p>For example:<\/p>\n<p>User-agent: *<br \/>\nDisallow: \/images<\/p>\n<p>The \u201c*\u201d tells all spiders to NOT crawl your images folder.<\/p>\n<p>Search engine has two main jobs, crawling the webpages to discover the content and indexing the content for the purpose of serving the content to users whenever they are searching for the information.<\/p>\n<p>To crawl sites, search engines follow links to get from one site to another \u2014 ultimately, crawling across many billions of links and websites. This crawling behavior is sometimes known as spidering. After arriving at a website but before spidering it, the search crawler will look for a robots.txt file. If it finds one, the crawler will read that file first before continuing through the page. Because the robots.txt file contains information about&nbsp;how&nbsp;the search engine should crawl, the information found there will instruct further crawler action on this particular site. If the robots.txt file does&nbsp;notcontain any directives that disallow a user-agent\u2019s activity (or if the site doesn\u2019t have a robots.txt file), it will proceed to crawl other information on the site.<\/p>\n<p>Things to remember&nbsp;<\/p>\n<p>There are certain factors one should always remember before adding robots.txt file. In order to be found, a robots.txt file must be placed in a website\u2019s top-level directory. Robots.txt is case sensitive: the file&nbsp;must&nbsp;be named \u201crobots.txt\u201d. Some robots may choose to ignore your robots.txt file. This is especially common with fraud crawlers like malware robots or email address scrapers.<\/p>\n<p>To make robots.txt file publicly available, add \/robots.txt to the end of any root domain to see that website\u2019s directives. This means that anyone can see what pages you do or don\u2019t want to be crawled, so don\u2019t use them to hide private user information.<\/p>\n<p>Each subdomain on a root domain uses separate robots.txt files. This means that both blog.example.com and example.com should have their own robots.txt files (blog.example.com\/robots.txt and example.com\/robots.txt). It\u2019s generally a best practice to indicate the location of any&nbsp;sitemaps&nbsp;associated with this domain at the bottom of the robots.txt file.<\/p>\n<p>Common language (terms) of robots.txt<\/p>\n<p>User agent: The specific web crawler to which you\u2019re giving crawl instructions<\/p>\n<p>Disallow: This is the command used to tell a user-agent not to crawl particular URL. Only one &#8220;Disallow:&#8221; line is allowed for each URL.<\/p>\n<p>Allow: This function is only applicable for googlebot, the command to tell googlebot it can access a page or subfolder even though its parent page or subfolder may be disallowed.<\/p>\n<p>Crawl-delay: How many seconds a crawler should wait before loading and crawling page content? Note that Googlebot does not acknowledge this command, but&nbsp;crawl rate can be set in Google Search Console.<\/p>\n<p>Sitemap:&nbsp;Used to call out the location of any XML sitemaps associated with this URL. Note this command&nbsp;is only supported&nbsp;by Google, Bing, and Yahoo.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey robots.txt requests.&nbsp; . Basic format: &nbsp;User-agent: [user-agent name] Disallow: [URL string not to be crawled] Importance of robots.txt Google can usually find and index all of the important pages on your site. And they will not index pages that are not important or duplicate versions of other pages. However, there are 3 main reasons that you\u2019d want to use a robots.txt file. Block Non-Public Pages:&nbsp;Sometimes you have pages on your site that you don\u2019t want it to be indexed. For example, you might have a staging version of a page. Or a login page. These pages need to exist. But you don\u2019t want random people landing on them. This is a case where you\u2019d use robots.txt to block these pages from search engine crawlers and bots. Maximize Crawl Budget:&nbsp;If you\u2019re having a tough time getting all of your pages indexed, you might have a&nbsp;crawl budget&nbsp;problem. By blocking unimportant pages with robots.txt, Googlebot can spend more of your crawl budget on the pages that actually matter. Prevent Indexing of Resources:&nbsp;Using&nbsp;meta directives&nbsp;can work just as well as robots.txt for preventing pages from getting indexed. However, meta directives don\u2019t work well for multimedia resources, like PDFs and images. Best Practices to create a robots.txt file Since it is a text file, you can create a robots.txt file using a notepad. The format for creating robots.txt file will be the same in every case. User-agent: X Disallow: Y User-agent is the specific bot and everything that comes after \u201cdisallow\u201d are pages or sections that you want to block. For example: User-agent: googlebot Disallow: \/images This rule would tell Googlebot not to index the image folder of your website. You can also use an asterisk (*) to speak to any and all bots that stop by your website. For example: User-agent: * Disallow: \/images The \u201c*\u201d tells all spiders to NOT crawl your images folder. Search engine has two main jobs, crawling the webpages to discover the content and indexing the content for the purpose of serving the content to users whenever they are searching for the information. To crawl sites, search engines follow links to get from one site to another \u2014 ultimately, crawling across many billions of links and websites. This crawling behavior is sometimes known as spidering. After arriving at a website but before spidering it, the search crawler will look for a robots.txt file. If it finds one, the crawler will read that file first before continuing through the page. Because the robots.txt file contains information about&nbsp;how&nbsp;the search engine should crawl, the information found there will instruct further crawler action on this particular site. If the robots.txt file does&nbsp;notcontain any directives that disallow a user-agent\u2019s activity (or if the site doesn\u2019t have a robots.txt file), it will proceed to crawl other information on the site. Things to remember&nbsp; There are certain factors one should always remember before adding robots.txt file. In order to be found, a robots.txt file must be placed in a website\u2019s top-level directory. Robots.txt is case sensitive: the file&nbsp;must&nbsp;be named \u201crobots.txt\u201d. Some robots may choose to ignore your robots.txt file. This is especially common with fraud crawlers like malware robots or email address scrapers. To make robots.txt file publicly available, add \/robots.txt to the end of any root domain to see that website\u2019s directives. This means that anyone can see what pages you do or don\u2019t want to be crawled, so don\u2019t use them to hide private user information. Each subdomain on a root domain uses separate robots.txt files. This means that both blog.example.com and example.com should have their own robots.txt files (blog.example.com\/robots.txt and example.com\/robots.txt). It\u2019s generally a best practice to indicate the location of any&nbsp;sitemaps&nbsp;associated with this domain at the bottom of the robots.txt file. Common language (terms) of robots.txt User agent: The specific web crawler to which you\u2019re giving crawl instructions Disallow: This is the command used to tell a user-agent not to crawl particular URL. Only one &#8220;Disallow:&#8221; line is allowed for each URL. Allow: This function is only applicable for googlebot, the command to tell googlebot it can access a page or subfolder even though its parent page or subfolder may be disallowed. Crawl-delay: How many seconds a crawler should wait before loading and crawling page content? Note that Googlebot does not acknowledge this command, but&nbsp;crawl rate can be set in Google Search Console. Sitemap:&nbsp;Used to call out the location of any XML sitemaps associated with this URL. Note this command&nbsp;is only supported&nbsp;by Google, Bing, and Yahoo.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-2582","post","type-post","status-publish","format-standard","hentry","category-digital"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Kanavu Startup Village -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Why robots.txt is so important for search engines? - Kanavu Startup Village\" \/>\n\t\t<meta property=\"og:description\" content=\"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-28T05:56:51+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-28T05:56:51+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Why robots.txt is so important for search engines? - Kanavu Startup Village\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#blogposting\",\"name\":\"Why robots.txt is so important for search engines? - Kanavu Startup Village\",\"headline\":\"Why robots.txt is so important for search engines?\",\"author\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/#organization\"},\"datePublished\":\"2020-03-28T05:56:51+00:00\",\"dateModified\":\"2020-03-28T05:56:51+00:00\",\"inLanguage\":\"en\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#webpage\"},\"articleSection\":\"Digital\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/category\\\/digital\\\/#listItem\",\"name\":\"Digital\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/category\\\/digital\\\/#listItem\",\"position\":2,\"name\":\"Digital\",\"item\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/category\\\/digital\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#listItem\",\"name\":\"Why robots.txt is so important for search engines?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#listItem\",\"position\":3,\"name\":\"Why robots.txt is so important for search engines?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/category\\\/digital\\\/#listItem\",\"name\":\"Digital\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/#organization\",\"name\":\"Kanavu Startup Village\",\"url\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/author\\\/admin\\\/\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bcc1bb04e83f6af90ed3d4923348b90f9f472fecad94de3af7aa14806198d7e1?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#webpage\",\"url\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/\",\"name\":\"Why robots.txt is so important for search engines? - Kanavu Startup Village\",\"description\":\"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey\",\"inLanguage\":\"en\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/digital\\\/why-robots-txt-is-so-important-for-search-engines\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2020-03-28T05:56:51+00:00\",\"dateModified\":\"2020-03-28T05:56:51+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/#website\",\"url\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/\",\"name\":\"Kanavu Startup Village\",\"inLanguage\":\"en\",\"publisher\":{\"@id\":\"https:\\\/\\\/tech.kanavu.org\\\/blogs\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Why robots.txt is so important for search engines? - Kanavu Startup Village","description":"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey","canonical_url":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#blogposting","name":"Why robots.txt is so important for search engines? - Kanavu Startup Village","headline":"Why robots.txt is so important for search engines?","author":{"@id":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/tech.kanavu.org\/blogs\/#organization"},"datePublished":"2020-03-28T05:56:51+00:00","dateModified":"2020-03-28T05:56:51+00:00","inLanguage":"en","mainEntityOfPage":{"@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#webpage"},"isPartOf":{"@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#webpage"},"articleSection":"Digital"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs#listItem","position":1,"name":"Home","item":"https:\/\/tech.kanavu.org\/blogs","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/#listItem","name":"Digital"}},{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/#listItem","position":2,"name":"Digital","item":"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#listItem","name":"Why robots.txt is so important for search engines?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#listItem","position":3,"name":"Why robots.txt is so important for search engines?","previousItem":{"@type":"ListItem","@id":"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/#listItem","name":"Digital"}}]},{"@type":"Organization","@id":"https:\/\/tech.kanavu.org\/blogs\/#organization","name":"Kanavu Startup Village","url":"https:\/\/tech.kanavu.org\/blogs\/"},{"@type":"Person","@id":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/#author","url":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/","name":"admin","image":{"@type":"ImageObject","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/bcc1bb04e83f6af90ed3d4923348b90f9f472fecad94de3af7aa14806198d7e1?s=96&d=mm&r=g","width":96,"height":96,"caption":"admin"}},{"@type":"WebPage","@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#webpage","url":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/","name":"Why robots.txt is so important for search engines? - Kanavu Startup Village","description":"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey","inLanguage":"en","isPartOf":{"@id":"https:\/\/tech.kanavu.org\/blogs\/#website"},"breadcrumb":{"@id":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/#breadcrumblist"},"author":{"@id":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/#author"},"creator":{"@id":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/#author"},"datePublished":"2020-03-28T05:56:51+00:00","dateModified":"2020-03-28T05:56:51+00:00"},{"@type":"WebSite","@id":"https:\/\/tech.kanavu.org\/blogs\/#website","url":"https:\/\/tech.kanavu.org\/blogs\/","name":"Kanavu Startup Village","inLanguage":"en","publisher":{"@id":"https:\/\/tech.kanavu.org\/blogs\/#organization"}}]},"og:locale":"en_US","og:site_name":"Kanavu Startup Village -","og:type":"article","og:title":"Why robots.txt is so important for search engines? - Kanavu Startup Village","og:description":"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey","og:url":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/","article:published_time":"2020-03-28T05:56:51+00:00","article:modified_time":"2020-03-28T05:56:51+00:00","twitter:card":"summary_large_image","twitter:title":"Why robots.txt is so important for search engines? - Kanavu Startup Village","twitter:description":"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey"},"aioseo_meta_data":{"post_id":"2582","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2026-02-10 11:40:46","updated":"2026-02-10 11:40:46","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.kanavu.org\/blogs\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/\" title=\"Digital\">Digital<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWhy robots.txt is so important for search engines?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tech.kanavu.org\/blogs"},{"label":"Digital","link":"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/"},{"label":"Why robots.txt is so important for search engines?","link":"https:\/\/tech.kanavu.org\/blogs\/digital\/why-robots-txt-is-so-important-for-search-engines\/"}],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"admin","author_link":"https:\/\/tech.kanavu.org\/blogs\/author\/admin\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/tech.kanavu.org\/blogs\/category\/digital\/\" rel=\"category tag\">Digital<\/a>","rttpg_excerpt":"Robots.txt is a text file used by websites used to communicate with the web crawlers and other web robots. The standard specifies how to inform the web crawlers about which pages of the website should be crawled and which part of the websites should not be crawled. Most of the search engines recognise and obey&hellip;","_links":{"self":[{"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/posts\/2582","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/comments?post=2582"}],"version-history":[{"count":0,"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/posts\/2582\/revisions"}],"wp:attachment":[{"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/media?parent=2582"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/categories?post=2582"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tech.kanavu.org\/blogs\/wp-json\/wp\/v2\/tags?post=2582"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}