# Robots.txt for Xapiens Teknologi Indonesia # https://xapiens.id User-agent: * # Allow crawling of main content Allow: / Allow: /insights/ Allow: /solutions/ # Block sensitive or unnecessary paths Disallow: /api/ Disallow: /slice-simulator/ Disallow: /_app/ Disallow: /build/ Disallow: /node_modules/ Disallow: /.git/ Disallow: /.env Disallow: /logs/ Disallow: /docker-compose.yml Disallow: /Dockerfile # Block admin/preview paths Disallow: /admin/ Disallow: /dashboard/ Disallow: /*?preview=* # Block form submission endpoints Disallow: /api/whatsapp Disallow: /api/whistleblowing # Block query parameters that don't create unique content Disallow: /*?utm_* Disallow: /*?ref=* Disallow: /*?source=* Disallow: /*?campaign=* # Allow specific bots with special permissions User-agent: Googlebot Allow: / Allow: /insights/ Allow: /solutions/ User-agent: Bingbot Allow: / Allow: /insights/ Allow: /solutions/ User-agent: Slurp Allow: / Allow: /insights/ Allow: /solutions/ # Block aggressive bots User-agent: AhrefsBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: SemrushBot Disallow: / # Sitemap location Sitemap: https://xapiens.id/sitemap.xml # Crawl delay for general bots (0.5 second) Crawl-delay: 0.5