# robots.txt for Next.js sites User-agent: * # Allow access to essential Next.js files Allow: /_next/static/ Allow: /_next/image/ # Block folders that don't need indexing Disallow: /_next/ Disallow: /api/ Disallow: /node_modules/ Disallow: /.next/ Disallow: /tmp/ Disallow: /checkout-success Disallow: /checkout-status Disallow: /welcome/checkout Disallow: /invite/checkout # Sitemap (recommended) Sitemap: https://www.qoves.com/sitemap.xml