---
title: "Install Nuxt SEO Utils"
description: "Get started with Nuxt SEO Utils by installing the dependency to your project."
canonical_url: "https://nuxtseo.com/docs/seo-utils/getting-started/installation"
last_updated: "2026-05-10T01:31:22.576Z"
---

## Setup Module

<module-install included-in="@nuxtjs/seo" name="nuxt-seo-utils">



</module-install>

<tip>

Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):

```bash
npx skilld add nuxt-seo-utils
```

</tip>

## Verifying Installation

Please check the features set out in the [introduction](/docs/seo-utils/getting-started/introduction) to see what the module is doing.

Most changes can be found within the Seo Meta DevTools tab or the page source.

## Next Steps

Time to put the module to work:

- [Automatic File Metadata Icons and Open Graph Images](/docs/seo-utils/guides/app-icons)
- [Automatic default meta for your site](/docs/seo-utils/guides/default-meta)
