hi everyone,
My site is quite new and it is quite different from traditional SEO-focused sites because it is Nuxt-based with a very JS-heavy frontend architecture.
Our pages use SSR, but many sections still rely on hydration, dynamic imports, API-driven content, and a large amount of /_nuxt/*.js chunks.
From the perspective of visitor, when I visit my site, it is quite smooth but from the perspective of Google, there seems quite many problem. Many pictures can't be rendered during live test, and some pages, often blogs, even returns 500. 25% of js (100 among 400) can't be loaded.
Has anyone dealt with similar issues on Nuxt/Next.js sites? Should I try switching to traditional simple HTML-first architectures.