Although I previously said SEO didn't matter, to improve the loading and refresh experience and make the blog system more proper, I implemented SSR (Server Side Rendering) manually in Go (Vibe Coding). It also supports switching between SSR and CSR. Overall it wasn't complicated, because originally it was JS requests that inserted the needed HTML code; now it's just pre-inserted on the backend.

R1cky24 views