# Robots.txt for Kitakuji Gaming Platform User-agent: * # Allow crawling of public pages Allow: / Allow: /about Allow: /how-to-play Allow: /gacha Allow: /mobile Allow: /community Allow: /support Allow: /blog Allow: /terms Allow: /privacy Allow: /contact Allow: /.well-known/ # Allow static assets Allow: /images/ Allow: /animations/ Allow: /*.png Allow: /*.jpg Allow: /*.jpeg Allow: /*.gif Allow: /*.svg Allow: /*.webp Allow: /favicon.ico Allow: /manifest.json # Disallow private and sensitive areas Disallow: /api/ Disallow: /account/ Disallow: /profile/ Disallow: /admin/ Disallow: /auth/ Disallow: /login/ Disallow: /register/ Disallow: /dashboard/ Disallow: /transactions/ Disallow: /payment/ Disallow: /whatsapp/ Disallow: /claim/ Disallow: /user/ Disallow: /private/ Disallow: /internal/ # Disallow temporary and system files Disallow: /tmp/ Disallow: /*.log Disallow: /.* Disallow: /*?* # Special directives for different crawlers User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / # Block aggressive crawlers User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # Crawl delay for respectful crawling Crawl-delay: 1 # Sitemap location (update when you have one) # Sitemap: https://yourdomain.com/sitemap.xml # LLMs.txt for AI crawling # Reference: https://yourdomain.com/llms.txt