Hi there,
It's been two years now since I started the code that has gone into the Nuxt SEO modules, and I'm excited to announce the stable release of Nuxt SEO.
I'll tell you a bit about the history of building Nuxt SEO, what the stable means and what's next.
As a Nuxt v2 user, I wasn't entirely happy with the SEO modules available.
My concerns with them can be summarised as:
For those who didn't go through the early days of Nuxt v3, it was a bit chaotic. The ecosystem was in a state of flux, many modules were not compatible with the new version and previous maintainers had moved on to other projects.
This was the golden opportunity to build new modules specifically for Nuxt v3 that could opt-in to the new module system and take advantage of the new features that Nuxt v3 had to offer without being bogged down by legacy code.
I set out by introducing two "simple" modules - Nuxt Simple Robots and Nuxt Simple Sitemap.
My principals for building them were:
As these modules gained traction it was clear there was a demand for these technical SEO modules. So I continued and built the following:
The final touch was to combine them all into a module you could install without installing each one individually and a module that would sync the config between all of the modules
This was introduced as Nuxt SEO Kit at the time and was targeted at only prerendered apps.
Nuxt SEO Kit was released as production-ready, however it was never marked as stable for non-prerendered apps as the submodules required several breaking changes as they evolved.
As more and more use cases got handled, the module was renamed to Nuxt SEO, and we entered a lengthy RC and beta phase.
To consider Nuxt SEO stable I wanted to support every possible way of building a Nuxt app: Single Page, Server-Side Generated, Server-Side Rendered, Multi-tenancy, Base URLs, Trailing Slashes, etc.
I also wanted to make sure that the modules integrated with core community modules like Nuxt Content, Nuxt i18n, Nuxt DevTools, etc.
As of today, the modules support all of these use cases and more with a full suite of tests to avoid regressions.
As you can imagine this took a lot of work to get right. In fact, it took exactly 4.4k commits, 1.2k issues and 72 contributes to pull off.
In this time the project has grown significantly, with the modules cumulatively getting 1.6M downloads a month.
I won't bore you with all the minor details related to this releases, but what you should know:
The final thing to get the stable out was redoing all of the docs. The docs are the main interface between you and the module and they should reflect the care and attention that went into building the modules.
You're looking at them, hope you like them!
They've been designed in a way to optimize for readiblity, giving whitespace the respect it deserves.
They use the greenest of the greenfield: Nuxt v4, Nuxt UI v3 (Tailwind v4), Nuxt Content v3
You'll also find some new features:
There are a few upcoming upstream updates that Nuxt SEO will need to support:
As the project is now officially stable I look forward to what else is missing from the Nuxt SEO ecosystem.
I have some ambitious goals for new modules to build and content to create that will continue to help with your technical SEO but also help you in growing your site organically.
To align incentives with myself and you, the community, I'm introducing a Pro version of Nuxt SEO to help fund the development.
I will be working on a one-time payment Pro version of Nuxt SEO that will include access to new modules and learning resources that will be ready mid-2025.
You can learn more and pre-purchase it for a discount on the Nuxt SEO Pro page.
I'd like to thank the community for their patience and feedback to get the project to where it is today.
My sponsors have also helped me immensely as it's difficult to justify working so many hours on an open-source project without financial support.
Thanks for taking the time to read.