# robots.txt — Production (Next.js) # Allow search engines and AdSense crawlers to access the site. User-agent: * Allow: / # Explicitly list Google's ad crawlers (not strictly required when Allow: /, but kept for clarity) User-agent: AdsBot-Google Allow: / User-agent: AdsBot-Google-Mobile Allow: / User-agent: Googlebot Allow: / # If you truly have private areas, list them explicitly (optional). # Be careful not to block assets needed for rendering. # Disallow: /admin/ # Disallow: /internal/ # Disallow: /api/private/ # Point to your XML sitemaps (adjust URLs as needed) Sitemap: https://keynou.com/sitemap.xml # If you generate route-specific sitemaps, list them too: Sitemap: https://flow.keynou.com/sitemap.xml Sitemap: https://programming.keynou.com/sitemap.xml Sitemap: https://arena.keynou.com/sitemap.xml