# robots.txt for Bragduck # This file tells search engines which pages they can and cannot crawl User-agent: * # Allow crawling of public pages Allow: / Allow: /auth/login Allow: /auth/signup Allow: /auth/forgot-password Allow: /legal/ Allow: /help/ # Disallow crawling of authenticated/private pages Disallow: /app/ Disallow: /sso-callback # Disallow admin panel Disallow: /admin Disallow: /admin/ # Allow crawling of shared brags (these are public links) Allow: /brags/shared/ # Sitemap location Sitemap: https://bragduck.com/sitemap.xml