<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o" -->

---
title: Claude shared chats were indexed by Google due to...
description: Publicly shared Claude conversations were indexed by Google and Bing because Anthropic&#x27;s shared chat pages lacked noindex directives. This exposed sensitive...
canonical: https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Claude shared chats were indexed by Google due to missing noindex tags | daily.dev
og:description: Publicly shared Claude conversations were indexed by Google and Bing because Anthropic&#x27;s shared chat pages lacked noindex directives. This exposed sensitive...
og:url: https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o
og:image: https://api.daily.dev/og/posts/f9htyGB9o.png
og:image:alt: Claude shared chats were indexed by Google due to missing noindex tags
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude shared chats were indexed by Google due to missing noindex tags

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 0 upvotes · 0 comments

## Summary

Publicly shared Claude conversations were indexed by Google and Bing because Anthropic's shared chat pages lacked noindex directives. This exposed sensitive user data including crypto wallet keys, medical records, and children's personal information. Anthropic's initial response defended the design — chats are private by default and users opt into sharing — but critics noted most users don't expect shared links to appear in search results. The same issue has previously affected OpenAI and Meta's Grok. Anthropic has since blocked new indexing, but cached pages remain accessible. Users can audit and revoke shared chats under Settings > Privacy > Shared Chats.

## Content

Publicly shared Claude conversations have been showing up in Google and Bing search results, exposing sensitive content including cryptocurrency wallet keys, medical records, children's personal data, legal discussions, and business documents.

The technical cause is straightforward: Anthropic's shared conversation pages lacked `noindex` directives, so search engines crawled and indexed them. Anthropic says it doesn't submit sitemaps to search engines, but that's beside the point — without a page-level `noindex` tag, crawlers will index any publicly accessible URL they find. Google's position is that responsibility lies with website operators, not the search engine.

For comparison, Google Docs uses `noindex` on shared documents by default. It's a basic precaution, and Anthropic skipped it.

When the story broke, Anthropic's response was essentially that the feature worked as designed: chats are private by default, users who generate share links make those conversations public, and the company doesn't proactively block indexing. Critics found this unconvincing. Most users who click "share" probably don't expect their conversation to turn up in a Google search.

This isn't a new problem. OpenAI and Meta's Grok have faced identical issues with shared conversations getting indexed. The fix is well understood and not complicated.

Anthropologic appears to have since blocked new indexing, but cached versions of already-indexed conversations remain accessible, and existing share links still work.

If you've shared Claude conversations in the past, you can audit and revoke them under **Settings > Privacy > Shared Chats**.

---

Tags: [#privacy](https://daily.dev/tags/privacy), [#claude](https://daily.dev/tags/claude), [#anthropic](https://daily.dev/tags/anthropic), [#seo](https://daily.dev/tags/seo), [#crawling](https://daily.dev/tags/crawling)

[View this post on daily.dev](https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Claude shared chats were indexed by Google due to missing noindex tags","url":"https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o"},"datePublished":"2026-08-04T10:19:28.011Z","dateModified":"2026-08-04T10:20:05.470Z","description":"Publicly shared Claude conversations were indexed by Google and Bing because Anthropic's shared chat pages lacked noindex directives. This exposed sensitive...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/claude-shared-chats-were-indexed-by-google-due-to-missing-noindex-tags-f9htygb9o","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"privacy,claude,anthropic,seo,crawling","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Claude shared chats were indexed by Google due to missing noindex tags"}]}
```

