Features

▲ Next.js inspired Metadata Files

Allows you to configure your head tags using metadata files.

✨ SEO meta in nuxt.config and route rules

Enjoy the DX of useSeoMeta in your nuxt.config and route rules

🤖 Automatic OG Meta Tags (og:title, og:description, etc.)

Never worry about setting og:title and og:description again.

This uses the Infer SEO Meta Unhead plugin.

🧙 Validate and fix broken tags

Automatically fix broken tags, for example will ensure og:image is an absolute URL.

⚡ Extra head optimizations

Reduce your page weight by treeshaking useSeoMeta and implementing other optimizations.

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.
Did this page help you?