How to Prevent OpenAI and Google From Training Their LLMs on Your Website's Data

Revision as of 10:24, 25 December 2023 by Onceuponatime (talk | contribs) (Created page with "{{see also|Guides}} You can prevent OpenAI and Google from training your large language models (LLMs) on your website's data, content or information by adding these 4 lines to your website's ''robot.txt'' file. <pre> User-agent: GPTBot Disallow: / User-agent: Google-Extended Disallow: / </pre> Category:Guides")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
See also: Guides

You can prevent OpenAI and Google from training your large language models (LLMs) on your website's data, content or information by adding these 4 lines to your website's robot.txt file.

User-agent: GPTBot
Disallow: /

User-agent: Google-Extended
Disallow: /