# SRIFT - Secure Real-time Interactive File Transfer # Robots.txt for https://srift.sripto.tech # #1 Secure File Transfer & Encrypted Chat Platform # Allow all search engine crawlers User-agent: * Allow: / # Allow AI crawlers and bots User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: Omgilibot Allow: / User-agent: PerplexityBot Allow: / User-agent: GrokBot Allow: / User-agent: Bingbot Allow: / User-agent: Googlebot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: WhatsApp Allow: / User-agent: TelegramBot Allow: / # Disallow access to private and system files Disallow: /_next/ Disallow: /api/ Disallow: /.env Disallow: /.env.local Disallow: /.env.production Disallow: /node_modules/ Disallow: /package.json Disallow: /package-lock.json Disallow: /tsconfig.json Disallow: /next.config.mjs Disallow: /.git/ Disallow: /.github/ Disallow: /Dockerfile* Disallow: /.dockerignore Disallow: /SECURITY.md Disallow: /README.md Disallow: /components.json Disallow: /tailwind.config.ts Disallow: /postcss.config.mjs Disallow: /tsconfig.tsbuildinfo Disallow: /next-env.d.ts # Disallow access to development and test files Disallow: /test Disallow: /test-backend Disallow: /test-csp Disallow: /fix-websocket Disallow: /scripts/ Disallow: /hooks/ Disallow: /temp_file.tsx Disallow: /temp_file.txt Disallow: /test-file-transfer-fixes.md # Allow access to important public files Allow: /favicon.ico Allow: /robots.txt Allow: /sitemap.xml Allow: /feed.xml Allow: /humans.txt Allow: /.well-known/security.txt Allow: /Favicon/ Allow: /public/ # Allow access to SEO-optimized content Allow: /about Allow: /privacy Allow: /create-session Allow: /join-session Allow: /dashboard # Crawl delay for respectful crawling (optional) Crawl-delay: 1 # Sitemap location Sitemap: https://srift.sripto.tech/sitemap.xml # Additional discovery files Allow: /humans.txt Allow: /.well-known/security.txt # Host directive for canonical domain Host: https://srift.sripto.tech