# robots.txt for spnd.io - Financial Planning Made Simple User-agent: * Allow: / Allow: /blog/ Allow: /calculators/ Allow: /tools/ Allow: /resources/ Allow: /about/ Allow: /contact/ Allow: /no-fee-banks/ Allow: /privacy-policy/ Allow: /terms-of-service/ # Disallow admin routes and user-specific pages Disallow: /admin/ Disallow: /admin # Allow blog API endpoints but restrict other API paths Allow: /api/blog/posts Disallow: /api/admin/ Disallow: /api/user Disallow: /api/cashflow Disallow: /api/savings-goals Disallow: /api/what-if-scenarios Disallow: /api/create-subscription Disallow: /api/confirm-premium Disallow: /api/cancel-premium Disallow: /api/habit-calculations Disallow: /api/banks Disallow: /api/stripe-webhook Disallow: /api/share-image Disallow: /auth/ Disallow: /auth Disallow: /dashboard/ Disallow: /account/ Disallow: /checkout/ Disallow: /subscribe/ # Disallow any URLs with query parameters Disallow: /*?* # Allow CSS, JS, service worker, and image files Allow: /*.css$ Allow: /*.js$ Allow: /service-worker.js Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ # Sitemap location Sitemap: https://spnd.io/sitemap.xml