Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created December 10, 2023 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radupotop/97ac8a7ab3b89f997464534f457c4a05 to your computer and use it in GitHub Desktop.
Save radupotop/97ac8a7ab3b89f997464534f457c4a05 to your computer and use it in GitHub Desktop.
Disallow GPTBot in robots.txt
User-agent: *
Disallow: /action
Disallow: /help
Disallow: /search
Allow: /action/showJournal
Allow: /action/showPublications
User-agent: facebookexternalhit
User-agent: LinkedInBot
User-agent: Twitterbot
Allow: /
User-agent: GPTBot
Disallow: /
Crawl-delay: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment