vue The single-page application has been basically completed, but when the product required SEO, I found that there was no good solution. . . .
The more reliable solution recommended on the Internet is server-side rendering, but after looking at it, I found that the learning cost is relatively high. I don’t have that much time now, so I would like to ask, is there any better SEO solution for front-end rendering? Google for a long time, it seems that using phantomjs can achieve the effect, there are some tutorials on the online page, I wonder if anyone has tried it successfully
Nuxt.js, a Vue-based SSR solution. Basically you can migrate your current code there
phantomjs seems to have stopped maintenance