Every shared link Claude creates comes with a label: "Anyone with the link." It turns out that included Google.
A Reddit user ran a simple search on July 25—site:claude.ai/share—which asks Google to show everything it has indexed from a specific website—and got back hundreds of other people's conversations.


The cause was one missing line of code. Anthropic's share feature works like an unlisted YouTube video—you send the link, the recipient reads it, strangers can't find it through search. The "not findable through search" part requires a noindex tag, a single HTML instruction that tells search engines not to list a page. Anthropic hadn't added one, so every share link that landed on a public forum, a tweet, or a Slack workspace became a fully indexed webpage.
Anthropic's robots.txt file—the standard text file websites use to tell search crawlers which pages to skip—was already blocking Claude's share URLs. That sounds like it should have been enough but it wasn't.
Google's own documentation explains why: blocking a crawl doesn't prevent indexing if the URL appears elsewhere on the web. The crawler can't open the page, which means it also can't see the noindex instruction sitting inside it. Conversations appeared in search results labeled "No information is available for this page"—Google knew the link existed from third-party posts, it just couldn't describe what was in it.
It got worse. The same gap applied to Claude's published artifacts—the apps, dashboards, and financial tools people build inside Claude. A search for “site:claude.ai/public/artifacts” surfaced payroll spreadsheets with employee names, internal customer relationship management chat exports, and unreleased product roadmaps.
Google began pulling Claude results by July 26 after Anthropic updated its configuration and added noindex tags, which sadly means you can’t snoop around other people’s conversations using this trick anymore… on Google.
However Bing is still surfacing shared links. Anthropic had not issued a public statement by time of publication.

To revoke your own shares, go to Settings → Privacy → Shared Chats. That stops future access. It doesn't delete anything already saved.



















