One of the best things about reddit was looking for answers or other users with the same problem as you, and since Google didn't really help with that anymore and instead insisted on giving you business results, the best practice was to put your search terms in followed by 'reddit' and you'd find your answer.

top 50 comments

sorted by: hot top controversial new old
[–] 92 points 3 years ago* (7 children)

I'm working on a specialized search engine just for the fediverse. https://github.com/marsara9/lemmy-search

If anyone wants to help out, feel free to reach out, but I hope to have something ready to release soon.

The idea with my version is that it'll search as much of Lemmy / the fediverse as it can and you can select the preferred instance that you want to open any link with.

  • source
  • hideshow 14 child comments
  • [–] 17 points 3 years ago* (last edited 3 years ago) (1 child)

    If you are looking to return relevant, well ranked results based on freeform queries you'd be better indexing into something like elasticsearch. Otherwise you'll be reinventing solutions to well understood problems, like stemming as a very basic example.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 3 years ago

    For the initial release the search is still fairly basic, but A LOT better than the built in search here.

    Right now I just look for IF the individual words match ANY of the words in the post title or body and then rank based on the number of upvotes that the post has.

    Future versions may look at using elastic search, etc... But for MVP it just looks for the number of hits + the score of the post as I assume the higher the score the more trustworthy the post, and obviously the more matches that to your query the more relevant the post is.

  • source
  • parent
  • [–] 5 points 3 years ago (2 children)

    How is this different from just searching for posts on the original "seed instance"? Presumably you're crawling through everything on all of the instances that it's aware of, as opposed to the Lemmy built-in search which would only search communities that have a subscriber?

  • source
  • parent
  • hideshow 3 child comments
  • load more comments (1 reply)
  • [–] 50 points 3 years ago* (1 child)

    I recently saw that someone was making a keyword search engine that works across the fediverse. I'll try to find the project.

    edit: found it, unsurprisingly it's called lemmy-search. Although it only seems to work on Lemmy instances.

  • source
  • hideshow 2 child comments
  • [–] 20 points 3 years ago (3 children)

    That's cool, but OP is specifically asking about finding things on Google.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 11 points 3 years ago (2 children)

    "...or other search engines?"

  • source
  • parent
  • hideshow 4 child comments
  • [–] [S] 3 points 3 years ago

    Yeah I meant just a neat way of searching for user posts.

    Google probably ingrained a little so that's what I gravitate to, but if there are better ways of searching that's helpful too. Having a search engine do it is good because you might come across old forum posts as well as Reddit, but over the years Reddit just became more prevalent. Obviously these new federated sites won't yet have all the usable content, but I'm wondering if the process will be the same once they do.

  • source
  • parent
  • [–] 47 points 3 years ago (1 child)

    They're getting indexed, but search rankings are so low they're buried. If you put <search term> site:<server> you get post results. For example lemmy site:lemmy.world

  • source
  • hideshow 2 child comments
  • [–] 37 points 3 years ago (2 children)

    First we need to offer google competitive answers to reddits. Then it will consider indexing us.

  • source
  • hideshow 4 child comments
  • [–] 25 points 3 years ago* (4 children)

    Yes, but Google annoyingly "corrects" every feddit.* searchterm to reddit

  • source
  • hideshow 8 child comments
  • [–] 11 points 3 years ago (2 children)

    Would this be corrected naturally by people using feddit as a search term more or does google have to manually patch this things?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 3 years ago

    It will be corrected over time, I presume automatically. I was one of the first people with a Steam Deck and when I searched for things Google would "helpfully" autocorrect to StreamDeck. But eventually Google figured it out.

  • source
  • parent
  • [–] 9 points 3 years ago (2 children)

    I don't know about others but I used to just add "reddit" to each of my searches. Wouldn't adding "Lemmy" instead do the same thing eventually?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 12 points 3 years ago (3 children)

    The problem is I don't know if it would pull instances that don't contain Lemmy in the name.

  • source
  • parent
  • hideshow 5 child comments
  • [–] 2 points 3 years ago (1 child)

    As a newcomer, I've visited 3 Lemmy sites: Beehaw. Lemmy.world, and a custom instance. I noticed that they each have page footers that contain: Join Lemmy. If the same is true of many Lemmy instances, I can add Lemmy (or, with quotation marks, "Join Lemmy") in a Google query. — (Note: Top matches might not always be best matches on the originating instance, or sometimes the best matches might be hidden until I click "repeat the search with the omitted results included." And of course sometimes I won't get any match because the target hasn't been indexed by Google.)

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
  • [–] 3 points 3 years ago (1 child)

    I guess you would need the name of the instance where the community resides. But usually if you search about specific questions the site with the information will appear (be it reddit or some lemmy instances) without adding it to the search term

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 3 points 3 years ago

    The issue is google for the last few years has been prioritising businesses and services with really good SEO. And ads.

    So in order to find helpful user content I always had to add Reddit to the search query.

  • source
  • parent
  • [–] 5 points 3 years ago (2 children)

    Is there any reason the site: syntax can't be used? For example: Musk site:feddit.de

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 3 years ago (1 child)

    That's what I did, see the search term in the search field

  • source
  • parent
  • hideshow 2 child comments
  • load more comments (1 reply)
  • [–] 2 points 3 years ago (3 children)

    Why are people using a site named after the place they purposefully left with just one letter changed?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 2 points 3 years ago*

    Presumably because reddit itself has a lot of positivity and memories attached to it for a lot of people - it wasn't the site that people wanted to leave, but rather the ceo and staff behind it.

  • source
  • parent
  • [–] 21 points 3 years ago

    This would obviously be good for promoting Lemmy which I’m 100% all for.

    But from a privacy point of view, I also feel mods should be able to stop indexing or choose which engines can index for their specific communities and also users at a user should be able to control it. I understand that engines could ignore this, but I doubt the big ones would..

    I think I read that individual instances already can choose whether to be indexed or not, I could be wrong there

  • source
  • [–] 15 points 3 years ago*

    Being decentralized will make it harder to just use "search + reddit" because you don't know if it's "search + lemmy.world" or "search + beehaw" or "search + kbin." Also, each admin is in charge of their own Robots.txt.

  • source
  • [–] 2 points 3 years ago

    I’ve been experimenting with my instance and google does index my lemmy.mitchday.com page. If you search ‘lemmy mitch day’, you get my page right up top and a few motorhead fans named mitch down below.

    My experiment involves trying to SEO a vanity domain I’ve had for years and only used for email. Since July 4, the page ranking for my general site has steadily climbed. The little bit of traffic from other instances and a handful of subscriptions seems to be impacting the ranking.

  • source
  • [–] 2 points 3 years ago (1 child)

    Does fediverse instances even show up in search engines?

    There is no money for parasites here so I wouldn't expect them to send anyone here.

  • source
  • hideshow 2 child comments
  • load more comments
    view more: next ›