• sincle354@beehaw.org
    link
    fedilink
    arrow-up
    10
    ·
    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.

    • Syboxez@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      1 year ago

      I’d imagine if/when the fediverse becomes popular, search engines will account for this.

    • DarkGamer@beehaw.org
      link
      fedilink
      arrow-up
      4
      ·
      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 is indexed.

      • amiuhle@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        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.