# robots.txt for getkard.com # Last updated: April 30, 2025 # Rules for all web crawlers User-agent: * # Allow access to public pages Allow: / Allow: /about-us Allow: /public/ # Prevent access to sensitive areas Disallow: /admin/ Disallow: /login/ Disallow: /dashboard/ Disallow: /api/ Disallow: /private/ Disallow: /merchant-portal/ Disallow: /bank-portal/ Disallow: /fintech-portal/ # Prevent access to sensitive file types Disallow: /*.json$ Disallow: /*.xml$ Disallow: /*.pdf$ Disallow: /*.doc$ Disallow: /*.docx$ # Add sitemap location Sitemap: https://www.getkard.com/sitemap.xml Sitemap: https://www.getkard.com/sitemap.xml