# Robots.txt for enoosoft.com # Allow all crawlers to access the site User-agent: * Allow: / Disallow: /api/ Disallow: /_next/ Disallow: /admin/ # Specific rules for Google User-agent: Googlebot Allow: / Crawl-delay: 0 # Specific rules for Google AdSense User-agent: Mediapartners-Google Allow: / # Specific rules for Bing User-agent: Bingbot Allow: / Crawl-delay: 1 # Sitemap location Sitemap: https://enoosoft.com/sitemap.xml # Allow access to static assets Allow: /images/ Allow: /*.js$ Allow: /*.css$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$