# Allow all search engines User-agent: * Allow: / # Sitemap Sitemap: https://www.cogniaix.com/sitemap.xml # Disallow admin and private areas Disallow: /admin/ Disallow: /api/ Disallow: /private/ Disallow: /contact-deprecated/ Disallow: /demo/ Disallow: /test-sitemap/ # Allow important resources Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /favicon.ico Allow: /favicon.svg # Allow Next.js essential resources Allow: /_next/static/ Allow: /_next/image Allow: /_next/webpack-hmr # Allow important pages Allow: / Allow: /about Allow: /blog Allow: /contact Allow: /case-studies Allow: /use-cases Allow: /help Allow: /privacy Allow: /terms Allow: /help-center # Crawl delay settings for different search engines Crawl-delay: 1 # Google-specific settings User-agent: Googlebot Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 1 # Bing-specific settings User-agent: Bingbot Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 1 # Yandex-specific settings User-agent: Yandex Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 2 # Baidu-specific settings User-agent: Baiduspider Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 3 # DuckDuckBot settings User-agent: DuckDuckBot Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 1 # Slurp (Yahoo) settings User-agent: Slurp Allow: / Allow: /images/ Allow: /fonts/ Allow: /videos/ Allow: /_next/static/ Allow: /_next/image Crawl-delay: 2