An open API service indexing awesome lists of open source software.

https://github.com/harlan-zw/nuxt-link-checker

Find and magically fix links that may be negatively effecting your Nuxt sites SEO.
https://github.com/harlan-zw/nuxt-link-checker

Last synced: 5 months ago
JSON representation

Find and magically fix links that may be negatively effecting your Nuxt sites SEO.

Awesome Lists containing this project

README

          

nuxt-link-checker

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]

Nuxt Link Checker is a collection of SEO focused link inspections for your Nuxt app.

By keeping your links in check, you can ensure that your site is discoverable and accessible to [search engine crawlers](https://nuxtseo.com/learn/controlling-crawlers) and your users.

New to SEO? Check out the [Controlling Web Crawlers](https://nuxtseo.com/learn/controlling-crawlers) guide to learn more about why you might
need this module.


Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help

## Features

- ✅ 13 SEO focused link inspections
- ✨ See live inspections right in your Nuxt App
- 🧙 Magically fix them in Nuxt Dev Tools
- 🚩 Generate reports on build (html, markdown)

## Installation

Install `nuxt-link-checker` dependency to your project:

```bash
npx nuxi@latest module add link-checker
```

## Documentation

[📖 Read the full documentation](https://nuxtseo.com/link-checker/getting-started/installation) for more information.

## Demos

- [StackBlitz](https://stackblitz.com/edit/nuxt-starter-qtaq7x?file=pages%2Findex.vue)

## Sponsors





## License

Licensed under the [MIT license](https://github.com/harlan-zw/nuxt-link-checker/blob/main/LICENSE.md).

[npm-version-src]: https://img.shields.io/npm/v/nuxt-link-checker/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/nuxt-link-checker

[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-link-checker.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/nuxt-link-checker

[license-src]: https://img.shields.io/github/license/harlan-zw/nuxt-link-checker.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/harlan-zw/nuxt-link-checker/blob/main/LICENSE.md

[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com