# Block all search engines from crawling the banking website
User-agent: *
Disallow: /

# Block specific directories
Disallow: /app/
Disallow: /admin/
Disallow: /auth/
Disallow: /includes/
Disallow: /pages/
Disallow: /api/

# Block sensitive files
Disallow: *.php
Disallow: *.sql
Disallow: *.json
Disallow: *.env

# Prevent crawling of user data
Disallow: /user/
Disallow: /profile/
Disallow: /dashboard/
Disallow: /transactions/
Disallow: /withdraw/
Disallow: /deposit/

# Crawl-delay to slow down bots
Crawl-delay: 10

# Prevent indexing of sensitive pages
Noindex: /admin/
Noindex: /auth/login.php
Noindex: /auth/register.php
Noindex: /app/pages/dashboard.php