Hello.
To optimize the SEO in my meteor application, I would like to control the content before javascript DOM Render, so with server side render, but only if javascript is disabled.
If we look at the source code of a meteor page, nothing is good for SEO (no meta, no content), so is it possible to push content in the source code rendering, before javascript DOM is push ?
I try with res.end(some content in html) but in this case, meteor stop javascrit render. Is it possible to control the source code injected by meteor at startup ?
Thank’s for your mind about it,
JP