A blazor WASM app is not SEO friendly. The search engine will not load it, so all it see is the content of index.html.
If you want SEO, you would supply addition pages for the search engines. You can add the main index to index.html and hide from the blazor app.
Another common approach is to generate a static site from the SPA to be used by robots. Blazor is working on this.