# Robots.txt for 64agents.com # Last updated: 2025-10-09 # Allow all search engines to crawl the site User-agent: * Allow: / # Disallow crawling of admin and private areas (if any) Disallow: /admin/ Disallow: /private/ Disallow: /api/ Disallow: /_next/ Disallow: /static/ # Allow specific important files Allow: /favicon.ico Allow: /robots.txt Allow: /sitemap.xml Allow: /og.png Allow: /favicons/ # Crawl delay (optional - helps prevent server overload) Crawl-delay: 1 # Specific directives for major search engines User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 # Block bad bots (common scrapers and malicious bots) User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: SemrushBot Disallow: / # Sitemap location Sitemap: https://64agents.com/sitemap.xml # Host directive (helps with canonical URLs) Host: https://64agents.com