Star
1.1K
Nuxt SEO Pro
  • Nuxt Redirects
  • Nuxt Google Search Console
  • Nuxt Internal Links
  • Nuxt SEO Analyze
Save $170 on the presale now.

Features 🚀

⚠️ Breaking Changes

Module Site Config Removed

The siteUrl and siteName have been removed from the module options.

Configuration has been moved to Site Config.

nuxt.config
export default defineNuxtConfig({
  site: {
    url: 'https://example.com',
    name: 'My Website',
  }
})
Did this page help you?