# robots.txt for Koder3 Website # https://koder3.com User-agent: * Allow: / # Allow all main sections Allow: /about Allow: /services/ Allow: /k-products/ Allow: /portfolio Allow: /customers Allow: /career Allow: /contact # Allow static assets Allow: /images/ Allow: /icons/ Allow: /favicon.ico Allow: /_next/static/ # Disallow admin and internal paths Disallow: /admin/ Disallow: /_next/ Disallow: /api/ Disallow: /.well-known/ # Disallow development and testing files Disallow: /test/ Disallow: /tests/ Disallow: /dev/ Disallow: /*.json$ Disallow: /*.log$ # Special handling for different bot types User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / # Sitemap location Sitemap: https://koder3.com/sitemap.xml # Crawl-delay for non-major search engines User-agent: * Crawl-delay: 1