nobot.conf 217 B

123456
  1. if ($http_user_agent ~*
  2. "facebookexternalhit|GPTBot|ClaudeBot|Claude|CCBot|Applebot|Facebookbot|Meta-ExternalAgent|diffbot|PerplexityBot|Omgili|Omgilibot|ImagesiftBot|Bytespider|Amazonbot|Youbot")
  3. {
  4. return 403;
  5. }