# Robots.txt for dealplustech.co.th
# https://dealplustech.co.th

User-agent: *
Allow: /

# Sitemap location
Sitemap: https://dealplustech.co.th/sitemap.xml

# Disallow admin and private paths
Disallow: /api/
Disallow: /_next/
Disallow: /admin/

# Allow all crawlers access to static assets
User-agent: Googlebot
Allow: /images/
Allow: /fonts/

User-agent: Bingbot
Allow: /images/
Allow: /fonts/

# Crawl delay for respectful crawling
Crawl-delay: 1
