# Robots.txt for Adler Consultant # Allow all search engines to crawl the site User-agent: * Allow: / Disallow: /admin/ Disallow: /.env Disallow: /node_modules/ Disallow: /build/ Disallow: /*.json$ Disallow: /*?*sort= Disallow: /*?*filter= # Specific rules for Google User-agent: Googlebot Allow: / Crawl-delay: 0 # Specific rules for Bing User-agent: Bingbot Allow: / Crawl-delay: 1 # Specific rules for other bots User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / # Block bad bots User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / # Sitemap location Sitemap: https://adlerconsultant.com/sitemap.xml