0👍
Nuxt head (meta) looks like this:
You are trying to use a string of concatenated meta tags from your backend which will not work. You’ll have to convert the string into an array of objects and use it as per the image above.
When the page is rendered in the browser, the meta tags will be formatted properly (as regular HTML meta tags).
Source:stackexchange.com