Like Reddit is? e.g. for Google, or Bing (shudders), you know. Search engines. One of the ways many people around the world interacted with Reddit was looking up solutions, discussions, or similar from a search engine and NOT on Reddit itself. Is that possible in this thread of the fediverse?

  • sethboy66
    link
    fedilink
    7
    edit-2
    1 year ago

    That’s a good point, and I’m sure that would certainly be a problem with PageRank and similar ranking algorithms, but I wouldn’t be entirely surprised if Google and other SEs have intelligently crafted a pre-processor that translates links like “kbin.social/m/[email protected]/t/34817/Is-Lemmy-Indexable” to the Original-Instance-Link (OIL, lurking Google devs feel free to steal this acronym) “https://lemmy.world/post/189226” so that relevant algorithms properly reflect the ‘true’ ranking of the information itself rather than the particular instance’s… instance of it.

    OStatus and Pump.io have been around for a while so SEs may (should) have already identified this problem and addressed it unless they’ve decided it’s not important, not in-line with how their rankings are intended to work, or simply not easily solvable in some cases like I previously assumed. As Bjarne Stroustrup would say, “If you think it’s simple, then you have misunderstood the problem.”

    • silas
      link
      fedilink
      41 year ago

      There are <meta> HTML tags and <link rel=“canonical” href=“https://example.com/sample-page/”> tags as well that point to the original copy of a page, if it is not implemented it would be super easy to, but I’m on my phone at the moment so I can’t see the source code