# İzmir Tenteci Robots.txt
# https://izmirtenteci.com

User-agent: *
Allow: /

# Crawl-delay for polite crawling
Crawl-delay: 1

# Sitemap location
Sitemap: https://izmirtenteci.com/sitemap.xml

# Disallow admin and private directories
Disallow: /admin/
Disallow: /database/
Disallow: /classes/
Disallow: /config/
Disallow: /views/

# Allow assets
Allow: /assets/

# Block common unwanted paths
Disallow: /*?*
Disallow: /*.php$
Disallow: /*/config.php
Disallow: /*/setup.php

# Google-specific
User-agent: Googlebot
Allow: /
Crawl-delay: 0

# Bing-specific
User-agent: Bingbot
Allow: /
Crawl-delay: 1

# Yandex-specific  
User-agent: Yandex
Allow: /
Crawl-delay: 2
