considering the problem of SEO optimization, the project uses the nuxt framework.
now there are three issues that I don"t quite understand. I hope the Great God will take the time to explain them in the midst of his busy schedule.
Thank you.
1.nuxt provides two ways to package deployment, static and server-side rendering. There are a lot of tabs, broadcast maps, and a lot of data in the project that require back-end interaction. This situation is not suitable for static deployment.
2. I just realized this problem. The
asyncData method is called only when the page is initialized. So will the data returned when I trigger the request when I switch tabs be displayed in the source code when rendered?
if not, is there any way to solve this problem?
is this important for SEO?