ADefWebserver/Blazor-Blogs

How would this Blazor Blog Handle SEO meta tags?

herorelative opened this issue · 2 comments

I was digging through and cannot find any solution.

I mean specifically on client-side Blazor not server-side.

This project is of course Sever Side Blazor and will not work as Client Side Blazor.

In this page:
https://github.com/ADefWebserver/Blazor-Blogs/blob/main/BlazorBlogsLibrary/Pages/ViewBlogPost.razor

We are using Toolbelt.Blazor.HeadElement.MetaElement to set the meta tags for the page.

Thank you @ADefWebserver

It helps me a lot.