Robots.txt Generator
Generate robots.txt file for your website to control search engine crawlers
User-agent: *
使用說明
Robots.txt Generator Guide
A robots.txt file tells search engine crawlers which URLs they can access on your site. This tool helps you generate a robots.txt file with common configurations.
Basic Usage
- Choose User-agent (search engine bot)
- Add Allow/Disallow rules
- Set crawl delay and sitemap URL
- Generate and download robots.txt
Common Rules
User-agent: *applies to all botsDisallow: /admin/blocks access to admin pagesAllow: /blog/allows access to blog pagesCrawl-delay: 10sets delay between requestsSitemap: https://example.com/sitemap.xmldeclares sitemap location