locked
Is Server Side Blazor is good for SEO RRS feed

  • Question

  • User2041008840 posted

    Hey, I am thinking to convert my website into blazor for smooth loading and perform crud operations with loading screen. 
    My project is currently in Asp.net Core 3.0 MVC. 
    I want to know is it good to convert into blazor ? and SEO for Blazor is it good because its Single Page Application ? 

    THank You, 
    Prathamesh

    Friday, February 28, 2020 4:05 AM

Answers

  • User281315223 posted

    Blazor and your application will really be as SEO-friendly as you decide for it to be. Although it's a SPA, there are plenty of tools out there like this free one from the folks at DevExpress, that is specifically to update all the SEO-specific metadata for your site at runtime.

    Additionally, Blazor also supports server-side rendering, which would allow it to function just as any other common site would (and SEO would work accordingly).

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, February 28, 2020 6:04 AM

All replies

  • User281315223 posted

    Blazor and your application will really be as SEO-friendly as you decide for it to be. Although it's a SPA, there are plenty of tools out there like this free one from the folks at DevExpress, that is specifically to update all the SEO-specific metadata for your site at runtime.

    Additionally, Blazor also supports server-side rendering, which would allow it to function just as any other common site would (and SEO would work accordingly).

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Friday, February 28, 2020 6:04 AM
  • User2041008840 posted

    Yeah. You're Right. SPA it good for applications like crm and erp or any custom development software

    Friday, February 28, 2020 5:09 PM
  • User2041008840 posted

    Yeah Thanks i will check it out on devexpress

    Friday, February 28, 2020 5:10 PM