Create a perfect robots.txt file with visual controls — block specific bots, set crawl delays, define allow/disallow rules, and add your sitemap URL.
The robots.txt file is a text file placed at the root of your website that tells search engine crawlers which pages they can and cannot access. It's the first file any crawler checks before visiting your site.
Important: robots.txt controls crawling, not indexing. A page blocked in robots.txt may still appear in search results if other pages link to it. To prevent indexing, use the noindex meta tag instead.
robots.txt एक text file है जो आपकी website की root पर रखी जाती है। यह search engine crawlers को बताती है कि किन pages को crawl करना है और किन्हें नहीं।