Blocking OpenAI crawlers 🤖

OpenAI recently created an opt-out option for websites that choose not to be crawled to train their LLM. It simply requires adding this string to our robot.txt preferences:

User-agent: ChatGPT-User
Disallow: /

I know it’s rather a reverse integration, but how can we achieve this if we are hosted on Ghost?

You can upload a robots.txt with your theme upload. As long as you aren’t on Ghost Pro’s Starter Plan that’s an option.

1 Like