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

no edit summary
No edit summary
No edit summary
 
Line 12: Line 12:
The first 2 lines prevent [[OpenAI]]'s [[models]] like [[ChatGPT]], [[GPT-4]], [[GPT-5]] from training on your website's content.
The first 2 lines prevent [[OpenAI]]'s [[models]] like [[ChatGPT]], [[GPT-4]], [[GPT-5]] from training on your website's content.


The last 2 lines prevent [[Google]]'s [[models]] like [[Bard]], [Gemini]] from training on your website's content.
The last 2 lines prevent [[Google]]'s [[models]] like [[Bard]], [[Gemini]] from training on your website's content.


The code above blocks the [[models]] from using your data for the entire website. If you only want to block the models from specific sections or directories of your website, you can do this:
The code above blocks the [[models]] from using your data for the entire website. If you only want to block the models from specific sections or directories of your website, you can do this:
223

edits