Skip to content

SEO performance issue with Blazor Web App #62599

Open
@theumairtahir

Description

@theumairtahir

I have created my website with Blazor web app (the goal is to make it search engine optimized) and deployed it to azure web app service.

I have implemented almost all best practices in regard to the SEO but still getting bad scores in the SEO analyzers. The main reason is the high blocking time which is due to the JavaScript loading, it includes the /_framework/blazor.web.js and other unattributable scripts which I'm still unaware of them.

Image

I used multiple techniques like loading it synchronously, caching or using defer but nothing worked, even though I'm currently using the basic CSS theme provided with the Blazor Web App template.

Can you please guide me that which is the best way to make our site performance optimized or is there anything else which I'm missing here?

My site SEO reports:
Desktop:

Image

Mobile:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor Components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions