# Optimitz Website Robots.txt # https://optimitz.app # Allow all crawlers User-agent: * Allow: / # Specific crawler rules User-agent: Googlebot Allow: / Crawl-delay: 0 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 # Block bad bots User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: DotBot Disallow: / User-agent: MJ12bot Disallow: / # Sitemap location Sitemap: https://optimitz.app/sitemap.xml # Prevent crawling of certain directories if they exist Disallow: /admin/ Disallow: /api/ Disallow: /private/ Disallow: /tmp/ # Allow crawling of assets Allow: /assets/images/ Allow: /assets/css/ Allow: /assets/js/ # Set crawl rate Crawl-delay: 0