# robots.txt - Place this in your /public folder # Allow all crawlers User-agent: * Allow: / # Disallow authentication pages Disallow: /api/auth/ Disallow: /api/ Disallow: /admin/ # Don't crawl URLs with query parameters that are just UI state Disallow: /*?create=* # Sitemap location Sitemap: https://www.miskies.app/sitemap.xml