# Robots.txt for kids-cookie.com # Goal: Maximize indexing, block only unnecessary/duplicate URLs User-agent: * # Block WordPress admin and internal scripts Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php # Block only low-value parameter pages Disallow: /*?add-to-cart= Disallow: /*?orderby= Disallow: /*?filter_ Disallow: /*?stock_status= Disallow: /*?per_page= Disallow: /*?per_row= # Allow product, category, and tag pages for SEO Allow: /product/ Allow: /product-category/ Allow: /product-tag/ Allow: / # Crawl delays (reduce server load but keep Google fast) Crawl-delay: 10 # Specific bot rules User-agent: bingbot Crawl-delay: 15 # Sitemap Sitemap: https://kids-cookie.com/sitemap_index.xml