# robots.txt for BoardEffect Next.js Website # Allow all search engines to crawl the main site User-agent: * # Block Next.js build and runtime files Disallow: /_next/ Disallow: /static/ Disallow: /server/ Disallow: /private/ # Block API endpoints Disallow: /api/ # Block sensitive or non-public folders Disallow: /admin/ Disallow: /dashboard/ Disallow: /internal/ Disallow: /drafts/ Disallow: /test/ # Allow everything else Allow: / # Crawl-delay for aggressive bots # Crawl-delay: 10 # Sitemap location Sitemap: https://www.boardeffect.com/sitemap.xml