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.
Automatically generate canonical URLs for all pages.
canonicalQueryParamsInspired by Next.js Metadata Files, this allows you to configure your head tags using metadata files.
useBreadcrumbItems() composable (test).Enjoy the DX of useSeoMeta in your nuxt.config and route rules
Never worry about setting og:title and og:description again.
This uses the Infer SEO Meta Unhead plugin.
Automatically fix broken tags, for example will ensure og:image is an absolute URL.
Reduce your page weight by treeshaking useSeoMeta and implementing other optimizations.