How does nuxt.js optimize seo?

problem description

recently, I want to do an SEO optimization. I read the official website of vue and said that nuxt can implement seo, but I did it myself. Right-click to check the source code of the web page, but there is still nothing

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

this is my page, which is rendered by the data from the interface.
clipboard.png

clipboard.png
how to optimize seo without content?

May.05,2022

nuxt uses back-end rendering, so the foreground page content can be found by Baidu search engine, while vue is dynamically rendered, Baidu will not be able to catch web page data, so sites such as news, blogs, media and other sites need seo sites. Vue technology stack uses nuxt,react technology stack and next.

as for what you said, I think you only refer to the configuration described by the keywords in the meta tag. We configure this in the page head, global head
in nuxt.config.js, and individual pages can be configured separately.

  Chongqing cub brand  

Menu