# robots.txt for CyboPal ONE # https://cybopal.com/robots.txt User-agent: * Allow: / # Disallow API endpoints Disallow: /api/ # Disallow admin and account pages (if any) Disallow: /admin/ Disallow: /account/ Disallow: /cart Disallow: /checkout # Disallow search and filter pages (if any) Disallow: /search Disallow: /*?*sort= Disallow: /*?*filter= # Note: We do NOT disallow tracking parameters (utm_*, fbclid, gclid) here. # Instead, we use canonical URLs to point to the clean version of the page. # This allows ad platforms to track traffic correctly while avoiding duplicate content issues. # Sitemap Sitemap: https://cybopal.com/sitemap.xml