# Robots.txt for Corodomo - Language Learning Platform User-agent: * Allow: / # Allow all language learning content Allow: /videos/ Allow: /learning/ Allow: /focus/ Allow: /blogs/ # Disallow admin and API routes Disallow: /admin/ Disallow: /api/ Disallow: /socket/ # Disallow private user areas Disallow: /dashboard/ Disallow: /profile/ # Allow assets and static files Allow: /assets/ Allow: /kuromoji/ Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.webp Allow: /*.svg Allow: /*.ico # Crawl delay for better server performance Crawl-delay: 1 # Sitemap location Sitemap: https://corodomo.com/sitemap.xml