---
title: Components
description: Use component to manage your head tags.
navigation:
title: 'Components'
---
## Introduction
Nuxt exports several Vue components that can be used to manage your head tags.
While it's recommended to use the `useHead()`{lang="ts"} composable as it offers a more flexible API with full TypeScript support,
the Vue component may make more sense for your project.
## Usage
For full usage instructions please refer to the [Nuxt documentation](https://nuxt.com/docs/getting-started/seo-meta#components).
```vue
{{ title }}
{{ title }}
```