blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 520 forks source link

SSR/SEO #174

Closed 8VAid8 closed 4 years ago

8VAid8 commented 4 years ago

Does Blogifier supports SSR? I tried to run a blog and found that it is rendered on a client. What about SEO. Could it be SEO-friendly?

forconz commented 4 years ago

There are 2 major ways to resolve the SEO issues being faced in the Blogifier.

  1. Isomorphic Javascript technology
  2. Prerendering

Building Single Page Applications on ASP.NET Core with JavaScriptServices https://devblogs.microsoft.com/aspnet/building-single-page-applications-on-asp-net-core-with-javascriptservices/

seebosmile commented 4 years ago

most asp.net core hosting provider not install Node.js on the server, this is cons of Blogifier

rxtur commented 4 years ago

Right now there two versions, one is MVC with server-side rendering.