If you take a look at this page http://manvanstage.com.s3-website.eu-west-2.amazonaws.com/ and right click on it and choose "View page source" you will find for example the text "100s Man With Van Providers" inside <script type="text/javascript"> instead of inside inside an HTML tag.
These tags are sent by the back-end API to the front-end (Nuxt.js/vue.js)
I tried to use Vue.js lifecycle created and mounted.
What I'm doing wrong?
I know this is bad for SEO.
Update:
- Part of this web page I used no-ssr. Do you think this maybe the cause of the issue?
- I used npm run buildand deploy the application on Node.js severer.
npm run nuxt generate(oryarn nuxt generate) )npm run build