# E-Kasir Landing - robots.txt # Allow crawling for landing & POS; block sensitive app paths User-agent: * Allow: /landing/ Allow: /landing/index.html Allow: /landing/css/ Allow: /landing/images/ Disallow: /admin/ Disallow: /pos/ Disallow: /api/ Disallow: /login Disallow: /offline Disallow: /storage/ Disallow: /vendor/ Sitemap: https://yourdomain.com/landing/sitemap.xml # Note: Replace https://yourdomain.com with production domain before deploy