---
title: "Install Nuxt Link Checker"
description: "Get started with Nuxt Link Checker by installing the dependency to your project."
canonical_url: "https://nuxtseo.com/docs/link-checker/getting-started/installation"
last_updated: "2026-05-15T15:19:29.450Z"
---

## Setup Module

<module-install included-in="@nuxtjs/seo" name="link-checker">



</module-install>

<tip>

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

```bash
npx skilld add nuxt-link-checker
```

</tip>

## Verifying Installation

Nuxt Link Checker provides a visualize integration in development through the Link Checker DevTools tab. Open up DevTools in your Nuxt site and navigate to the `Link Checker` tab
to see live inspections of your links. See the [Link Checker DevTools](/docs/link-checker/guides/live-inspections) guide for more information.

When building your site, the module will check links of all prerendered pages, it's recommended to prerender any pages
that you'd like to have the links checked on.

## Next Steps

You've successfully installed Nuxt Link Checker and configured it for your site.

1. Check which [Inspection Rules](/docs/link-checker/guides/rules) are enabled by default
2. Use [Nuxt Sitemap](/docs/sitemap/getting-started/installation) so that all your page URLs are discovered automatically during link checking
3. Learn more about how [Controlling Crawlers](/learn-seo/nuxt/controlling-crawlers) interact with your site

<module-card className="w-1/2" slug="sitemap">



</module-card>
