• Kresten@feddit.dk
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Are lemmy instances indexed properly as well? Would it be enough to put “lemmy” into the search

    • sincle354@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      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.

      • DarkGamer@beehaw.org
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 year ago

        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.

        • amiuhle@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          1 year ago

          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.