Basic Configuration
Crawl Rules
Quick Add Common Rules:
Current Rules
Quick Templates
Basic Website
Allow all crawlers with sitemap
User-agent: *
Allow: /
Sitemap: ...
WordPress Site
Block admin areas and allow content
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
E-commerce
Block cart, checkout, and user areas
User-agent: *
Disallow: /cart/
Disallow: /checkout/
Strict Control
Allow only specific directories
User-agent: *
Disallow: /
Allow: /public/
Block AI Bots
Block modern AI/LLM crawlers
User-agent: GPTBot
Disallow: /
User-agent: ClaudeBot
Disallow: /
Generated Robots.txt
Generated robots.txt content will appear here