# robots.txt for candywala.shop User-agent: * # Block admin and sensitive pages Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /wp-register.php Disallow: /my-account/ Disallow: /wp-json/ Disallow: /cart/ Disallow: /checkout/ # Block comment and feed URLs that attract spam Disallow: /comments/ Disallow: /comments/feed/ Disallow: /feed/ Disallow: /*/feed/ # Block spammy URL parameters often used in cart, sorting, filtering (prevent duplicate/spam URLs) Disallow: /*?add-to-cart= Disallow: /*?orderby= Disallow: /*?filter_ Disallow: /*?gQT= Disallow: /*?gDelivery= # Block search pages (often targeted by spam) Disallow: /?s= Disallow: /search/ Disallow: /*.shtml$ # Block author pages (common spam target) Disallow: /author/ # Allow only main product and product category URLs for crawling Allow: /product/ Allow: /product-category/ Allow: / Sitemap: https://candywala.shop/sitemap_index.xml