# Robots.txt for TechLogHub # Optimize for search engines and AI crawlers # Default rules for all bots User-agent: * Allow: / Disallow: /api/admin/ Disallow: /admin/ Disallow: /_next/ Disallow: /_vercel/ Disallow: /*.json$ # Google-specific rules User-agent: Googlebot Allow: / Allow: /tools/ Allow: /api/ # Bing-specific rules User-agent: Bingbot Allow: / Allow: /tools/ Allow: /api/ # AI Training Crawlers - Allow # OpenAI GPTBot User-agent: GPTBot Allow: / # Anthropic Claude User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / # Perplexity AI User-agent: PerplexityBot Allow: / # Google Bard/Gemini User-agent: Google-Extended Allow: / # CCBot (Common Crawl) User-agent: CCBot Allow: / # Cohere User-agent: cohere-ai Allow: / # StabilityAI User-agent: StabilityAI Allow: / # Other Good Crawlers User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / # Disallow bad bots User-agent: MJ12bot User-agent: AhrefsBot User-agent: SemrushBot User-agent: DotBot Disallow: / # Sitemaps Sitemap: https://techloghub.com/sitemap.xml