# Robots.txt for Seko AI Video Generation Platform # https://seko.sensetime.com User-agent: * Allow: / # Allow crawling of public pages Allow: /explore Allow: /mobile/home # Disallow crawling of private user areas Disallow: /my-space Disallow: /characters Disallow: /creation Disallow: /t/ Disallow: /mobile/register Disallow: /avatar-video # Disallow crawling of technical directories Disallow: /src/ Disallow: /*.json$ Disallow: /*.ts$ Disallow: /*.tsx$ Disallow: /*.js$ Disallow: /*.jsx$ Disallow: /*.css$ Disallow: /*.scss$ Disallow: /*.less$ # Disallow crawling of API endpoints Disallow: /api/ Disallow: /apis/ # Allow crawling of static assets Allow: /docs/ Allow: /images/ Allow: /assets/ Allow: /logo-48x48.svg Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Allow crawling of legal pages # Allow: /docs/privacy-policy.html # Allow: /docs/user-agreement.html # Allow: /docs/points-system-rules.html # Allow: /docs/subscription-service-agreement.html # Sitemap locations Sitemap: https://seko.sensetime.com/sitemap.xml