I created a MERN Stack Application which uses reactjs as the frontend, Nodejs with express as the Backend, and MongoDB as the Database. I want to do SEO for this application but in many articles and resources, I have seen them mentioning that we can't SEO Reactjs applications and instead we need to implement SSR(Server side rendering).
- My first question is Can we upgrade the existing MERN application to NextJs?
- any other methods to SEO this MERN Application?
- Do I need to stop using React as the frontend in my future projects? Instead, do I need to use Nextjs definitely in my future projects?