this post was submitted on 16 Jun 2023
155 points (100.0% liked)
Lemmy.World Announcements
29022 readers
11 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news 🐘
Outages 🔥
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to info@lemmy.world e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
Donations 💗
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's true, but aren't federated pages at a disadvantage since you can look at them from any instance thus decreasing the number of links to one specific post (which is how PageRank works)? Since then instead of one post on page 1 you'd have 10 from different instances on page 3. I'm thinking this could be fixed if all posts had a link to the post on the original instance, which is where the ranking scores would then be more likely to aggregate.
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/lemmyworld@lemmy.world/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."
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 codeIndeed, that's one solution that was brought up in the GitHub issues.
Yeah if they set a meta canonical tag to the origin instance they would help that post rank.
All posts and comments do have a link to the instance they were originated from. That's what that weird looking multicolour star is (the fediverse logo).
I was wondering about that! Thanks!