# Nuxt SEO > Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. Canonical Origin: https://nuxtseo.com ## LLM Resources - [Pages Minimal](https://nuxtseo.com/llms.toon): Page-level metadata in TOON format (token-efficient JSON encoding, see https://toonformat.dev). Contains: route, title, description, headings, chunkIds. Use with llms-full.toon for complete content. Fields: { route, title, description, headings, chunkIds }. curl "https://nuxtseo.com/llms.toon" - [Page Chunks](https://nuxtseo.com/llms-full.toon): Individual content chunks in TOON format for RAG/embeddings. Contains: id, route, content. Fields: { id, route, content }. Join with llms.toon using route to get title/description/headings metadata. Chunk index inferred from id suffix (e.g., "hash-0", "hash-1"). curl "https://nuxtseo.com/llms-full.toon" - [MCP](https://nuxtseo.com/mcp): Model Context Protocol server endpoint for AI agent integration. ## Pages - [Nuxt SEO · All-in-one Technical SEO for Nuxt](https://nuxtseo.com/): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. - [Announcing Nuxt SEO Stable · Nuxt SEO](https://nuxtseo.com/announcement): Nuxt SEO v2 is here, learn about the journey of this milestone and what's next. - [Releases · Nuxt SEO](https://nuxtseo.com/releases): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. - [Configuration · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/api/config): Nuxt configuration reference for Nuxt AI Ready. - [Nuxt Hooks · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/api/nuxt-hooks): Nuxt hooks provided by nuxt-ai-ready for extending functionality. - [Install Nuxt AI Ready · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/getting-started/installation): Get started with Nuxt AI Ready by installing the dependency to your project. - [Introduction · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/getting-started/introduction): Eliminate version skew issues in your Nuxt application with intelligent update notifications and long-lived build assets. - [Automatic Updated At · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/automatic-updated-at): Track page content freshness with automatic timestamp tracking based on content hashing. - [AI Content Signals · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/content-signals): Control how AI systems interact with your content through standardized robots.txt directives. - [llms.txt Generation · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/llms-txt): What is llms.txt and how we can modify it with Nuxt AI Ready. - [Markdown Conversion · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/markdown): How HTML pages are converted to markdown using mdream for AI-friendly content delivery. - [MCP Integration · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/mcp): Connect AI agents to your Nuxt site via Model Context Protocol (MCP) with built-in tools and resources. - [RAG Integration · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/guides/rag-content): Build RAG pipelines with vector embeddings using the ai-ready:chunk hook for real-time chunk processing. - [Nitro Hooks · Nuxt AI Ready · Nuxt SEO](https://nuxtseo.com/docs/ai-ready/nitro-api/nitro-hooks): Nitro runtime hooks provided by nuxt-ai-ready for extending functionality. - [Config · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/api/config): Configure the AI Search module. - [Install Nuxt AI Search · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/getting-started/installation): Get started with Nuxt AI Search by installing the dependency to your project. - [Introduction · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/getting-started/introduction): Add AI chat to your Nuxt app with no vendor lock-in and full customization. - [Building Chat UI · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/guides/building-ui): Compose AI chat interfaces using Nuxt UI and AI Search components. - [Cloudflare Workers Deployment · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/guides/cloudflare): Deploy Nuxt AI Search to Cloudflare Pages with Vectorize and Workers AI for a fully serverless, edge-based ASK ai experience. - [Embedding Providers · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/guides/embeddings): Embedding providers and dual-provider architecture for build and runtime. - [Persistent Chats · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/guides/persistent-chats): Save chat conversations to SQLite using Nitro hooks and Drizzle ORM. - [Nitro Hooks · Nuxt AI Search · Nuxt SEO](https://nuxtseo.com/docs/ai-search/nitro-api/nitro-hooks): Customize search queries, results, and chat behavior at runtime with Nitro hooks. - [Config · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/api/config): Configure the link checker module. - [Install Nuxt Link Checker · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/getting-started/installation): Get started with Nuxt Link Checker by installing the dependency to your project. - [Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/getting-started/introduction): Find and magically fix links that may be negatively affecting your Nuxt sites SEO. - [Troubleshooting Nuxt Link Checker · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/getting-started/troubleshooting): Create minimal reproductions for Nuxt Link Checker or just experiment with the module. - [Checking Links on Build · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/guides/build-scans): See your link checker results when you build. - [Exclude Links · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/guides/exclude-links): Exclude links from being checked by the Nuxt Link Checker. - [Generate Reports · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/guides/generating-reports): See your link checker results when you build. - [Link Checker DevTools · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/guides/live-inspections): Learn more about live inspections with Nuxt Link Checker. - [Inspection Rules · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/guides/rules): Find out what rules are run when checking your links and why they exist. - [v2.0.0 · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/releases/v2): Release notes for v2.0.0. of Nuxt Link Checker. - [v3.0.0 · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/releases/v3): Release notes for v3.0.0. of Nuxt Link Checker. - [v4.0.0 · Nuxt Link Checker · Nuxt SEO](https://nuxtseo.com/docs/link-checker/releases/v4): Release notes for v4.0.0. of Nuxt Link Checker. - [Community Videos · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/getting-started/community-videos): Learn from the Nuxt community in using Nuxt SEO. - [Install Nuxt SEO · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/getting-started/installation): Get started with Nuxt SEO by installing the dependency to your project. - [Nuxt SEO · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/getting-started/introduction): Everything you need for technical SEO in Nuxt. One install, zero config, all the boring stuff handled. - [Troubleshooting · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/getting-started/troubleshooting): Create minimal reproductions for Nuxt SEO or just experiment with the module. - [Debugging Modules · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/debugging-modules): Learn how to debug and troubleshoot modules in Nuxt SEO. - [LLMs.txt · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/llms-txt): Help AI tools understand Nuxt SEO modules so they can assist you better. - [MCP Server · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/mcp): Connect AI assistants to Nuxt SEO documentation using the Model Context Protocol. - [Nuxt Content · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/nuxt-content): Integrating Nuxt SEO with Nuxt Content. - [Understanding Site Config · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/site-config): Site Config shares your site URL, name, and metadata across all SEO modules. Set it once, use it everywhere. - [Updating Nuxt Modules · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/updating-modules): Keep your Nuxt SEO modules up-to-date for bug fixes and new features. - [Quick Setup Guide · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/guides/using-the-modules): A quick guide on which features are available on activating Nuxt SEO. - [v2 Beta to v2 RC · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/migration-guide/beta-to-rc): Migrate from the Nuxt SEO v2 beta to the v2 RC. - [Nuxt SEO Kit to Nuxt SEO · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/migration-guide/nuxt-seo-kit): Migrate from the nuxt-seo-kit package v1 to the new v2 @nuxtjs/seo. - [v2 RC to v2 Stable · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo/migration-guide/rc-to-stable): Migrate from the Nuxt SEO v2 RC to the v2 stable. - [Install Nuxt SEO Pro · Nuxt Nuxt SEO Pro · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/installation): Get the Pro modules running locally in minutes. Free to try—license required for production. - [Nuxt SEO Pro · Nuxt Nuxt SEO Pro · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo-pro/getting-started/introduction): The futures SEO modules for todays Nuxters. Handle llms.txt, MCP, and version skew for your Nuxt site. - [Getting Started · Nuxt Nuxt SEO Pro · Nuxt SEO](https://nuxtseo.com/docs/nuxt-seo-pro/mcp/installation): Connect AI assistants to Nuxt SEO documentation using the Model Context Protocol. - [Components · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/components): Components that are included with the module, including OgImage and OgImageScreenshot. - [Nuxt Config · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/config): The Nuxt OG Image module configuration. - [defineOgImage() · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/define-og-image): Define an og:image for the current page. - [defineOgImageComponent() · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/define-og-image-component): Define an og:image for the current page with type safety. - [defineOgImageScreenshot() · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/define-og-image-screenshot): Define an OG Image that takes a screenshot of the page. - [Nuxt Hooks · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/api/nuxt-hooks): Hook into the Nuxt OG Image build-time behaviour. - [Tutorial: Your first OG Image · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/getting-started/getting-familar-with-nuxt-og-image): Get started with the module by setting up your first og:image on your home page. - [Install Nuxt OG Image · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/getting-started/installation): Get started with Nuxt OG Image by installing the dependency to your project. - [Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/getting-started/introduction): Generate OG Images with Vue templates in Nuxt. - [Troubleshooting Nuxt OG Image · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/getting-started/troubleshooting): Create minimal reproductions for Nuxt OG Image or just experiment with the module. - [Caching Images · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/cache): Getting to know how the Caching works with Nuxt OG Image. - [Chromium Renderer · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/chromium): Learn how, when and why to use the Chromium renderer. - [Community Templates · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/community-templates): Community templates that are included with the module, including NuxtSeo. - [Compatibility · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/compatibility): Learn what environments can use what features. - [Fonts · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/custom-fonts): Using custom fonts in your OG Images. - [Emojis · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/emojis): Use emojis in your OG Images. - [Error pages · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/error-pages): How to display og images for error pages - [Icons and Images · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/icons-and-images): How to use icons and images in your templates. - [JPEGs · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/jpegs): Learn how to generate JPEG images instead of PNG for Nuxt OG Image. - [Non-English Locales · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/non-english-locales): How to use the Nuxt OG Image module with non-english locales. - [Route Rules · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/route-rules): Learn how to use route rules to customise your OG Image. - [Satori Renderer · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/satori): Learn how to use the Satori renderer. - [Styling · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/styling): How to style your OG Images. - [Zero Runtime · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/guides/zero-runtime): Create OG Images without the server runtime overhead. - [Nuxt Color Mode · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/integrations/color-mode): How to use the Nuxt OG Image module with Nuxt Color Mode. - [Nuxt Content · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/integrations/content): How to use the Nuxt OG Image module with Nuxt Content. - [v2 to v3 · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/migration-guide/v3): Migrate Nuxt OG Image v2 to Nuxt OG Image v3. - [Nitro Hooks · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/nitro-api/nitro-hooks): Hook into the Nuxt OG Image runtime. - [v2.0.0 · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/releases/v2) - [v3.0.0 · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/releases/v3): Release notes for Nuxt OG Image v3. - [v4.0.0 · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/releases/v4): Release notes for Nuxt OG Image v4. - [v5.0.0 · Nuxt OG Image · Nuxt SEO](https://nuxtseo.com/docs/og-image/releases/v5): Release notes for Nuxt OG Image v5. - [Nuxt Content · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/advanced/content): How to use the Nuxt Robots module with Nuxt Content. - [Nuxt I18n · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/advanced/i18n): How to use the Nuxt Robots module with Nuxt I18n. - [Yandex: Clean-param · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/advanced/yandex): Learn how to use the `clean-param` directive to remove query parameters from URLs with Yandex. - [Nuxt Config · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/api/config): Learn how to configure Nuxt Robots using nuxt.config. - [Nuxt Hooks · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/api/nuxt-hooks): Learn how to use Nuxt hooks to modify the robots config. - [useBotDetection() · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/api/use-bot-detection): A reactive composable for detecting and classifying bots with optional client-side fingerprinting. - [useRobotsRule() · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/api/use-robots-rule): A reactive way to access and set the robots rule. - [Install Nuxt Robots · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/getting-started/installation): Get started with Nuxt Robots by installing the dependency to your project. - [Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/getting-started/introduction): Nuxt Robots manages the robots crawling your site with minimal config and best practice defaults. - [Troubleshooting Nuxt Robots · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/getting-started/troubleshooting): Create minimal reproductions for Nuxt Robots or just experiment with the module. - [AI Directives · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/ai-directives): Control how AI systems interact with your content using Content-Usage and Content-Signal directives. - [Bot Detection · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/bot-detection): Detect and classify bots with server-side header analysis and client-side browser fingerprinting. - [Disabling Site Indexing · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/disable-indexing): Learn how to disable indexing for different environments and conditions to avoid crawling issues. - [Disable Page Indexing · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/disable-page-indexing): Learn how to disable indexing for specific pages on your app. - [How Nuxt Robots Works · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/how-it-works): Learn more about how Nuxt Robots works. - [Config using Nuxt Config · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/nuxt-config): Learn how to configure the module programmatically using nuxt.config. - [Robot.txt Recipes · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/robot-recipes): Several recipes for configuring your robots.txt . - [Config using Robots.txt · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/robots-txt): Configure your generated robots.txt file with a robots.txt file. - [Config Using Route Rules · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/guides/route-rules): Learn how to configure robots through route rules. - [getBotDetection() · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/nitro-api/get-bot-detection): Server-side composable to access bot detection state in Nitro routes and middleware. - [getPathRobotConfig() · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/nitro-api/get-path-robot-config): See if the Site is indexable within Nitro. - [getSiteRobotConfig() · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/nitro-api/get-site-robot-config): See if the Site is indexable within Nitro. - [Nitro Hooks · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/nitro-api/nitro-hooks): Learn how to use Nitro hooks to modify the robots final output. - [v3.0.0 · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/releases/v3): Release notes for Nuxt Robots v3.0.0. - [v4.0.0 · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/releases/v4): Release notes for Nuxt Robots v4.0.0. - [v5.0.0 · Nuxt Robots · Nuxt SEO](https://nuxtseo.com/docs/robots/releases/v5): Release notes for Nuxt Robots v5.0.0. - [Nuxt Config · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/api/config): Configure the sitemap module. - [Nuxt Hooks · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/api/nuxt-hooks): Learn how to use Nuxt hooks to modify your Schema.org output. - [useSchemaOrg() · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/api/use-schema-org): A reactive way to access and set the robots rule. - [Install Nuxt Schema.org · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/getting-started/installation): Get started with Nuxt Schema.org by installing the dependency to your project. - [Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/getting-started/introduction): The quickest and easiest way to build Schema.org graphs for Nuxt. - [Troubleshooting Nuxt Schema.org · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/getting-started/troubleshooting): Create minimal reproductions for Nuxt Schema.org or just experiment with the module. - [Nuxt Content · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/content): How to use the Nuxt Schema.org module with Nuxt Content. - [Default Schema.org · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/default-schema-org): The default Schema.org setup for Nuxt Schema.org. - [Full Documentation · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/full-documentation): The Nuxt Schema.org package is a simple wrapper around Unhead Schema.org, you should consult the official documentation for full details. - [How It Works · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/how-it-works): Learn more about how Nuxt Schema.org works. - [Nuxt I18n · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/i18n): How to use the Nuxt Schema.org module with Nuxt I18n. - [Supported Nodes · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/nodes): The nodes available for Nuxt Schema.org. - [Setup Identity · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/guides/setup-identity): Improve your Schema.org by providing the identity of your site. - [v3.0.0 · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/releases/v3): Release notes for v3.0.0 of Nuxt Schema.org. - [v4.0.0 · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/releases/v4): Release notes for v4.0.0 of Nuxt Schema.org. - [v5.0.0 · Nuxt Schema.org · Nuxt SEO](https://nuxtseo.com/docs/schema-org/releases/v5): Release notes for Nuxt Schema.org v5. - [useBreadcrumbItems() · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/api/breadcrumbs): A composable used to display a breadcrumb list that helps users to navigate between pages. - [Config · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/api/config) - [Install Nuxt SEO Utils · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/getting-started/installation): Get started with Nuxt SEO Utils by installing the dependency to your project. - [Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/getting-started/introduction): SEO utilities to improve your Nuxt sites discoverability and shareability. - [Troubleshooting Nuxt SEO Utils · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/getting-started/troubleshooting): Create minimal reproductions for Nuxt SEO Utils or just experiment with the module. - [App Icons · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/app-icons): Learn how metadata files work with logos. - [Canonical URL · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/canonical-url): Ensure a canonical URL is set to avoid duplicate content issues. - [Best Practice Default Meta · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/default-meta): The default meta tags Nuxt SEO sets for you. - [Enhanced Titles · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/fallback-title): How Nuxt SEO enhances your page titles. - [I18n & Localization · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/i18n): How Nuxt SEO Utils handles language and locale configuration. - [Nuxt Config SEO Meta · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/nuxt-config-seo-meta): Make use of the power of useSeoMeta inside your nuxt.config. - [Open Graph Images · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/open-graph-images): Automatically set meta tags for Open Graph images. - [SEO Route Rules · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/guides/route-rules): Utilise route rules for dynamic SEO meta tags. - [v3.0.0 · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/releases/v3) - [v4.0.0 · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/releases/v4): This new stable release for Nuxt SEO Utils introduces many stability improvements and support for dark and light icons. - [v5.0.0 · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/releases/v5) - [v6.0.0 · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/releases/v6): Release notes for v6.0.0 of Nuxt SEO Utils. - [v7.0.0 · Nuxt SEO Utils · Nuxt SEO](https://nuxtseo.com/docs/seo-utils/releases/v7): Release notes for v7.0.0 of Nuxt SEO Utils. - [Nuxt Config · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/config): The config options available for Nuxt Site Config. - [createSitePathResolver() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/create-site-path-resolver): Create a function to resolve a path relative to the site. - [getNitroOrigin() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/get-nitro-origin): A runtime safe way of accessing the Nitro origin. - [Nuxt Hooks · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/nuxt-hooks): Learn how to use Nuxt Hooks to customize your site config. - [updateSiteConfig() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/update-site-config): Learn how to modify site config at runtime. - [useSiteConfig() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/api/use-site-config): How to access site config within a Nuxt context. - [Install Nuxt Site Config · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/getting-started/installation): Get started with Nuxt Site Config by installing the dependency to your project. - [Introduction · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/getting-started/introduction): Learn about the motivation behind Nuxt Site Config and a bit about how it works. - [Troubleshooting Nuxt Site Config · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/getting-started/troubleshooting): Create minimal reproductions for Nuxt Site Config or just experiment with the module. - [How it works · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/guides/how-it-works): Learn how the Nuxt Site Config module works, so you can get the most out of it. - [Nuxt I18n · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/guides/i18n): How to use the Nuxt Site Config module with Nuxt I18n. - [Multi-Tenancy · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/guides/multi-tenancy): Learn how to serve multiple sites with different configurations based on the hostname. - [Runtime Site Config · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/guides/runtime-site-config): Learn how to set site config at runtime in your Nuxt app. - [Recommended Config · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/guides/setting-site-config): Learn how to set site config in your Nuxt app. - [createSitePathResolver() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/create-site-path-resolver): Create a function to resolve a path relative to the site within Nitro. - [getNitroOrigin() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/get-nitro-origin): A runtime safe way of accessing the Nitro origin, within Nitro. - [getSiteIndexable() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/get-site-indexable): Access the site config. - [Nitro Hooks · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/nitro-hooks): Learn how to use Nitro Hooks to customize your site config. - [updateSiteConfig() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/update-site-config): How to update Site Config within Nitro. - [useSiteConfig() · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/nitro-api/use-site-config): How to use Site Config within Nitro. - [v3.0.0 · Nuxt Site Config · Nuxt SEO](https://nuxtseo.com/docs/site-config/releases/v3): Release notes for v3.0.0. - [Sitemap Chunking · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/advanced/chunking-sources): Split large sitemap sources into multiple files for performance and search engine limits. - [Customising the UI · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/advanced/customising-ui): Change the look and feel of your sitemap. - [Images, Videos, News · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/advanced/images-videos): Learn how to add images, videos and news in your sitemap. - [Lastmod, Priority, and Changefreq · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/advanced/loc-data): Configure your sitemap entries with route rules. - [Sitemap Performance · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/advanced/performance): Use the default cache engine to keep your sitemaps fast. - [Config · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/api/config): Configure the sitemap module. - [Data Sources · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/getting-started/data-sources): Understand where your sitemap URLs come from. - [Install Nuxt Sitemap · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/getting-started/installation): Get started with Nuxt Sitemap by installing the dependency to your project. - [Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/getting-started/introduction): Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt. - [Troubleshooting Nuxt Sitemap · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/getting-started/troubleshooting): Create minimal reproductions for Nuxt Sitemap or just experiment with the module. - [Sitemap.xml Best Practices · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/best-practices): The best practices for generating a sitemap.xml file. - [Nuxt Content · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/content): How to use the Nuxt Sitemap module with Nuxt Content. - [Dynamic URL Endpoints · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/dynamic-urls): Use runtime API endpoints to generate dynamic URLs for your sitemap. - [Disabling Indexing · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/filtering-urls): How to filter the URLs generated from application sources. - [I18n · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/i18n): Setting up a sitemap with Nuxt I18n and Nuxt I18n Micro. - [Multi Sitemaps · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/multi-sitemaps): Generate multiple sitemaps for different sections of your site. - [Nuxt Prerendering · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/prerendering): Perender your pages and have them all automatically added to your sitemap. - [Submitting Your Sitemap · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/guides/submitting-sitemap): How to submit your sitemap to Google Search Console to start getting indexed. - [Nitro Hooks · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/nitro-api/nitro-hooks): Learn how to use Nitro Hooks to customize your sitemap entries. - [v3.0.0 · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/releases/v3): Release notes for v3.0.0. - [Nuxt Sitemap v4.0.0 · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/releases/v4): Release notes for v4.0.0 of Nuxt Sitemap. - [Nuxt Sitemap v5.0.0 · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/releases/v5): Release notes for v5.0.0 of Nuxt Sitemap. - [Nuxt Sitemap v6.0.0 · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/releases/v6): Release notes for v6.0.0 of Nuxt Sitemap. - [Nuxt Sitemap v7.0.0 · Nuxt Sitemap · Nuxt SEO](https://nuxtseo.com/docs/sitemap/releases/v7): Release notes for v7.0.0 of Nuxt Sitemap. - [Configuration · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/api/config): Complete configuration reference for Nuxt Skew Protection. - [Nuxt Hooks · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/api/nuxt-hooks): Learn how to use Nuxt hooks to respond to skew protection events. - [ · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/api/skew-notification): Headless component for displaying update notifications. - [useActiveConnections() · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/api/use-active-connections): Composable for monitoring real-time connection statistics and version distribution. - [useSkewProtection() · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/api/use-skew-protection): Composable for accessing skew protection state and methods. - [Install Nuxt Skew Protection · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/getting-started/installation): Get started with Nuxt Skew Protection by installing the dependency to your project. - [Introduction · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/getting-started/introduction): Eliminate version skew issues in your Nuxt application with intelligent update notifications and long-lived build assets. - [Cookie Consent · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/cookie-consent): Information about cookie consent requirements for using Nuxt Skew Protection. - [Update Notifications · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/immediate-updates): React to version updates using useSkewProtection() composable. - [View Active Connections · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/live-connections): Monitor active connections and version distribution in real-time. - [Performance · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/performance): Optimize skew protection for high-traffic applications. - [Persistent Storage · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/storage-configuration): Configure persistent storage for build assets across deployments. - [Notification UI · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/ui-examples): Example implementations of update notifications using the SkewNotification component. - [Check for Update Strategy · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/guides/update-strategies): Choose the best update detection strategy for your platform. - [isClientOutdated() · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/nitro-api/is-client-outdated): Server-side utility to check if a client's version is outdated. - [Nitro Hooks · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/nitro-api/nitro-hooks): Learn how to use Nitro hooks to track and respond to real-time connections. - [Cloudflare · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/providers/cloudflare): Configure Nuxt Skew Protection for Cloudflare Workers, Pages, and NuxtHub. - [External Providers · Nuxt Skew Protection · Nuxt SEO](https://nuxtseo.com/docs/skew-protection/providers/external): Use third-party WebSocket providers for real-time update notifications on any platform. - [Learn SEO for Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt): Master SEO fundamentals with practical guides tailored for Nuxt developers. - [Controlling Web Crawlers in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers): Learn how to effectively manage web crawlers in Nuxt applications to optimize SEO and protect your content. - [Canonical Link Tag in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers/canonical-urls): Learn how to implement canonical URLs correctly in Nuxt to handle duplicate content. - [Meta Robots Tag in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers/meta-tags): Learn how to effectively use meta robots tags to control crawler behavior in Nuxt applications. - [HTTP Redirects in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers/redirects): Learn how to implement SEO-friendly redirects in Nuxt applications. - [Robots.txt in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers/robots-txt): Learn why, when and how to implement a best practice robots.txt in your Nuxt apps. - [Sitemaps in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/controlling-crawlers/sitemaps): Learn how to create and maintain sitemaps in Nuxt applications. - [Launching and Monitoring Your Nuxt Site · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/launch-and-listen): Deploy your Nuxt site to production and monitor its indexing status in search engines. - [Getting Your Nuxt Site Indexed · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/launch-and-listen/going-live): How to get your Nuxt site crawled and indexed for the first time by Google. - [Mastering Meta Tags in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta): Meta tags tell search engines and social platforms what your page is about. Here's how to set them up properly. - [Meta Descriptions in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/descriptions): Meta descriptions get rewritten by Google 70% of the time anyway. Here's how to implement them properly in Nuxt using composables and let your content do the he... - [Mastering Open Graph Tags in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/open-graph): Cut through the noise of Open Graph tags. Learn what actually matters for social sharing, what you can skip, and how to implement them properly in Nuxt. - [Schema.org in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/schema-org): Schema.org can help search engines understand your content better, but is it worth the effort? Learn when to use it and when to skip it in Nuxt applications. - [Slack Link Previews in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/slack): Configure Open Graph meta tags for Slack unfurl previews - [Page Titles in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/titles): Learn how to master page titles in Nuxt using useHead, title templates, and SEO best practices. Includes reactive titles, social sharing, and template params. - [Twitter Cards in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/mastering-meta/twitter-cards): Configure Twitter/X Cards to control how your links appear when shared on Twitter with rich previews, images, and metadata. - [Routes and Rendering in Nuxt SEO · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering): How URL structure and rendering modes affect search engine crawling, indexing, and ranking in Nuxt applications. - [Rendering Modes in Nuxt: SPA, SSR, SSG · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering/rendering): How SPA, SSR, and SSG affect Google indexing. Which mode to use and when. - [URL Structure for SEO in Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering/routes): How URL paths affect search rankings and what to optimize (and what to ignore) in your Nuxt routes. - [Complete Trailing Slashes Guide for Nuxt · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/routes-and-rendering/trailing-slashes): Learn why trailing slashes matter (or don't), how to implement them correctly in Nuxt, and when you can ignore them entirely. - [Protecting Nuxt Apps from Malicious Crawlers · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/security): Learn how to protect your Nuxt application from malicious crawlers and bots. - [What is Technical SEO? · Nuxt SEO](https://nuxtseo.com/learn-seo/nuxt/what-is-technical-seo): Technical SEO makes your site crawlable, indexable, and fast. Here's what that means and why it matters. - [Pro · Nuxt SEO Pro](https://nuxtseo.com/pro): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. - [Nuxt SEO Pro: Community Feedback Analysis · Nuxt SEO Pro](https://nuxtseo.com/pro/feedback): A review of the feedback from early adopters of Nuxt SEO Pro. - [Dashboard · Nuxt SEO Pro](https://nuxtseo.com/pro/dashboard): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. - [Sites · Nuxt SEO Pro](https://nuxtseo.com/pro/dashboard/sites): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines. - [Support · Nuxt SEO Pro](https://nuxtseo.com/pro/dashboard/support): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines.