Nuxt SEO Utils
Why use Nuxt SEO Utils?
Nuxt SEO Utils is a collection of defaults and utilities to improve your Nuxt site's discoverability and shareability.
While there are several features covering many aspects of SEO, it covers important defaults such as automatic canonical URLs and open graph tags.
Features
Default Canonical URLs
Automatically generate canonical URLs for all pages.
Metadata Files
Inspired by Next.js Metadata Files, this allows you to configure your head tags using metadata files.
Breadcrumb composable
- Easily generate site-wide breadcrumb using the
useBreadcrumbItems() composable (test). - Integrates with Nuxt I18n and Nuxt Schema.org
- Plugs directly into Nuxt UI Breadcrumb
✨ SEO meta in nuxt.config and route rules
Enjoy the DX of
🤖 Automatic OG Meta Tags
Never worry about setting
This uses the Infer SEO Meta Unhead plugin.
🧙 Validate and fix broken tags
Automatically fix broken tags, for example will ensure
⚡ Extra head optimizations
Reduce your page weight by treeshaking
Best Practice Default Meta
- Canonical URLs will be automatically generated for all pages.
- Description and open-graph meta tags will be set for you. See Default Meta for more information.
Enhanced Titles
- Ensures that every page has a title by generating one from the last slug segment. See the Fallback Title guide for more information.
- Sets a default title template for you with your site name.