# ================================================== # Robots.txt – AI-first + SEO-safe (Enterprise) # Site: https://www.v2incentives.com/ # Purpose: Maximize AI Overview visibility + protect SEO # ================================================== # ------------------------------ # Default rule: allow everything important # ------------------------------ User-agent: * Allow: / # ------------------------------ # Explicitly allow trusted AI / LLM crawlers # ------------------------------ User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Google-Extended Allow: / User-agent: GPTBot Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Applebot-Extended Allow: / User-agent: Amazonbot Allow: / User-agent: DuckAssistBot Allow: / User-agent: CCBot Allow: / User-agent: cohere-ai Allow: / User-agent: cohere-training-data-crawler Allow: / User-agent: YouBot Allow: / # ------------------------------ # Allow ad crawlers (only validation, no SEO impact) # ------------------------------ User-agent: AdsBot-Google Allow: / User-agent: AdsBot-Google-Mobile Allow: / User-agent: AdsBot-Google-Mobile-Apps Allow: / # ------------------------------ # Block non-public / low-value system paths # (Safe even if CMS changes later) # ------------------------------ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /internal/ # ------------------------------ # Block crawl waste & duplicate URLs # ------------------------------ Disallow: /search Disallow: /*?utm_ Disallow: /*?ref= Disallow: /*?session= Disallow: /*?tracking= # ------------------------------ # Sitemap for search engines & AI systems # ------------------------------ Sitemap: https://www.v2incentives.com/sitemap.xml