# robots.txt — The Wise Marketing # https://thewisemarketing.com User-agent: * Allow: / Allow: /article/ Allow: /category/ # Block admin and internal API routes Disallow: /admin/ Disallow: /api/ # Block Next.js internals Disallow: /_next/ Disallow: /static/ # Allow Google-Extended (AI training opt-in — publisher discretion) User-agent: Google-Extended Allow: / # Block known AI scrapers that do not respect editorial copyright User-agent: GPTBot Disallow: / User-agent: CCBot Disallow: / User-agent: anthropic-ai Disallow: / User-agent: Claude-Web Disallow: / # Sitemap location Sitemap: https://thewisemarketing.com/sitemap.xml