#nuxtseo
If you are using #NuxtContent and the #NuxtSEO module,
don't do this
`
import { z } from 'zod'
`
In the content.config.ts, the issue it seems like the `asSeoCollection` from the #NuxtSeo module won't create the types for some reason.
October 15, 2025 at 9:33 AM
Just move the must-know-resources-for-programmers.giessen.dev from Vercel to #coolify now :D.

This is an experiment with the @nuxtlabs.com #nuxtcontent V3 , is early and some modules for SEO are not there yet so
manual steps need to be taken.

#buildinpublic #vue #nuxt #nuxtseo
Must Know Resources for Programmers by Giessen Dev
Discover essential programming resources, tutorials, tools, and guides for developers of all levels.
must-know-resources-for-programmers.giessen.dev
December 10, 2024 at 12:52 PM
While working on the deployment of https://must-know-resources-for-programmers.giessen.dev, currently @nuxtSeo is not supported 100% yet for the #nuxtContent v3 to generate sitemaps or robot.txt
So created step to make it for me, the build bundle. #nuxt #vue #coolify #nuxtcontent
December 10, 2024 at 1:00 PM
If you are using #NuxtContent and the #NuxtSEO module,
don't do this
`
import { z } from 'zod'
`
In the content.config.ts, the issue it seems like the `asSeoCollection` from the #NuxtSeo module won't create the types for some reason.
October 15, 2025 at 9:33 AM
Announcing Nuxt SEO v2: The all-in-one technical SEO solution for Nuxt.

✨ 6 modules: Robots, Sitemap, OG image, Schema․org, Link checker, plus SEO Utils.
🔨 2 years of improvements: 884 issues closed & 4.8K commits.
🧑‍🎨 Brand new docs.

nuxtseo.com/announcement
Announcing Nuxt SEO Stable · Nuxt SEO
Nuxt SEO v2 has been released, marking a new stable version. Learn about the journey of Nuxt SEO and what's next.
nuxtseo.com
November 27, 2024 at 6:48 AM
Just purchased NuxtSEO Pro, thank You for your incredible work Harlan! 👏
November 26, 2024 at 2:02 PM
absolutely. 👌

it's not the _import_ that gets overridden, though.

rather, Nuxt merges your `nuxt.options` from all your layers. so if one of your layers sets one property, but the final project that uses the layer sets the property to something different, it will override it.
January 17, 2025 at 11:29 PM