Private Claude Chats Exposed in Google and Bing Search Results

· Source: WIRED - Ai · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Intermediate, short

Summary

Anthropic Claude chats, intended to be private, were exposed in Google and Bing search results, revealing conversations ranging from political advice to legal ethics and erotic role play. This issue arose because Anthropic relied solely on a robots.txt file, which has instructed web crawlers not to index "shared" chat URLs since at least September 2025, according to a Wayback Machine snapshot. However, major search engines like Google and Bing require a "noindex" tag on individual pages or an "x-robots-tag" in the response header to guarantee exclusion from search results, especially if pages are linked externally. WIRED confirmed the exposed pages lacked these noindex tags. While Google results for the "share" query no longer appear, Bing still shows "about 612 results" for "site:claude.ai/share". This incident highlights the limitations of robots.txt alone for privacy and is a recurring problem for Anthropic, which faced a similar issue last September.

Key takeaway

For AI Engineers or Security Engineers managing user-generated content platforms, you must implement explicit "noindex" tags on any pages intended to remain out of public search results. Relying solely on robots.txt is insufficient, as external links or search engine policies can override it, leading to unintended data exposure. Regularly audit your site's indexing directives against major search engine documentation to prevent sensitive user conversations or data from becoming publicly discoverable.

Key insights

Relying solely on robots.txt is insufficient to prevent search engine indexing; explicit "noindex" tags are essential for content privacy.

Principles

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, AI Engineer, Tech Journalist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by WIRED - Ai.