Are public snippets listed somewhere or searchable using a search engine? Or are they all unlisted and only accessible if you know the URL already?
For example, GitHub has PUBLIC "gists" which are all listed here:
https://gist.github.com/discover
but then they also have "secret" gists which can only be accessible via a URL, IE:
https://gist.github.com/john-f-chamberlain/a515447438b56addff922e0631ef3e93
Hi @John Chamberlain , Bitbucket PM here đź‘‹
Public snippets are effectively "unlisted" - they can't be crawled or indexed by search engines. You'll notice they have this in the <head>:
<meta name="robots" content="noindex, nofollow">
Additionally, in a public workspace, there's a page that lists all the public snippets in the workspace:
http://bitbucket.org/<workspace>/workspace/snippets
That page has the same <meta> tag and is therefore also unlisted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AI is reshaping the dev experience, with faster builds but adding more friction. See what 3,500 developers and managers say about productivity, tools, and team alignment in Atlassian’s State of Developer Experience report 2025.
Explore the report
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.