# Textile POS System - Security Protection
# Block all management interfaces from search engine crawlers

User-agent: *
# Management interfaces - COMPLETELY BLOCKED
Disallow: /products/
Disallow: /admin/
Disallow: /pos/
Disallow: /api/
Disallow: /inventory/
Disallow: /sales/
Disallow: /customers/
Disallow: /suppliers/
Disallow: /expenses/
Disallow: /reports/

# Dangerous URL patterns - BLOCKED
Disallow: /?delete=
Disallow: /?edit=
Disallow: /?remove=
Disallow: /*delete*
Disallow: /*edit*
Disallow: /*remove*
Disallow: /*admin*
Disallow: /*manage*

# Security and monitoring files - BLOCKED
Disallow: /security_*
Disallow: /deletion_*
Disallow: /detective.php
Disallow: /monitor*
Disallow: /*.log
Disallow: /cache/
Disallow: /config.php
Disallow: /auth.php

# Database and sensitive files - BLOCKED
Disallow: /*.sql
Disallow: /*.txt
Disallow: /*.json
Disallow: /vendor/

# Only allow public homepage
Allow: /$
Allow: /index.php$

# Aggressive crawl delay for all bots
Crawl-delay: 86400

# Specific bot restrictions
User-agent: Googlebot
Crawl-delay: 86400
Disallow: /

User-agent: Bingbot
Crawl-delay: 86400
Disallow: /

User-agent: Slurp
Disallow: /

User-agent: DuckDuckBot
Disallow: /

# Block known problematic crawlers completely
User-agent: SemrushBot
Disallow: /

User-agent: AhrefsBot
Disallow: /

User-agent: MJ12bot
Disallow: /

User-agent: DotBot
Disallow: /