User-agent: * # Allow access to public content Allow: / Allow: /cs/ Allow: /en/ # Block admin panel access Disallow: /admin/ # Block API routes Disallow: /api/ # Block Payload CMS specific paths Disallow: /_next/ Disallow: /_vercel/ # Block sensitive files and directories Disallow: /.env Disallow: /.git/ Disallow: /package.json Disallow: /pnpm-lock.yaml # Block build and development files Disallow: /.next/ Disallow: /node_modules/ # Block authentication routes (optional - remove if you want them indexed) Disallow: /cs/auth/ Disallow: /en/auth/ Disallow: /cs/profile/ Disallow: /en/profile/ # Block specific Stripe and payment related routes Disallow: /api/stripe/ # Allow stylesheets and scripts for better crawling Allow: /*.css$ Allow: /*.js$ # Sitemap location Sitemap: https://winquo.com/sitemap.xml