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.
Made possible by my Sponsor Program 💖 Follow me @harlan_zw 🐦 • Join Discord for help |
- ▲ Next.js inspired Metadata Files
- ✨ Use SEO meta in your nuxt.config (
app.seoMeta
) and route rules - 🤖 Adds meta tags (
og:title
,og:description
, etc.) from page title and description - 🧙 Correct tags that need to be absolute (i.e
og:image
) - 🧩 Site config template params
useHead({ title: '%site.title' })
- 🍞 Breadcrumb composable
- 🧙 Best practice defaults and enhanced titles
Install nuxt-seo-utils
dependency to your project:
npx nuxi@latest module add nuxt-seo-utils
💡 Need a complete SEO solution for Nuxt? Check out Nuxt SEO.
📖 Read the full documentation for more information.
Licensed under the MIT license.