What problem does it solve? Setting up complete SEO for a Nuxt site requires coordinating multiple modules (robots, sitemap, OG images, structured data) with consistent configuration, which is error-prone and time-consuming when done manually. ## Core Features & Use Cases - Crawlability Management: Generate robots.txt with AI-bot blocking rules and sitemap.xml with dynamic URLs, multi-sitemap splitting, and i18n hreflang support. - Dynamic OG Images: Generate Open Graph images from Vue components using satori or chromium renderers, with per-platform sizes and Nuxt Content frontmatter integration. - Structured Data: Add JSON-LD schema.org markup (articles, products, FAQs, breadcrumbs) with auto-inference from page head metadata. - Use Case: A developer building a Nuxt Content blog uses asSeoCollection() to automatically generate sitemap entries, OG images, and BlogPosting schema from markdown frontmatter. ## Quick Start Ask the AI to set up the @nuxtjs/seo module in your Nuxt project and configure the site URL, sitemap, and OG image generation for your pages.