How to Search for Lists on Bluesky

Share

There is currently no built-in way search lists (moderation lists, block lists, mute lists, etc.) on Bluesky.

The only way to find mute lists at the moment is via browsing people's profiles, as far as I know.

https://github.com/bluesky-social/social-app/issues/671 (accessed 2024-11-17)

Search For Lists Through Google

I'm certified black belt in Google-fu, so I figured we could combine a couple of search operators in Google (site: and inurl:) to find them.

Searching on Google for:

site:https://bsky.app/profile/ inurl:lists

.Will give us results such as:

Note that you'll need to click "show less relevant results" on Google because all of these URLs are indexed under the same title ("Bluesky"), and Bluesky didn't set a canonical URL for them (it loads the list tile via Javascript), so Google thinks they're all redundant pages. I don't know if this lack of basic SEO practices was deliberate by Bluesky or simply an oversight.

Unfortunately, because they all have the same title on Google, I can't really tell what is what without clicking on it, and it seems searching for specific terms doesn't work, e.g.:

comics site:https://bsky.app/profile/ inurl:lists

Gives me zero results which is preposterous.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *