# 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 # Block image from Google Image Search Disallow: /images/home/facial-analysis/facial-analysis-woman.webp Disallow: /images/home/hero/woman-after.webp # AI content usage preferences (Cloudflare Content Signals Policy). # search=yes normal search indexing, unchanged # ai-input=yes may be used to ground an AI answer, so QOVES stays citable # ai-train=no may NOT be used to train or fine-tune a model Content-Signal: search=yes, ai-input=yes, ai-train=no # Sitemap (recommended) Sitemap: https://www.qoves.com/sitemap.xml