commentable<html>

Blog/Security

Are Claude artifacts private? Google already indexed them

Publish a Claude artifact and it lands on a public, crawlable URL. A single site:claude.ai/public/artifacts search turns up strangers’ board decks and financial models. Here is what the public share really does, and how to share the same work as a private link search engines never see.

July 27, 2026 · 7 min read · by the commentable team

Open a new tab and search Google for this: site:claude.ai/public/artifacts.

You will get pages of real work that people published from Claude. Board decks with revenue tracking below plan. Compensation bands by level. Client financial models with the actual assumptions still in them. None of these people set out to publish to the open web. They hit a button that said Publish, copied a link, and sent it to one person. The button did exactly what it says. The web did the rest.

If you share artifacts from Claude for work, this is worth understanding once, properly, because the fix is easy and the default is not on your side.

"Public" means public, including to crawlers

When you publish an artifact, Claude puts it at a real URL on claude.ai with no login in front of it. That is the whole point of Publish: anyone with the link can open it. But "anyone with the link" and "anyone" become the same thing the moment a search engine finds the URL. Crawlers follow links. Pages with no noindex instruction get indexed. Indexed pages turn up when someone searches, browses, or runs a site: query like the one above.

None of that is a hack or a leak in the dramatic sense. It is how the public web works. The gap is between what Publish sounds like, share this with a person, and what it does, put this on the internet. For a "look what I made" to a friend, those are the same thing. For a page you built for a client, a candidate, or your board, they are very much not.

What Publish does not give you

The built-in share is one setting: public, forever, as-is. There is no:

And on Team and Enterprise plans, Publish is disabled entirely, which is its own kind of answer. The plans built for companies do not want you public-sharing at all. Our guide to sharing a Claude artifact walks through every option, including for those locked-down plans.

The two things a private share actually needs

If a page is for specific people, it needs to be two things Publish is neither of:

  1. Not indexed. Search engines should have no page to crawl and no reason to keep one.
  2. Not readable by anyone without the link, including the host.

Most "unlisted link" tools give you the first and skip the second. The link is not indexed, but the file sits in plaintext on someone's server, one misconfiguration or legal request away from being read. If the work is sensitive enough that Google finding it would be bad, a server holding it in the clear is the same risk with extra steps.

The version worth using does both. That is the model we built commentable on, so here is exactly what it does. Hold any tool you pick to the same bar:

Encrypted and unindexed are not the same property, and you want both. Unindexed keeps the page out of search. Encrypted keeps it unreadable if it ever gets out anyway. Together they are the difference between "hard to find" and actually private.

Getting the same work out of Claude, privately

You do not have to give up Claude to get this. The artifact is just HTML. Two ways to move it:

  1. Copy and paste.Every artifact has a copy button. Paste the code into a private sharing tool and get a controlled link. This works on every plan, Team and Enterprise included, because copying your own code out is always allowed. Only Claude's own hosting is restricted.
  2. Skip the copy entirely. Claude supports connectors, and commentable ships one. Once connected, you say "publish this as a commentable link" in the chat and Claude hands back a private, encrypted, branded URL. Revise the artifact and it updates the same link, so the version your client already has quietly becomes the new one. The artifact never touches your clipboard, and it never touches the public web.

If you already published something sensitive

Go look. Run the site:claude.ai/public/artifacts search with your own titles, or open your Claude artifacts and check which ones say Published. For anything that should not be public:

  1. Unpublish it in Claude. The URL stops serving the page.
  2. That removes the live page, but Google can still show a cached copy for a while. To speed it up, use Google's Remove Outdated Content tool and submit the dead URL. Once the URL returns nothing, Google drops it on the next crawl.
  3. Re-share the work the private way if someone still needs it.

Then make it a one-time cleanup rather than a recurring chore, by not publishing sensitive work publicly in the first place.

The habit that avoids all of this

Share a link, not a public page. For anything with a name, a number, or a client on it, publish it somewhere unindexed and encrypted, add a password if it is sensitive, and send that. It is the same number of clicks as Publish, and your work stops being one search away from anyone.

You can paste an artifact and get a private link in under a minute, free, with your logo on it and nobody needing an account to open it.

Common questions

Are Claude artifacts private by default?

No. A published artifact is a public web page with no password and no login, and search engines can index it. Publishing shares only the artifact, not your chat, but the artifact itself is open to anyone who has, finds, or gets forwarded the link.

Does Google index Claude artifacts?

Published ones, yes. They sit on public URLs with no noindex instruction, so crawlers are free to list them. A site:claude.ai/public/artifacts search on Google shows what is currently indexed.

How do I make a Claude artifact private?

Do not use the built-in public Publish. Copy the artifact code into a sharing tool that gives you an unindexed, encrypted link with an optional password and expiry, or use a connector that publishes privately straight from the chat.

I already published something sensitive. How do I get it off Google?

Unpublish it in Claude so the URL stops serving the page. That removes the live version, but Google may still show a cached copy for a while. Submit the dead URL to Google’s Remove Outdated Content tool to clear it faster. Once the URL returns nothing, Google drops it on the next crawl.

Can I password protect a Claude artifact?

Not with the built-in Publish. Copy the HTML into a tool that supports passwords. On commentable you can add a password, an expiry date, and your own branding to the page, free.

Try it with your own file

Paste HTML or upload a file and get a private, encrypted link with your logo on it. Free, and nobody needs an account to comment.

Create a link now

Keep reading