# Robots.txt for Videoinu - AI Video Generator # Allow all search engines to crawl the main content User-agent: * Allow: / # Disallow development and configuration files Disallow: /src/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /.vscode/ Disallow: /.cursor/ Disallow: /assets/*.map Disallow: /slice-simulator Disallow: /api/ # Disallow authentication-required pages Disallow: /edit-video/ Disallow: /community/ Disallow: /project/ Disallow: /account/ Disallow: /account/login Disallow: /logout Disallow: /app/assets Disallow: /app/projects Disallow: /app/characters Disallow: /app/profile Disallow: /app/generator Disallow: /app/subscription # Disallow OAuth callback pages Disallow: /google_callback Disallow: /discord_callback # Allow important static assets and directories Allow: /icons/ Allow: /flags/ Allow: /*.css Allow: /*.js Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.gif Allow: /*.svg Allow: /*.webp Allow: /*.ico Allow: /*.mp4 Allow: /*.webm Allow: /*.mov # Crawl delay (optional - be respectful to server resources) Crawl-delay: 1 # Sitemap location Sitemap: https://videoinu.com/sitemap.xml