# robots.txt for sophieflow.com # Updated: March 2026 User-agent: * # 1. Allow all public marketing pages Allow: / Allow: /prompts/ Allow: /features/ Allow: /blog/ # 2. Block internal app and sensitive paths (Crawl Budget Management) Disallow: /admin/ Disallow: /dashboard/ Disallow: /login Disallow: /register Disallow: /api/ Disallow: /legal/ Disallow: /cdn-cgi/ # 3. Prevent duplicate content from internal search (if applicable) Disallow: /*?search= Disallow: /*?filter= # 4. Explicitly allow assets for Googlebot to render the page correctly User-agent: Googlebot Allow: /assets/*.css Allow: /assets/*.js Allow: /images/ # 5. Point to your Sitemap (The most critical part for indexing) Sitemap: https://sophieflow.com/sitemap.xml