# robots.txt for CouponPicked # https://couponpicked.com User-agent: * Allow: / # Block admin area Disallow: /admin/ Disallow: /admin # Block authentication pages Disallow: /*/login Disallow: /*/register Disallow: /*/reset-password Disallow: /*/profile Disallow: /*/saved-deals Disallow: /*/saved-blogs Disallow: /*/notifications # Block search results pages (avoid duplicate content) Disallow: /*/search?* # Allow specific crawlers full access User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / # Allow AI bots for indexing and visibility User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: CCBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: PerplexityBot Allow: / User-agent: Bytespider Allow: / User-agent: cohere-ai Allow: / # Sitemap location (served from Worker API subdomain) Sitemap: https://api.couponpicked.com/sitemap.xml