I have a landing page build using Vue 2 with vue router and vue pwa.
When public to production, everything run okay but when i search my web in Google, results show only title page, content in noscript tag as description and when view cached version of my page Google show totally empty page.
But my web on production still run normal, full function and i definitely don’t disable Js in browser. I also tried use Google Search Console to request re-index my page but nothing change.
2
Answers
Disable prefetch and preload in vue.config.js resolved my problem.
Everything turned on in the server? Just had that happen today anyway what code you using to add the title and description. Looks like something may not be executing when the page loads.