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.
- Host: GitHub
- URL: https://github.com/harlan-zw/nuxt-link-checker
- Owner: harlan-zw
- Created: 2022-12-19T06:05:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:42:48.000Z (12 months ago)
- Last Synced: 2024-10-29T17:27:31.424Z (12 months ago)
- Language: TypeScript
- Homepage: https://nuxtseo.com/link-checker
- Size: 2.72 MB
- Stars: 87
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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