|
|
|
|
|
by leeoniya
3422 days ago
|
|
this is something i struggle to understand. especially with SSR/isomorphic rendering. the vast majority of websites that need indexing should not need JS to create the html. the vast majority of web apps that benefit from being SPAs are behind some form of login/auth and so do not need indexing. yet there's this obsession with writing SPAs that can be pre-rendered for better indexing. i only assume this is a solution to the desire of using nodejs and javascript as a server-side language regardless of merit. |
|