We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Nuxt
In recent update Nuxt added new SEO composables useSeoMeta and useServerSeoMeta.
useSeoMeta
useServerSeoMeta
They are preferred to useHead because they're statically typed, so I think I should replace old composables like nhead to these new ones.
useHead
nhead