Generate robots.txt file for search engines

SEO Tools

Robots.txt Generator

Create a properly formatted robots.txt file to control how search engines crawl your website

Site Configuration

Quick Presets

User-Agent Rules

Common Paths to Block

robots.txt

# robots.txt generated by FreeDevKit
# 2026-02-11

User-agent: *
Disallow:

How to Use

  1. Download the robots.txt file
  2. Upload it to your website's root directory
  3. It should be accessible at: https://example.com/robots.txt
  4. Test using Google Search Console's robots.txt tester

Best Practices

βœ“Always include a Sitemap directive to help search engines find your pages
βœ“Block admin areas, login pages, and private content
βœ“Use specific user-agent rules for different bots if needed
!robots.txt is publicly visible - don't reveal sensitive URL patterns
!robots.txt is advisory - malicious bots may ignore it
βœ•Don't rely on robots.txt for security - use proper authentication