# QuickRuit - robots.txt # https://quickruit.in User-agent: * # === Public pages: allow all crawlers === Allow: /$ Allow: /about Allow: /contact Allow: /blogs Allow: /blogs/ Allow: /features Allow: /features/ Allow: /careers Allow: /privacy Allow: /terms Allow: /security Allow: /ai-ethics Allow: /compliance Allow: /apply/ # === Block private/authenticated routes === Disallow: /employer/ Disallow: /candidate/ Disallow: /superadmin/ Disallow: /login Disallow: /signup Disallow: /forgot-password Disallow: /shared/report/ # === Block internal/utility paths === Disallow: /api/ Disallow: /*.json$ # === VIP Entry for OpenAI & ChatGPT Crawlers === User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # === Sitemap === Sitemap: https://quickruit.in/sitemap.xml