JavaScript is required. Please enable JavaScript in your browser settings.

Robots.txt Generator

Search Engines/Bots
Google
Google Image
Google Mobile
MSN Search
Yahoo
Yahoo MM
Yahoo Blogs
Ask/Teoma
GigaBlast
DMOZ Checker
Nutch
Alexa/Wayback
Baidu
Naver
MSN PicSearch
Default Rules (All Bots)
Path Rules
Restricted Indexes
Important: The path must start from the root directory and end with a slash '/'.
Sitemap URLs (Optional)
The time bots need to wait between requests
Your preferred domain address
Preview
# robots.txt generated by Fiyuva Robots.txt Generator User-agent: * Disallow: /cgi-bin/

What is robots.txt?

The robots.txt file is a special text file placed in the root directory of your website (https://example.com/robots.txt). This file tells search engine bots (web crawlers) which pages of your site they can crawl and which they cannot.

How does it work?

Search engine bots first check your robots.txt file before visiting your site. They begin crawling your site according to the rules you specify in this file. However, be aware: robots.txt is not a security mechanism; it only guides search engines. Malicious bots may not follow these rules.

When is it used?
  • To protect admin panels: To exclude sensitive areas such as admin and login pages from crawling
  • To prevent duplicate content: To prevent crawling of similar content pages
  • To reduce server load: To limit bots from sending excessive requests
  • To hide test pages: To prevent pages under development from appearing in search results
  • To protect source files: To prevent crawling of files such as CSS and JS
Important Notes!
  • The robots.txt file is public; anyone can see it.
  • Do not write sensitive information in robots.txt; this information will not remain private.
  • Case-sensitive.
  • You can define separate rules for each User-agent.
  • Paths must always start with "/".
  • You can test your robots.txt file in Google Search Console.

To discover our other useful and practical applications, you can click here.

Go Down
Contact Us