v2 RC to v2 Stable
Introduction
This guide will help you migrate from the Nuxt SEO v2 RC to the v2 stable release.
Please see the announcement post for details on the release.
Support
If you get stuck with the migration or have post-migration bugs, please get in touch!
Nuxt SEO Utils
In moving to the stable release, Nuxt SEO experiments has been renamed from
The original name of the module was
With this rename the module scope changes to include the random functionality that Nuxt SEO was previously providing:
useBreadcrumbItems() composable- Config:
redirectToCanonicalSiteUrl - Config:
fallbackTitle - Config:
automaticDefaults
As Nuxt SEO Utils shared the same config key as the Nuxt SEO module, no changes are required to your config, however, it's worth testing your site to ensure that everything is working as expected.