I built a NodeJS/Express app with dynamic content but realized I need SSR

Viewed 15

I've made an app where almost all the content is dynamically loaded. It displays users posts, categories, search results, etc.

The problem is that the content doesn't get indexed. I assumed search engines had a way of indexing this since a lot of website load content this way. I used the tools in google search console to find out it only renders the template but it doesn't account for anything dynamically loaded.

Is there any way to fix a flaw like this without a complete SSR rewrite? Or if there isn't can I get a suggestion of good SSR tools for javascript?

0 Answers
Related