Do you plan to get Lemmy Seo ready in the near future?

    • @gaz
      link
      14 years ago

      So is that a “never”? Seems like the issue tracker is redirecting to lemmy-lite:

      This project is not intended for official use, but rather as a proof-of-concept for pre-rendering Lemmy

      So to have indexable lemmy you need optional second front-end? Not to be offensive but that kinda sounds like an awful idea.

      • DessalinesMA
        link
        14 years ago

        I’m not sure where you’re getting any of that.

        So to have indexable lemmy you need optional second front-end?

        No, at some point I will add indexing to lemmy, but its a truly massive undertaking and I have other priorities right now.

        Lemmy-lite is just a different, non-js front end to lemmy.

  • @brombek
    link
    -34 years ago

    Does that mean that the site has to be built the way Google says?

    • @wraptile
      link
      74 years ago

      you’re aware that there’s more than one search engine right? Right now you can’t even index lemmy which is a pretty big deal.

      • @brombek
        link
        14 years ago

        Yes, I am aware. I am not using Google search myself, but they have 92% market share. So other engines are not important when doing SEO. So you do SEO for Google search alone. Whatever are the ranking factors of Google search they will influence the way you need to design and optimize your site. So you need to build your site the way that Google tells you via their ranking algorithm design :D For Lemmy it will be probably enough to just have the content out there and let it be crawled. JS sites are indexed by Google eventually.

        • @jsgohac
          link
          24 years ago

          have 92% market share. So other engines are not important when doing SEO. So you do SEO for Google search alone. Whatever are the ranking factors of Google search they will influence the way you need to design and optimize your site

          it seems like this is often overlooked in monopoly arguments. yes there are other engines, but only one dictates terms for success in acquiring page views

        • @thesequelOP
          link
          14 years ago

          Dude. My Site says on Google Lemmy. Even if I changed the title. Also it don’t shows anything from the content because it’s all java.

          • @brombek
            link
            34 years ago

            https://www.searchenginejournal.com/javascript-indexing-delays-google/335703/ “With Googlebot running on the most recent version of Chrome and JavaScript content being indexed faster than ever, it’s apparent that Google is getting better at indexing JavaScript.”

            So they are apparently able to index JavaScript sites by running them through Chrome but since this is computationally expensive they can only do this for some sites and with much delay (your site ends up in a queue). HTML is indexed the moment they crawl you site.

            What Lemmy could do is “Server-Side Rendering” for Google crawler but it complicates things.