nuxt-link-checker
Find and magically fix links that may be negatively effecting your Nuxt sites SEO.
Features
- ✅ 7 SEO focused link inspections (more coming soon)
- ✨ 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:
yarn add -D nuxt-link-checker
npm install -D nuxt-link-checker
pnpm i -D nuxt-link-checker
- Add it to your
modules
section in your nuxt.config
:
export default defineNuxtConfig({
modules: ['nuxt-link-checker']
})
Documentation
📖 Read the full documentation for more information.
License
MIT License © 2023-PRESENT Harlan Wilton