# Robots.txt for ArkSoft - Venture Studio # https://arksoft.rw/robots.txt User-agent: * Allow: / # Allow all major search engine bots User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Disallow admin areas and sensitive content Disallow: /admin/ Disallow: /api/ Disallow: /_next/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /dist/ # Allow access to CSS, JS, and image files Allow: *.css Allow: *.js Allow: *.png Allow: *.jpg Allow: *.jpeg Allow: *.gif Allow: *.svg Allow: *.ico Allow: *.webp # Crawl delay (optional - be respectful) Crawl-delay: 1 # Sitemap location Sitemap: https://arksoft.rw/sitemap.xml