What problem does it solve? Setting up complete technical SEO for a Nuxt application requires coordinating multiple modules for sitemaps, robots rules, Open Graph images, and structured data, which is error-prone when done manually. ## Core Features & Use Cases - Crawlability Management: Auto-generate robots.txt and sitemap.xml with per-page rules, dynamic API-driven URLs, and i18n hreflang support. - Dynamic OG Images: Generate Open Graph images from Vue components using Satori or Chromium renderers, with per-platform sizing. - Structured Data: Add JSON-LD schema.org markup (Article, Product, FAQ, Breadcrumb) with auto-inference from page head metadata. - Use Case: A developer building a Nuxt Content blog uses asSeoCollection() to automatically produce sitemap entries, OG images, and BlogPosting schema from article frontmatter. ## Quick Start Ask the AI to configure the @nuxtjs/seo module in your Nuxt project and generate a sitemap plus OG images for your blog pages.