# Robots.txt & Sitemap Optimizer

Generate compliant robots.txt crawler structures. Manage crawler rules for Google, Bing, and AI search engines easily.

### Configuration Parameters

**Sitemap XML Link**  
Allow AI search indexing bots (ChatGPT & Gemini) Permits GPTBot and Google-Extended to parse your content to display references in chatbot answers.

Block aggressive SEO spam crawlers Blocks resource-heavy backlink parsers (Ahrefs, Semrush) to preserve site bandwidth.

### Robots.txt Output

Copy Output

```
# Robots.txt generated automatically by OVOSeo free tools

User-agent: *
Allow: /
Disallow: /admin/
Disallow: /api/

# Allow AI Search and LLM crawling bots
User-agent: GPTBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Google-Extended
Allow: /

# Block known low-quality email/SEO scrapers and malicious crawlers
User-agent: AhrefsBot
Disallow: /

User-agent: SemrushBot
Disallow: /

User-agent: MJ12bot
Disallow: /

User-agent: Rogerbot
Disallow: /

# Sitemap link
Sitemap: https://mywebsite.com/sitemap.xml
```

💡 **Usage Instructions:** Save this exact output as a file named `robots.txt` and place it inside the root directory of your website (e.g. `public/robots.txt`).
