I would like to know if the output generated by nextjs SSG build is SEO friendly, the same way as using nextjs with SSR.
The reason I am asking is, because I would like to build a full stack app with React frontend (Django/DRF backend for what is worth), and SEO is really important. Also I would prefer to not have a separate nodejs instance serving the frontend separately.
tl:dr I would like to serve only static files for the frontend while also being SEO friendly.
Thanks very much in advance.