-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor WASM SEO issues #39137
Comments
I temporarily resolved by using prerender.io and cloudflare.com services for the website launched in IIS, by following the blog : https://www.baskaran.dev/posts/2021/1/blazor-seo-prerendering Pre-render with IIS is more efficient Also please add 404 error pages web.config
|
Do you have prerendering enabled in your app? https://docs.microsoft.com/aspnet/core/blazor/components/prerendering-and-integration?view=aspnetcore-6.0&pivots=webassembly |
Hi @keerthirajap. We have added the "Needs: Author Feedback" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
I tried it, Its not working with dependency injection and Authentication, Authorization. I am asking this support for WASM only, but your link says we need to have in server and client project. |
Closing this issue in favor of #27592 since it's a duplicate. Please upvote the other feature instead. |
Blazor WASM needs simple and quick solution on SEO for rendering Title, Meta and Link tags on Twitter and Facebook cards.
bing webmasters is showing errors on using PageTitle and HeadContent tags.
Provide inbuilt option for Robot.txt and sitemap.xml
The text was updated successfully, but these errors were encountered: