Anthropic has confirmed that Claude conversations shared via its "share link" feature were indexed by Google's search crawler, exposing what the company describes as "a small number of conversations containing sensitive information." The disclosure follows a week of community reports about Claude URLs appearing in Google search results.
What Happened
Claude's share-link feature generates a public URL that lets users share a conversation with colleagues or friends. Anthropic's intent was that the URLs would be unguessable enough to remain private in practice. In practice, third-party crawlers (and Google's crawler in particular) discovered some of the URLs and indexed them as ordinary web pages.
"We should have treated share-link URLs as a publishing surface from day one. We did not, and we are sorry," said an Anthropic spokesperson.
The Scope
Anthropic says it has identified a "low thousands" of affected conversations, with sensitive content including personally identifiable information, financial details, and proprietary business plans. The company has begun direct outreach to affected users and is offering free credit-monitoring services where appropriate.
Platform Fixes
Anthropic has rolled out four changes:
- Default noindex: all share-link pages now carry a noindex robots meta tag
- Audit log: workspace admins can now see a list of all share links generated under their tenant, with a one-click revoke
- Search-engine takedown: Anthropic has filed removal requests with Google and Bing for affected URLs
- Opt-in sharing: users must now click through a confirmation before generating a share link, with an explicit privacy reminder
What Anthropic Says About the Cause
The company attributes the indexing to a combination of (a) the absence of a noindex tag on the original share pages, (b) third-party crawler activity that discovered the URLs, and (c) Google's decision to index what it found. Anthropic says it had not considered share links a "publishing surface" because they were never promoted to search engines.
"We are updating our threat model. Share links are now treated as semi-public surfaces with the same review rigor as documentation," the spokesperson said.
Why It Matters
Privacy incidents involving generative-AI products are accumulating. Earlier this year, ChatGPT was found to have exposed conversation titles in its shared-link archive. Perplexity had a similar issue. The pattern is consistent: products are shipping sharing features faster than the security teams can model their privacy consequences.
Lessons for Builders
Two takeaways for AI product teams:
- Treat any URL that returns user content as a public surface. Default to noindex, and audit which crawlers are reaching the URL.
- Generate share links behind a confirmation step. The friction is small and the user-experience cost is real, but the privacy upside is large.
Comments (0)
Log in or sign up to leave a comment.
No comments yet. Be the first to share your thoughts.