Your Claude Shared Chats Were on Google Over the weekend of July 26–27, Reddit users discovered that hundreds of shared Claude conversations and Artifacts, including medical records, clinical trial data, internal company documents, children's phone numbers, API keys, and a lawyer's ethics notes, were indexed by Google via a simple search. Anthropic cleared the results by July 28 and stated the system was working as intended, but the company had failed to implement a noindex meta tag on shared pages, relying only on a robots.txt disallow that does not prevent indexing when URLs are discovered externally. This marks the third time the industry has faced this issue, following a similar incident with ChatGPT in 2025. Over the weekend of July 26–27, Reddit users ran a simple Google search — site:claude.ai/share — and found hundreds of Claude conversations and Artifacts sitting in the index. Medical records with patient names. Clinical trial data. Internal company documents. Children’s phone numbers. API keys. A lawyer’s ethics notes. One shared chat labeled “shared by Anthropic” violated Claude’s own content policies. Anthropic cleared the results by July 28 and said the system was working as intended. That last part is the problem. What Was Actually in Google Claude’s Artifacts — the interactive mini-apps, dashboards, and documents users build inside the chat interface — were included alongside plain conversation logs. This isn’t just chat history. Companies use Artifacts for real work: product roadmaps, financial models, engineering specs. If your team shared any of those inside Claude, they may have spent time in a search index. The discovery method was embarrassingly simple. Type site:claude.ai/share into Google and page through the results. Security researchers found API keys, crypto wallet details, an attorney’s notes on a potential ethics case, and medical records detailed enough to identify individual patients. Futurism noted https://futurism.com/artificial-intelligence/claude-chats-publicly-accessible it held back direct links specifically because the content was so sensitive. The Technical Failure Is One Line of Code Anthropic’s robots.txt file has blocked the /share/ directory since at least September 2025. The problem: robots.txt controls crawling , not indexing . Google distinguishes between these two things explicitly in its documentation. When a user posts a Claude share link on Reddit, Twitter, or Slack, Google discovers that URL from the external page — without ever crawling claude.ai directly. Since the crawler is blocked from opening the share page itself, it never reads any noindex tag inside. The URL gets indexed anyway. The fix is a single meta tag on the shared page: