this post was submitted on 14 Jun 2023
321 points (100.0% liked)
Technology
37719 readers
403 users here now
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Are lemmy instances indexed properly as well? Would it be enough to put "lemmy" into the search
The federated nature of instances unfortunately might nerf the SEO because they're from different domains. Google wouldn't value instance_1. com more because the clicks to related_instance_2. com are higher.
I'd imagine if/when the fediverse becomes popular, search engines will account for this.
I think so, too.
I thought links between domains helped pagerank score? Mind you, it's been a while since I learned SEO. A lot of the content, especially the federated stuff, seems to be loaded via javascript. I wonder if that affects what can be indexed.
Theres more to it than that, vut it does help. However, the base issue here I think is that they just don't crawl the federated space yet.
If it's done right, it's still indexable because in the first render the content is delivered with HTML. On subsequent clicks, the browser fetches via JavaScript, but the URL in the browser still changes and if you refresh, the page is fetched containing the content again.
That's important not only for search engines, but also for screen readers, fast rendering and devises without JavaScript. I think Google is totally able to index JavaScript generated content, but pages will get a higher rank if it's done in an accessible way.