# robots.txt for storymax.app # Allow all crawlers to access all content User-agent: * Allow: / # Block access to admin and private directories (common practice) Disallow: /admin/ Disallow: /.well-known/ Disallow: /api/ Disallow: /dist/ Disallow: /node_modules/ # Sitemap location Sitemap: https://storymax.app/sitemap.xml # Crawl-delay (optional - adjust based on your server capacity) # Crawl-delay: 1