Quick Reference: The main composables are useHead() for general head management, useSeoMeta() for SEO tags, and useScript() for script loading. All return an entry with patch() and dispose() methods.
useHead()
useSeoMeta()
useScript()
patch()
dispose()
Infer SEO Meta
Automatically infer SEO meta tags from your page title and description
API reference for the useHead composable.