Nuxt Seo needs help
Hi Nuxt team,
I wanted to share some feedback as a Nuxt user. The Nuxt SEO module is one of the main reasons I (and many others) chose Nuxt over vanilla Vue. It's a crucial feature for building production websites, especially when dealing with sitemaps, OG images, and other SEO requirements.
I really appreciate @harlan's incredible work on the module. However, I've noticed there are quite a few open issues that could use attention. As someone who relies on this module for production sites, I believe additional resources in this area would greatly benefit the community.
@danielroe I saw your mention about wanting to attract more enterprise users to Nuxt. From my perspective, having robust SEO capabilities is often a key requirement for enterprise projects, so this could be a valuable area to strengthen.
Just wanted to share this feedback from a user's perspective. Thank you for all your work on making Nuxt great!
3 Replies
Hi @Mads. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Thank you for your feedback about Nuxt's SEO capabilities. I understand you're sharing your perspective as a Nuxt user on the importance of SEO features, particularly for enterprise projects. However, I'm an AI assistant specifically tuned to answer technical questions about Nuxt based on the provided knowledge sources. I don't have information about Nuxt's development priorities or team resources.
From the available knowledge sources, I can provide some relevant information about Nuxt's current SEO capabilities:
1. Nuxt offers built-in SEO utilities through composables like
useHead
and useSeoMeta
. These allow you to manage head tags programmatically and reactively Docs > Getting-started > SEO and Meta.
2. The useSeoMeta
composable specifically helps define SEO meta tags with TypeScript support, helping avoid common mistakes Docs > Api > Composables > Use Seo Meta.
3. Nuxt provides components like <Title>
, <Meta>
, and <Link>
for interacting with metadata directly in component templates Docs > Getting-started > SEO and Meta.
4. There's an ongoing effort to improve SEO capabilities. The Nuxt roadmap mentions "SEO & PWA" as a planned milestone for 2024, which includes "built-in SEO utils and service worker support" Docs > Community > Roadmap.
For specific issues or feature requests related to SEO in Nuxt, I'd recommend checking the official Nuxt GitHub repository or documentation for the most up-to-date information and ways to contribute or provide feedback.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@335112909350895632> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
Hey, thanks for the feedback.
Nuxt SEO in terms of the current modules is mostly feature complete and is receiving active maintenance for issues that pop up.
If there's issues that haven't been replied to there's usually a reason - usually needing time to reproduce / investigate, it's a low priority / niche issue, the issue doesn't make sense or simply I've forgotten about it.
If you can link the issues I'll review and get back to you on them in the next few days