Exclude Pages · Nuxt Link Checker · Nuxt SEO

-
-
-
-

[1.4K](https://github.com/harlan-zw/nuxt-seo)

[Nuxt SEO on GitHub](https://github.com/harlan-zw/nuxt-seo)

Link Checker

-
-
-
-
-
-
-
-
-
-

Search…```k`` /`

v5.0.9

- Playgrounds
- [Discord Support](https://discord.com/invite/275MBUBvgP)

### Getting Started

-
-
-

### Core Concepts

-
-
-
-
-
-
-

Core Concepts

# Exclude Pages

[Copy for LLMs](https://nuxtseo.com/docs/link-checker/guides/exclude-pages.md)

Exclude pages from link checking using the `excludePages` option. When a page matches, none of its links will be inspected.

This is useful when a page renders many external links you don't control or when an entire section of your site should be skipped.

## [Usage](#usage)

```
export default defineNuxtConfig({
  linkChecker: {
    excludePages: [
      '/external-links', // Exact match
      '/embed/**', // All embed routes
      /^\/generated\//, // RegExp pattern
    ],
  },
})
```

The same pattern types are supported as

: exact strings, wildcards, and RegExp.

## [Difference from excludeLinks](#difference-from-excludelinks)

| Option | Effect |
| --- | --- |
| `excludeLinks` | Skips specific link URLs from being checked on **any** page |
| `excludePages` | Skips **all** link checking on matched pages |

[Edit this page](https://github.com/harlan-zw/nuxt-link-checker/edit/main/docs/content/2.guides/3.exclude-pages.md)

[Markdown For LLMs](https://nuxtseo.com/docs/link-checker/guides/exclude-pages.md)

Did this page help you?

On this page

- [Usage](#usage)
- [Difference from excludeLinks](#difference-from-excludelinks)

[GitHub](https://github.com/harlan-zw/nuxt-seo) [ Discord](https://discord.com/invite/275MBUBvgP)

###

-
-

Modules

-
-
-
-
-
-
-
-
-

###

-
-
-

###

Nuxt

-
-
-
-
-

Vue

-
-
-
-
-
-
-
-

###

-
-
-
-
-
-
-
-
-
-

Copyright © 2023-2026 Harlan Wilton - [MIT License](https://github.com/harlan-zw/nuxt-seo/blob/main/license) · [mdream](https://mdream.dev)