Getting Started
Nuxt Link Checker
Last updated by
GreenmeisterDavid
in doc: correct link to sitemap guide (#411). Why use Nuxt Link Checker?
By keeping your links in check, you can ensure that your site is discoverable and accessible to search engine crawlers and your users.
The most obvious check for links is that it's a valid link, but the module does so much more than that. For example, it will guide you in setting up your links correctly, avoiding common pitfalls in URLs such as: whitespaces, non-ascii, uppercase, non-root relative URLs, and more.
New to SEO? Check out the Controlling Web Crawlers guide to learn more about why you might need this module.
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)
Did this page help you?