Upon visiting the following page and right clicking to select "View page source", you may notice that the text "100s Man With Van Providers" is located within
<script type="text/javascript">
instead of an HTML tag.
These scripts are transmitted from the back-end API to the front-end (Nuxt.js/vue.js)
Although I attempted to utilize Vue.js lifecycle events created
and mounted
, I am encountering difficulties.
What may I be doing incorrectly?
I am aware that this method is detrimental to SEO.
Update:
- Within this webpage, I utilized
no-ssr
. Could this possibly be the root of the problem? - After running
npm run build
and deploying the application on a Node.js server, the issue persists.