# Cralpk Research - robots.txt # Allow all crawlers to index content User-agent: * Allow: / Allow: /blog/ Allow: /solutions/ Allow: /panelbook/ Allow: /profitpiller/ Allow: /profitpiller-monetize/ # Specific crawler optimization User-agent: Googlebot Allow: / Crawl-delay: 1 User-agent: Bingbot Allow: / Crawl-delay: 1 User-agent: Slurp Allow: / Crawl-delay: 1 # Disallow admin and private areas (if any) Disallow: /admin/ Disallow: /private/ Disallow: /api/ Disallow: /.git/ Disallow: /node_modules/ # Sitemap location Sitemap: https://cralpkresearch.com/sitemap.xml Sitemap: https://cralpkresearch.com/blog-sitemap.xml Sitemap: https://cralpkresearch.com/sitemap-index.xml # Crawl delay for general crawlers Crawl-delay: 1 Request-rate: 1/1s