• prerender.io 服务器进行网站预渲染(Nginx配置)
  • ssr 服务端预渲染(node)
  • prerender-spa-plugin 模板预渲染(vue)

    • 框架是3.0以上是基于puppeteer:爬虫 -> puppeteer -> spa
    • 2.0是基于PhantomJS为了解决单页面应用的预渲染问题
  • vue seo phantomjs

  • 使用nuxt框架

使用插件

问题解决方案地址:
https://blog.csdn.net/jiezaizone/article/details/105815593
https://blog.csdn.net/weixin_44943128/article/details/112857863

https://blog.csdn.net/m0_37566424/article/details/89334732

使用框架

使用Nuxt框架