---
title: "Installing Unhead with Nuxt"
description: "Unhead is built into Nuxt 3 and Nuxt 4. Use useHead() and useSeoMeta() directly in components."
canonical_url: "https://unhead.unjs.io/docs/nuxt/head/guides/get-started/installation"
last_updated: "2026-07-26T14:38:34.374Z"
---

Nuxt 3 and Nuxt 4 include Unhead. Call `useHead()` or `useSeoMeta()` directly in your components; no separate package is required. For managed third-party scripts, install the separate official [`@nuxt/scripts` module](https://nuxt.com/modules/scripts).

## No Separate Installation

Nuxt bundles and configures Unhead. You can call its built-in head composables without adding another dependency or plugin.
