# robots.txt for https://markdownconverter.pro # See https://www.robotstxt.org/robotstxt.html for documentation. User-agent: * Allow: / # Block API routes Disallow: /api/ # Private User Pages (Block both root and localized paths) Disallow: /bill Disallow: /*/bill # Optional: protect other non-public routes Disallow: /admin/ Disallow: /dashboard/ Disallow: /webhook/ # Optional crawl rate control (not used by Google) # Crawl-delay: 10 Sitemap: https://markdownconverter.pro/sitemap.xml