# MyMBill - Robots.txt # https://www.mymbill.com/robots.txt # Allow all crawlers User-agent: * Allow: / # Disallow admin and API endpoints Disallow: /admin/ Disallow: /api/ Disallow: /dashboard/ Disallow: /private/ Disallow: /*.json$ Disallow: /*.xml$ # Allow specific bots full access User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / # Crawl delay for bots User-agent: * Crawl-delay: 1 # Sitemap location Sitemap: https://www.mymbill.com/sitemap.xml Sitemap: https://www.mymbill.com/sitemap-pages.xml Sitemap: https://www.mymbill.com/sitemap-products.xml # Host Host: https://www.mymbill.com