Is it possible to make part of my "compose wasm we...
# webassembly
a
Is it possible to make part of my "compose wasm web app", SEO-friendly ? (for example alowing to mix html with compose web where html is parent layout and web app is canvas components or something else. Is there any research around this aspect ?
m
Yes you can combine Compose Web and Compose HTML
Build the html parts with Compose HTML and create a canvas as well for your Compose Web.
a
@mohamed rejeb how would this be SEO friendly? The JS is client executed and no search engine will register this. SEO friendly is making things indexable on first load. So rendered on the server. Maybe try Kobweb or a plain old Ktor server for this