# 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
- [Full Content](https://nuxtseo.com/llms-full.txt)
Complete page content in markdown format.
- [MCP](https://nuxtseo.com/mcp)
Model Context Protocol server endpoint for AI agent integration.
- [sitemap.xml](/sitemap.xml)
XML sitemap for search engines and crawlers.
- [robots.txt](/robots.txt)
Crawler rules and permissions.
## Prerendered Pages
- [Nuxt SEO · SEO & AEO Toolkit for Nuxt](/): Rank in Google and get cited by ChatGPT, Claude, and Perplexity. 8 modules for technical SEO and AI discoverability, 10 free tools, zero config.
- [Releases · Nuxt SEO](/releases): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines.
- [RAG Setup](/docs/ai-ready/advanced/rag-example): Vectorize your site's markdown for semantic search and RAG pipelines.
- [Configuration](/docs/ai-ready/api/config): Nuxt configuration reference for Nuxt AI Ready.
- [Nuxt Hooks](/docs/ai-ready/api/nuxt-hooks): Nuxt hooks provided by nuxt-ai-ready for extending functionality.
- [Install Nuxt AI Ready](/docs/ai-ready/getting-started/installation): Get started with Nuxt AI Ready by installing the dependency to your project.
- [Introduction](/docs/ai-ready/getting-started/introduction): Make your Nuxt site discoverable by AI agents through llms.txt, MCP, and markdown APIs.
- [CLI](/docs/ai-ready/guides/cli): Command-line interface for managing runtime sync and IndexNow.
- [Cloudflare Deployment](/docs/ai-ready/guides/cloudflare): Deploy with Cloudflare D1 for persistent database storage.
- [AI Content Signals](/docs/ai-ready/guides/content-signals): Control how AI systems interact with your content through robots.txt directives.
- [i18n Integration](/docs/ai-ready/guides/i18n): Surface locale-aware content to AI agents with hreflang Link headers, locale-tagged frontmatter, and a localized llms.txt.
- [IndexNow](/docs/ai-ready/guides/indexnow): Instantly notify search engines when your content changes.
- [llms.txt Generation](/docs/ai-ready/guides/llms-txt): Configure llms.txt and llms-full.txt output for AI discovery.
- [Markdown Conversion](/docs/ai-ready/guides/markdown): How HTML pages are converted to markdown for AI-friendly content delivery.
- [Model Context Protocol (MCP)](/docs/ai-ready/guides/mcp): Connect AI agents like Claude to your Nuxt site via MCP servers with built-in tools and resources.
- [Runtime Sync (Optional)](/docs/ai-ready/guides/runtime-indexing): Opt-in runtime page indexing for sites with dynamic content.
- [Composables](/docs/ai-ready/nitro-api/composables): Server-side composables for accessing page data at runtime.
- [Nitro Hooks](/docs/ai-ready/nitro-api/nitro-hooks): Nitro runtime hooks for modifying markdown output.
- [v1.0.0](/docs/ai-ready/releases/v1): Release notes for Nuxt AI Ready v1.
- [Config](/docs/link-checker/api/config): Configure the link checker module.
- [Install Nuxt Link Checker](/docs/link-checker/getting-started/installation): Get started with Nuxt Link Checker by installing the dependency to your project.
- [Nuxt Link Checker](/docs/link-checker/getting-started/introduction): Find and magically fix links that may be negatively affecting your Nuxt sites SEO.
- [Troubleshooting Nuxt Link Checker](/docs/link-checker/getting-started/troubleshooting): Solve common link checking issues and create reproductions for bug reports.
- [Checking Links on Build](/docs/link-checker/guides/build-scans): Configure link checking during Nuxt build process and CI integration.
- [ESLint Integration](/docs/link-checker/guides/eslint): Validate links in your editor with ESLint rules that check against your app's routes and sitemap.
- [Exclude Links](/docs/link-checker/guides/exclude-links): Exclude links from being checked by the Nuxt Link Checker.
- [Exclude Pages](/docs/link-checker/guides/exclude-pages): Exclude entire pages from link checking.
- [Generate Reports](/docs/link-checker/guides/generating-reports): See your link checker results when you build.
- [Link Checker DevTools](/docs/link-checker/guides/live-inspections): See link validation errors in real-time during development with Nuxt DevTools integration.
- [Inspection Rules](/docs/link-checker/guides/rules): Find out what rules are run when checking your links and why they exist.
- [v2.0.0](/docs/link-checker/releases/v2): Release notes for v2.0.0. of Nuxt Link Checker.
- [v3.0.0](/docs/link-checker/releases/v3): Release notes for v3.0.0. of Nuxt Link Checker.
- [v4.0.0](/docs/link-checker/releases/v4): Release notes for v4.0.0. of Nuxt Link Checker.
- [Nuxt Link Checker v5.0.0](/docs/link-checker/releases/v5): Release notes for v5.0.0 of Nuxt Link Checker.
- [Community Videos](/docs/nuxt-seo/getting-started/community-videos): Learn from the Nuxt community in using Nuxt SEO.
- [Install Nuxt SEO](/docs/nuxt-seo/getting-started/installation): Get started with Nuxt SEO by installing the dependency to your project.
- [What Is Nuxt SEO?](/docs/nuxt-seo/getting-started/introduction): Nuxt SEO is an ecosystem of SEO modules, tools, and tutorials for Nuxt. Install modules individually or all at once with @nuxtjs/seo.
- [Troubleshooting](/docs/nuxt-seo/getting-started/troubleshooting): Learn how to troubleshoot common Nuxt SEO issues and find helpful resources.
- [Debugging Modules](/docs/nuxt-seo/guides/debugging-modules): Disable modules and create minimal reproductions for Nuxt SEO issues.
- [LLMs.txt](/docs/nuxt-seo/guides/llms-txt): Help AI tools understand Nuxt SEO modules so they can assist you better.
- [MCP Server](/docs/nuxt-seo/guides/mcp): Connect AI assistants to Nuxt SEO documentation using the Model Context Protocol.
- [Nuxt Content](/docs/nuxt-seo/guides/nuxt-content): Integrating Nuxt SEO with Nuxt Content.
- [Understanding Site Config](/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](/docs/nuxt-seo/guides/updating-modules): Keep your Nuxt SEO modules up-to-date for bug fixes and new features.
- [Quick Module Setup Guide](/docs/nuxt-seo/guides/using-the-modules): A quick guide on which features are available on activating Nuxt SEO.
- [v2 Beta to v2 RC](/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](/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](/docs/nuxt-seo/migration-guide/rc-to-stable): Migrate from the Nuxt SEO v2 RC to the v2 stable.
- [v3 to v4](/docs/nuxt-seo/migration-guide/v3-to-v4): Migrate from Nuxt SEO v3 to v4.
- [v4 to v5](/docs/nuxt-seo/migration-guide/v4-to-v5): Migrate from Nuxt SEO v4 to v5.
- [v5.0.0](/docs/nuxt-seo/releases/v5): Release notes for Nuxt SEO v5.
- [Components](/docs/og-image/api/components): The OgImage and OgImageScreenshot components have been removed in v6.
- [Nuxt Config](/docs/og-image/api/config): The Nuxt OG Image module configuration.
- [defineOgImage()](/docs/og-image/api/define-og-image): Define an og:image for the current page.
- [defineOgImageComponent()](/docs/og-image/api/define-og-image-component): Define an og:image for the current page with type safety.
- [defineOgImageScreenshot()](/docs/og-image/api/define-og-image-screenshot): Define an OG Image that takes a screenshot of the page.
- [Nuxt Hooks](/docs/og-image/api/nuxt-hooks): Hook into the Nuxt OG Image build-time and runtime behaviour.
- [Tutorial: Your first OG Image](/docs/og-image/getting-started/getting-familiar-with-nuxt-og-image): Get started with the module by setting up your first og:image on your home page.
- [Install Nuxt OG Image](/docs/og-image/getting-started/installation): Get started with Nuxt OG Image by installing the dependency to your project.
- [Nuxt OG Image](/docs/og-image/getting-started/introduction): Generate OG Images with Vue templates in Nuxt.
- [Troubleshooting Nuxt OG Image](/docs/og-image/getting-started/troubleshooting): Create minimal reproductions for Nuxt OG Image or just experiment with the module.
- [Build Cache](/docs/og-image/guides/build-cache): Persist prerendered OG images across CI deployments to avoid regenerating unchanged images.
- [CLI](/docs/og-image/guides/cli): Use the nuxt-og-image CLI to scaffold, manage, and migrate OG image components.
- [Cloudflare Deployment](/docs/og-image/guides/cloudflare): Deploy Nuxt OG Image to Cloudflare Workers or Pages.
- [Community Templates](/docs/og-image/guides/community-templates): Community templates that are included with the module, including NuxtSeo.
- [Compatibility](/docs/og-image/guides/compatibility): This page has moved to Renderers.
- [Custom Fonts](/docs/og-image/guides/custom-fonts): Using custom fonts in your OG Images.
- [Emojis](/docs/og-image/guides/emojis): Use emojis in your OG Images.
- [Error pages](/docs/og-image/guides/error-pages): How to display og images for error pages
- [Icons and Images](/docs/og-image/guides/icons-and-images): How to use icons and images in your templates.
- [JPEGs](/docs/og-image/guides/jpegs): Learn how to generate JPEG images instead of PNG for Nuxt OG Image.
- [Non-English Locales](/docs/og-image/guides/non-english-locales): How to use the Nuxt OG Image module with non-english locales.
- [Performance](/docs/og-image/guides/performance): Optimise OG image generation for fast rendering and minimal HTML overhead.
- [Embedding OG Images](/docs/og-image/guides/resolve-og-images): Render another page's OG image in an
tag without reconstructing its URL.
- [Route Rules](/docs/og-image/guides/route-rules): Learn how to use route rules to customise your OG Image.
- [Runtime Cache](/docs/og-image/guides/runtime-cache): How OG image caching works at runtime, including internal storage, CDN edge caching, and platform integration.
- [Security](/docs/og-image/guides/security): Learn about the security defaults and how to further harden your OG image endpoint.
- [Styling](/docs/og-image/guides/styling): How to style your OG Images.
- [WhatsApp & Multiple Images](/docs/og-image/guides/whatsapp): Generate multiple OG images per page for different platforms like WhatsApp.
- [Zero Runtime](/docs/og-image/guides/zero-runtime): Create OG Images without the server runtime overhead.
- [Nuxt Color Mode](/docs/og-image/integrations/color-mode): How to use the Nuxt OG Image module with Nuxt Color Mode.
- [Nuxt Content](/docs/og-image/integrations/content): How to use the Nuxt OG Image module with Nuxt Content.
- [Nuxt I18n](/docs/og-image/integrations/i18n): How to use the Nuxt OG Image module with @nuxtjs/i18n.
- [v2 to v3](/docs/og-image/migration-guide/v3): Migrate Nuxt OG Image v2 to Nuxt OG Image v3.
- [v5 to v6](/docs/og-image/migration-guide/v6): Migrate Nuxt OG Image v5 to Nuxt OG Image v6.
- [Nitro Hooks](/docs/og-image/nitro-api/nitro-hooks): Hook into the Nuxt OG Image runtime.
- [v2.0.0](/docs/og-image/releases/v2): Stable release with runtime images, custom fonts, and improved caching.
- [v3.0.0](/docs/og-image/releases/v3): Release notes for Nuxt OG Image v3.
- [v4.0.0](/docs/og-image/releases/v4): Release notes for Nuxt OG Image v4.
- [v5.0.0](/docs/og-image/releases/v5): Release notes for Nuxt OG Image v5.
- [v6.0.0](/docs/og-image/releases/v6): Release notes for Nuxt OG Image v6.
- [Renderers](/docs/og-image/renderers): Choose the right renderer for your OG images.
- [Browser Renderer](/docs/og-image/renderers/browser): Learn how, when and why to use the Browser renderer.
- [Satori Renderer](/docs/og-image/renderers/satori): Learn how to use the Satori renderer.
- [Takumi Renderer](/docs/og-image/renderers/takumi): The recommended renderer for OG image generation - 2-10x faster with comprehensive CSS support.
- [Components](/docs/og-image/v5/api/components): Components that are included with the module, including OgImage and OgImageScreenshot.
- [Nuxt Config](/docs/og-image/v5/api/config): The Nuxt OG Image module configuration.
- [defineOgImage()](/docs/og-image/v5/api/define-og-image): Define an og:image for the current page.
- [defineOgImageComponent()](/docs/og-image/v5/api/define-og-image-component): Define an og:image for the current page with type safety.
- [defineOgImageScreenshot()](/docs/og-image/v5/api/define-og-image-screenshot): Define an OG Image that takes a screenshot of the page.
- [Nuxt Hooks](/docs/og-image/v5/api/nuxt-hooks): Hook into the Nuxt OG Image build-time behaviour.
- [Tutorial: Your first OG Image](/docs/og-image/v5/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](/docs/og-image/v5/getting-started/installation): Get started with Nuxt OG Image by installing the dependency to your project.
- [Nuxt OG Image](/docs/og-image/v5/getting-started/introduction): Generate OG Images with Vue templates in Nuxt.
- [Troubleshooting Nuxt OG Image](/docs/og-image/v5/getting-started/troubleshooting): Create minimal reproductions for Nuxt OG Image or just experiment with the module.
- [Caching Images](/docs/og-image/v5/guides/cache): Getting to know how the Caching works with Nuxt OG Image.
- [Chromium Renderer](/docs/og-image/v5/guides/chromium): Learn how, when and why to use the Chromium renderer.
- [Community Templates](/docs/og-image/v5/guides/community-templates): Community templates that are included with the module, including NuxtSeo.
- [Compatibility](/docs/og-image/v5/guides/compatibility): Learn what environments can use what features.
- [Fonts](/docs/og-image/v5/guides/custom-fonts): Using custom fonts in your OG Images.
- [Emojis](/docs/og-image/v5/guides/emojis): Use emojis in your OG Images.
- [Error pages](/docs/og-image/v5/guides/error-pages): How to display og images for error pages
- [Icons and Images](/docs/og-image/v5/guides/icons-and-images): How to use icons and images in your templates.
- [JPEGs](/docs/og-image/v5/guides/jpegs): Learn how to generate JPEG images instead of PNG for Nuxt OG Image.
- [Non-English Locales](/docs/og-image/v5/guides/non-english-locales): How to use the Nuxt OG Image module with non-english locales.
- [Route Rules](/docs/og-image/v5/guides/route-rules): Learn how to use route rules to customise your OG Image.
- [Satori Renderer](/docs/og-image/v5/guides/satori): Learn how to use the Satori renderer.
- [Styling](/docs/og-image/v5/guides/styling): How to style your OG Images.
- [Zero Runtime](/docs/og-image/v5/guides/zero-runtime): Create OG Images without the server runtime overhead.
- [Nuxt Color Mode](/docs/og-image/v5/integrations/color-mode): How to use the Nuxt OG Image module with Nuxt Color Mode.
- [Nuxt Content](/docs/og-image/v5/integrations/content): How to use the Nuxt OG Image module with Nuxt Content.
- [v2 to v3](/docs/og-image/v5/migration-guide/v3): Migrate Nuxt OG Image v2 to Nuxt OG Image v3.
- [Nitro Hooks](/docs/og-image/v5/nitro-api/nitro-hooks): Hook into the Nuxt OG Image runtime.
- [v2.0.0](/docs/og-image/v5/releases/v2)
- [v3.0.0](/docs/og-image/v5/releases/v3): Release notes for Nuxt OG Image v3.
- [v4.0.0](/docs/og-image/v5/releases/v4): Release notes for Nuxt OG Image v4.
- [v5.0.0](/docs/og-image/v5/releases/v5): Release notes for Nuxt OG Image v5.
- [Nuxt Content](/docs/robots/advanced/content): How to use the Nuxt Robots module with Nuxt Content.
- [Nuxt I18n](/docs/robots/advanced/i18n): How to use the Nuxt Robots module with Nuxt I18n.
- [Yandex: Clean-param](/docs/robots/advanced/yandex): Learn how to use the `clean-param` directive to remove query parameters from URLs with Yandex.
- [Nuxt Config](/docs/robots/api/config): Learn how to configure Nuxt Robots using nuxt.config.
- [Nuxt Hooks](/docs/robots/api/nuxt-hooks): Learn how to use Nuxt hooks to modify the robots config.
- [useBotDetection()](/docs/robots/api/use-bot-detection): A reactive composable for detecting and classifying bots with optional client-side fingerprinting.
- [useRobotsRule()](/docs/robots/api/use-robots-rule): A reactive way to access and set the robots rule.
- [Install Nuxt Robots](/docs/robots/getting-started/installation): Get started with Nuxt Robots by installing the dependency to your project.
- [Nuxt Robots](/docs/robots/getting-started/introduction): Nuxt Robots manages the robots crawling your site with minimal config and best practice defaults.
- [Troubleshooting Nuxt Robots](/docs/robots/getting-started/troubleshooting): Debug Nuxt Robots issues using DevTools, config options, and minimal reproductions.
- [AI Directives](/docs/robots/guides/ai-directives): Control how AI systems interact with your content using Content-Usage and Content-Signal directives.
- [Bot Detection](/docs/robots/guides/bot-detection): Detect and classify bots with server-side header analysis and client-side browser fingerprinting.
- [Disabling Site Indexing](/docs/robots/guides/disable-indexing): Learn how to disable indexing for different environments and conditions to avoid crawling issues.
- [Disable Page Indexing](/docs/robots/guides/disable-page-indexing): Learn how to disable indexing for specific pages on your app.
- [How Nuxt Robots Works](/docs/robots/guides/how-it-works): Learn more about how Nuxt Robots works.
- [Config using Nuxt Config](/docs/robots/guides/nuxt-config): Learn how to configure the module programmatically using nuxt.config.
- [Robots.txt Recipes](/docs/robots/guides/robot-recipes): Common robots.txt patterns including blocking bad bots, AI crawlers, and search results.
- [Config using Robots.txt](/docs/robots/guides/robots-txt): Configure your generated robots.txt file with a robots.txt file.
- [Config Using Route Rules](/docs/robots/guides/route-rules): Learn how to configure robots through route rules.
- [getBotDetection()](/docs/robots/nitro-api/get-bot-detection): Server-side composable to access bot detection state in Nitro routes and middleware.
- [getPathRobotConfig()](/docs/robots/nitro-api/get-path-robot-config): See if the Site is indexable within Nitro.
- [getSiteRobotConfig()](/docs/robots/nitro-api/get-site-robot-config): See if the Site is indexable within Nitro.
- [Nitro Hooks](/docs/robots/nitro-api/nitro-hooks): Learn how to use Nitro hooks to modify the robots final output.
- [v3.0.0](/docs/robots/releases/v3): Release notes for Nuxt Robots v3.0.0.
- [v4.0.0](/docs/robots/releases/v4): Release notes for Nuxt Robots v4.0.0.
- [v5.0.0](/docs/robots/releases/v5): Release notes for Nuxt Robots v5.0.0.
- [v6.0.0](/docs/robots/releases/v6): Release notes for Nuxt Robots v6.0.0.
- [Nuxt Config](/docs/schema-org/api/config): Configure the Nuxt Schema.org module.
- [Nuxt Hooks](/docs/schema-org/api/nuxt-hooks): Learn how to use Nuxt hooks to modify your Schema.org output.
- [useSchemaOrg()](/docs/schema-org/api/use-schema-org): Define Schema.org structured data for your pages using the useSchemaOrg composable.
- [Install Nuxt Schema.org](/docs/schema-org/getting-started/installation): Get started with Nuxt Schema.org by installing the dependency to your project.
- [Nuxt Schema.org](/docs/schema-org/getting-started/introduction): The quickest and easiest way to build Schema.org graphs for Nuxt.
- [Troubleshooting Nuxt Schema.org](/docs/schema-org/getting-started/troubleshooting): Create minimal reproductions for Nuxt Schema.org or just experiment with the module.
- [Nuxt Content](/docs/schema-org/guides/content): How to use the Nuxt Schema.org module with Nuxt Content.
- [Default Schema.org](/docs/schema-org/guides/default-schema-org): The default Schema.org setup for Nuxt Schema.org.
- [Full Documentation](/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](/docs/schema-org/guides/how-it-works): Learn more about how Nuxt Schema.org works.
- [Nuxt I18n](/docs/schema-org/guides/i18n): How to use the Nuxt Schema.org module with Nuxt I18n.
- [Supported Nodes](/docs/schema-org/guides/nodes): The nodes available for Nuxt Schema.org.
- [Setup Identity](/docs/schema-org/guides/setup-identity): Improve your Schema.org by providing the identity of your site.
- [v3.0.0](/docs/schema-org/releases/v3): Release notes for v3.0.0 of Nuxt Schema.org.
- [v4.0.0](/docs/schema-org/releases/v4): Release notes for v4.0.0 of Nuxt Schema.org.
- [v5.0.0](/docs/schema-org/releases/v5): Release notes for Nuxt Schema.org v5.
- [v6.0.0](/docs/schema-org/releases/v6): Release notes for Nuxt Schema.org v6.0.0.
- [useBreadcrumbItems()](/docs/seo-utils/api/breadcrumbs): A composable used to display a breadcrumb list that helps users to navigate between pages.
- [Config](/docs/seo-utils/api/config): Configuration options for Nuxt SEO Utils module.
- [useFallbackTitle()](/docs/seo-utils/api/fallback-title): A composable that returns a computed ref with the fallback title for the current page.
- [useShareLinks()](/docs/seo-utils/api/share-links): A composable that generates social share URLs for the current page across multiple platforms.
- [Install Nuxt SEO Utils](/docs/seo-utils/getting-started/installation): Get started with Nuxt SEO Utils by installing the dependency to your project.
- [Nuxt SEO Utils](/docs/seo-utils/getting-started/introduction): SEO utilities to improve your Nuxt sites discoverability and shareability.
- [Troubleshooting Nuxt SEO Utils](/docs/seo-utils/getting-started/troubleshooting): Create minimal reproductions for Nuxt SEO Utils or just experiment with the module.
- [App Icons](/docs/seo-utils/guides/app-icons): Learn how metadata files work with logos.
- [Canonical URL](/docs/seo-utils/guides/canonical-url): Ensure a canonical URL is set to avoid duplicate content issues.
- [CLI](/docs/seo-utils/guides/cli): Use the nuxt-seo-utils CLI to generate favicon and icon variants.
- [Best Practice Default Meta](/docs/seo-utils/guides/default-meta): The default meta tags Nuxt SEO sets for you.
- [Enhanced Titles](/docs/seo-utils/guides/fallback-title): How Nuxt SEO enhances your page titles.
- [I18n & Localization](/docs/seo-utils/guides/i18n): How Nuxt SEO Utils handles language and locale configuration.
- [Inline Minification](/docs/seo-utils/guides/minification): Automatically minify inline scripts and styles in your SSR responses to reduce page weight.
- [Nuxt Config SEO Meta](/docs/seo-utils/guides/nuxt-config-seo-meta): Make use of the power of useSeoMeta inside your nuxt.config.
- [Open Graph Images](/docs/seo-utils/guides/open-graph-images): Automatically set meta tags for Open Graph images.
- [SEO Route Rules](/docs/seo-utils/guides/route-rules): Utilise route rules for dynamic SEO meta tags.
- [v3.0.0](/docs/seo-utils/releases/v3): Release notes for v3.0.0 - Next.js inspired metadata files.
- [v4.0.0](/docs/seo-utils/releases/v4): Release notes for v4.0.0 - Dark/light mode icons support.
- [v5.0.0](/docs/seo-utils/releases/v5): Release notes for v5.0.0 - Module renamed to Nuxt SEO Utils.
- [v6.0.0](/docs/seo-utils/releases/v6): Release notes for v6.0.0 of Nuxt SEO Utils.
- [v7.0.0](/docs/seo-utils/releases/v7): Release notes for v7.0.0 of Nuxt SEO Utils.
- [Nuxt SEO Utils v8.0.0](/docs/seo-utils/releases/v8): Release notes for v8.0.0 of Nuxt SEO Utils.
- [Nuxt Config](/docs/site-config/api/config): The config options available for Nuxt Site Config.
- [createSitePathResolver()](/docs/site-config/api/create-site-path-resolver): Create a function to resolve a path relative to the site.
- [getNitroOrigin()](/docs/site-config/api/get-nitro-origin): Get the runtime origin URL safely across development, prerendering, and production environments.
- [Nuxt Hooks](/docs/site-config/api/nuxt-hooks): Learn how to use Nuxt Hooks to customize your site config.
- [updateSiteConfig()](/docs/site-config/api/update-site-config): Learn how to modify site config at runtime.
- [useSiteConfig()](/docs/site-config/api/use-site-config): How to access site config within a Nuxt context.
- [Install Nuxt Site Config](/docs/site-config/getting-started/installation): Get started with Nuxt Site Config by installing the dependency to your project.
- [Introduction](/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](/docs/site-config/getting-started/troubleshooting): Debug Nuxt Site Config issues using DevTools, config options, and minimal reproductions.
- [How it works](/docs/site-config/guides/how-it-works): Learn how the Nuxt Site Config module works, so you can get the most out of it.
- [I18n Integration](/docs/site-config/guides/i18n): How to use the Nuxt Site Config module with @nuxtjs/i18n or nuxt-i18n-micro.
- [Multi-Tenancy](/docs/site-config/guides/multi-tenancy): Learn how to serve multiple sites with different configurations based on the hostname.
- [Runtime Site Config](/docs/site-config/guides/runtime-site-config): Learn how to set site config at runtime in your Nuxt app.
- [Recommended Config](/docs/site-config/guides/setting-site-config): Learn how to set site config in your Nuxt app.
- [createSitePathResolver()](/docs/site-config/nitro-api/create-site-path-resolver): Create a function to resolve a path relative to the site within Nitro.
- [getNitroOrigin()](/docs/site-config/nitro-api/get-nitro-origin): Get the runtime origin URL safely within Nitro server handlers.
- [getSiteIndexable()](/docs/site-config/nitro-api/get-site-indexable): Check if the current site is indexable within Nitro.
- [Nitro Hooks](/docs/site-config/nitro-api/nitro-hooks): Learn how to use Nitro Hooks to customize your site config.
- [updateSiteConfig()](/docs/site-config/nitro-api/update-site-config): How to update Site Config within Nitro.
- [getSiteConfig()](/docs/site-config/nitro-api/use-site-config): How to use Site Config within Nitro.
- [v3.0.0](/docs/site-config/releases/v3): Release notes for v3.0.0.
- [v4.0.0](/docs/site-config/releases/v4): Release notes for v4.0.0.
- [Sitemap Chunking](/docs/sitemap/advanced/chunking-sources): Split large sitemap sources into multiple files for performance and search engine limits.
- [Customising the UI](/docs/sitemap/advanced/customising-ui): Change the look and feel of your sitemap.
- [Images, Videos, News](/docs/sitemap/advanced/images-videos): Learn how to add images, videos and news in your sitemap.
- [Lastmod, Priority, and Changefreq](/docs/sitemap/advanced/loc-data): Configure lastmod, priority, and changefreq values for your sitemap entries.
- [Sitemap Performance](/docs/sitemap/advanced/performance): Use the default cache engine to keep your sitemaps fast.
- [Config](/docs/sitemap/api/config): Configure the sitemap module.
- [Nuxt Hooks](/docs/sitemap/api/nuxt-hooks): Build-time Nuxt hooks provided by @nuxtjs/sitemap.
- [Data Sources](/docs/sitemap/getting-started/data-sources): Understand where your sitemap URLs come from.
- [Install Nuxt Sitemap](/docs/sitemap/getting-started/installation): Get started with Nuxt Sitemap by installing the dependency to your project.
- [Nuxt Sitemap](/docs/sitemap/getting-started/introduction): Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.
- [Troubleshooting Nuxt Sitemap](/docs/sitemap/getting-started/troubleshooting): Common issues and debugging tips for Nuxt Sitemap.
- [Sitemap.xml Best Practices](/docs/sitemap/guides/best-practices): The best practices for generating a sitemap.xml file.
- [Nuxt Content](/docs/sitemap/guides/content): How to use the Nuxt Sitemap module with Nuxt Content.
- [Dynamic URL Endpoints](/docs/sitemap/guides/dynamic-urls): Use runtime API endpoints to generate dynamic URLs for your sitemap.
- [Disabling Indexing](/docs/sitemap/guides/filtering-urls): How to filter the URLs generated from application sources.
- [I18n](/docs/sitemap/guides/i18n): Setting up a sitemap with Nuxt I18n and Nuxt I18n Micro.
- [Multi Sitemaps](/docs/sitemap/guides/multi-sitemaps): Generate multiple sitemaps for different sections of your site.
- [Nuxt Prerendering](/docs/sitemap/guides/prerendering): Prerender your pages and have them all automatically added to your sitemap.
- [Submitting Your Sitemap](/docs/sitemap/guides/submitting-sitemap): How to submit your sitemap to Google Search Console to start getting indexed.
- [Zero Runtime](/docs/sitemap/guides/zero-runtime): Generate sitemaps at build time without runtime overhead.
- [Nitro Hooks](/docs/sitemap/nitro-api/nitro-hooks): Learn how to use Nitro Hooks to customize your sitemap entries.
- [v3.0.0](/docs/sitemap/releases/v3): Release notes for v3.0.0.
- [Nuxt Sitemap v4.0.0](/docs/sitemap/releases/v4): Release notes for v4.0.0 of Nuxt Sitemap.
- [Nuxt Sitemap v5.0.0](/docs/sitemap/releases/v5): Release notes for v5.0.0 of Nuxt Sitemap.
- [Nuxt Sitemap v6.0.0](/docs/sitemap/releases/v6): Release notes for v6.0.0 of Nuxt Sitemap.
- [Nuxt Sitemap v7.0.0](/docs/sitemap/releases/v7): Release notes for v7.0.0 of Nuxt Sitemap.
- [Nuxt Sitemap v8.0.0](/docs/sitemap/releases/v8): Release notes for v8.0.0 of Nuxt Sitemap.
- [Configuration](/docs/skew-protection/api/config): Complete configuration reference for Nuxt Skew Protection.
- [Nuxt Hooks](/docs/skew-protection/api/nuxt-hooks): Learn how to use Nuxt hooks to respond to skew protection events.
- [](/docs/skew-protection/api/skew-notification): Headless component for displaying update notifications.
- [useActiveConnections()](/docs/skew-protection/api/use-active-connections): Composable for monitoring real-time connection statistics and version distribution.
- [useSkewProtection()](/docs/skew-protection/api/use-skew-protection): Composable for accessing skew protection state and methods.
- [Install Nuxt Skew Protection](/docs/skew-protection/getting-started/installation): Get started with Nuxt Skew Protection by installing the dependency to your project.
- [Introduction](/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](/docs/skew-protection/guides/cookie-consent): Information about cookie consent requirements for using Nuxt Skew Protection.
- [Update Notifications](/docs/skew-protection/guides/immediate-updates): React to version updates using useSkewProtection() composable.
- [View Active Connections](/docs/skew-protection/guides/live-connections): Monitor active connections and version distribution in real-time.
- [Performance](/docs/skew-protection/guides/performance): Optimize skew protection for high-traffic applications.
- [Tracking User Pages](/docs/skew-protection/guides/route-tracking): Monitor which pages users are viewing and invalidate specific routes.
- [Persistent Storage](/docs/skew-protection/guides/storage-configuration): Configure persistent storage for build assets across deployments.
- [Notification UI](/docs/skew-protection/guides/ui-examples): Example implementations of update notifications using the SkewNotification component.
- [Check for Update Strategy](/docs/skew-protection/guides/update-strategies): Choose the best update detection strategy for your platform.
- [isClientOutdated()](/docs/skew-protection/nitro-api/is-client-outdated): Server-side utility to check if a client's version is outdated.
- [Nitro Hooks](/docs/skew-protection/nitro-api/nitro-hooks): Learn how to use Nitro hooks to track and respond to real-time connections.
- [Cloudflare](/docs/skew-protection/providers/cloudflare): Configure Nuxt Skew Protection for Cloudflare Workers, Pages, and NuxtHub.
- [External Providers](/docs/skew-protection/providers/external): Use third-party WebSocket providers for real-time update notifications on any platform.
- [v1.0.0](/docs/skew-protection/releases/v1): Release notes for Nuxt Skew Protection v1.
- [What is Technical SEO?](/learn-seo): Technical SEO makes your site crawlable, indexable, and machine-readable for both humans and AI agents.
- [Building Backlinks and Authority for Developer Sites](/learn-seo/backlinks): Developer-friendly strategies for building backlinks and domain authority. Cross-linking, open source, and quality over quantity.
- [The 2026 SEO Checklist for Nuxt & Vue](/learn-seo/checklist): The SEO mistakes that silently kill rankings in Nuxt and Vue apps. Interactive checklist covering pre-launch, post-launch, AI discovery, and ongoing monitoring ...
- [Pre-Launch SEO Warmup for Nuxt & Vue: Build Authority Before You Ship](/learn-seo/pre-launch-warmup): 5.7% of new pages reach the top 10 within a year. The ones that do started building authority before launch. Here's the 6-week playbook for Nuxt and Vue sites.
- [SEO for Single Page Applications: The Complete 2026 Guide](/learn-seo/spa-seo): How to optimize React, Vue, and Angular SPAs for search engines. Covers SSR, SSG, Core Web Vitals, and modern rendering strategies for JavaScript apps.
- [Nuxt SEO Guide](/learn-seo/nuxt): The complete guide to Nuxt SEO in 2026. Master hybrid rendering, AI crawler governance, and Core Web Vitals with the strictly typed Nuxt SEO ecosystem.
- [Control Web Crawlers and Crawl Budget in Nuxt](/learn-seo/nuxt/controlling-crawlers): Manage how search engines crawl and index your Nuxt app. Configure robots.txt, sitemaps, canonical URLs, and redirects for better SEO.
- [Canonical URLs in Nuxt](/learn-seo/nuxt/controlling-crawlers/canonical-urls): Canonical URLs tell search engines which version of a page to index when duplicate content exists. Here's how to set them up in Nuxt.
- [Duplicate Content SEO in Nuxt](/learn-seo/nuxt/controlling-crawlers/duplicate-content): Duplicate content wastes crawl budget and splits ranking signals. Here's how to find and fix it with canonical tags, redirects, and parameter handling.
- [llms.txt for Nuxt Sites](/learn-seo/nuxt/controlling-crawlers/llms-txt): Help AI assistants understand your Nuxt documentation with the llms.txt standard. Configure nuxt-llms for automatic generation.
- [Meta Robots Tags in Nuxt](/learn-seo/nuxt/controlling-crawlers/meta-tags): Control page-level indexing with meta robots tags. Block search results pages, manage pagination, and prevent duplicate content in Nuxt apps.
- [HTTP Redirects for SEO in Nuxt](/learn-seo/nuxt/controlling-crawlers/redirects): 301 redirects preserve SEO value when content moves. Nuxt handles server-side redirects through routeRules to pass link equity and maintain rankings.
- [Robots Txt](/learn-seo/nuxt/controlling-crawlers/robots-txt)
- [Nuxt Sitemap Configuration Guide](/learn-seo/nuxt/controlling-crawlers/sitemaps): Generate sitemaps for Nuxt with the @nuxtjs/sitemap module or server routes for dynamic content.
- [Launching and Monitoring Your Nuxt Site](/learn-seo/nuxt/launch-and-listen): Submit sitemap to Search Console, verify indexing, monitor rankings and AI visibility. Complete post-launch SEO workflow for Nuxt in 2026.
- [Optimizing Nuxt Content for AI Search](/learn-seo/nuxt/launch-and-listen/ai-optimized-content): Make your Nuxt site visible in AI Overviews, ChatGPT, and other generative search engines with structured data and content strategies in 2026.
- [Core Web Vitals in Nuxt](/learn-seo/nuxt/launch-and-listen/core-web-vitals): Measure and optimize LCP, INP, and CLS in Nuxt apps to improve user experience and search rankings in 2026.
- [Debug Nuxt SEO Issues](/learn-seo/nuxt/launch-and-listen/debugging): Fix meta tags not rendering, hydration mismatches, and indexing problems in 2026. Chrome DevTools workflow and server-side debugging guide.
- [Getting Your Nuxt Site Indexed](/learn-seo/nuxt/launch-and-listen/going-live): How to get your Nuxt site crawled, indexed, and cited in AI Overviews for the first time.
- [Debug Indexing Issues in Google Search Console](/learn-seo/nuxt/launch-and-listen/indexing-issues): Fix "crawled currently not indexed" and other GSC coverage errors affecting your Nuxt site and AI visibility in 2026.
- [IndexNow and Indexing APIs in Nuxt](/learn-seo/nuxt/launch-and-listen/indexnow): Notify search engines instantly when content changes using IndexNow, Google Indexing API, and RequestIndexing in 2026.
- [Set Up Google Search Console for Your Nuxt Site](/learn-seo/nuxt/launch-and-listen/search-console): Verify ownership, submit sitemaps, and monitor indexing status and AI visibility using Google Search Console.
- [SEO Monitoring Tools for Nuxt Sites](/learn-seo/nuxt/launch-and-listen/seo-monitoring): Set up analytics, rank tracking, AI citation monitoring, and RUM to monitor your Nuxt site's search performance in 2026.
- [Site Migration SEO for Nuxt Apps](/learn-seo/nuxt/launch-and-listen/site-migration): Migrate domains, redesign URLs, or switch frameworks without losing search rankings or AI citations in 2026.
- [Nuxt SEO Meta Tags Guide](/learn-seo/nuxt/mastering-meta): Set up meta tags in Nuxt with useSeoMeta. Covers titles, descriptions, Open Graph, Twitter Cards, and Schema.org. with SSR patterns that actually get indexed.
- [Image Alt Text for SEO in Nuxt](/learn-seo/nuxt/mastering-meta/alt-text): How to write effective image alt text in Nuxt for accessibility, Google Images ranking, and AI model understanding.
- [Meta Descriptions in Nuxt](/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...
- [Social Sharing Meta Tags in Nuxt](/learn-seo/nuxt/mastering-meta/open-graph): Configure Open Graph and Twitter Card meta tags for rich link previews on Facebook, X/Twitter, LinkedIn, Slack, and Discord.
- [Rich Results in Nuxt](/learn-seo/nuxt/mastering-meta/rich-results): Get rich results in Google search with Schema.org structured data. Learn which types still work after Google's 2023 FAQ/HowTo removals.
- [JSON-LD Structured Data in Nuxt](/learn-seo/nuxt/mastering-meta/schema-org): Learn how to implement Schema.org structured data in Nuxt. Get rich results in Google search with type-safe JSON-LD markup using the Nuxt Schema.org module.
- [Page Titles in Nuxt](/learn-seo/nuxt/mastering-meta/titles): Set dynamic page titles in Nuxt with useHead. Learn title templates, reactive titles, and SSR patterns that Google indexes correctly.
- [Twitter Cards in Nuxt](/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.
- [Nuxt Routing and SEO](/learn-seo/nuxt/routes-and-rendering): URL patterns, rendering modes, and routing decisions that affect your Nuxt site's search rankings.
- [404 Pages and SEO in Nuxt](/learn-seo/nuxt/routes-and-rendering/404-pages): 404 errors don't hurt SEO, but soft 404s do. Learn proper HTTP status codes, custom 404 design, and crawl budget optimization for Nuxt applications.
- [Dynamic Routes in Nuxt for SEO](/learn-seo/nuxt/routes-and-rendering/dynamic-routes): How to use Nuxt's file-based dynamic routes, set per-route meta tags, and avoid duplicate content issues with URL parameters.
- [Hreflang Tags in Nuxt](/learn-seo/nuxt/routes-and-rendering/i18n): Set hreflang tags in Nuxt to tell search engines which language version to show users. Avoid duplicate content penalties across multilingual sites.
- [Internal Linking Strategy for Nuxt Sites](/learn-seo/nuxt/routes-and-rendering/internal-linking): How to build an internal linking architecture in Nuxt that distributes PageRank, improves crawl depth, and helps Google discover every page.
- [Pagination SEO in Nuxt](/learn-seo/nuxt/routes-and-rendering/pagination): How to implement SEO-friendly pagination in Nuxt using canonical tags, self-referencing URLs, and proper link structure.
- [Programmatic SEO with Nuxt](/learn-seo/nuxt/routes-and-rendering/programmatic-seo): Build SEO pages at scale with Nuxt dynamic routes. Feature pages, comparison pages, alternative pages, and category pages that rank.
- [Query Parameters and SEO in Nuxt](/learn-seo/nuxt/routes-and-rendering/query-parameters): Query parameters create duplicate content and waste crawl budget. Here's how to handle filters, sorting, and tracking params in Nuxt.
- [Rendering for SEO in 2026: Hybrid, Islands, and Edge](/learn-seo/nuxt/routes-and-rendering/rendering): How to use SSR, SSG, Nuxt Islands, and Edge-side rendering to optimize for indexing and INP.
- [Protecting Nuxt Apps from Malicious Crawlers](/learn-seo/nuxt/routes-and-rendering/security): Robots.txt is a polite suggestion. Malicious crawlers ignore it. Here's how to actually protect your Nuxt app.
- [Trailing Slashes in Nuxt](/learn-seo/nuxt/routes-and-rendering/trailing-slashes): Learn when to enable trailing slashes, how to configure NuxtLink, and the one-line Nuxt SEO setup.
- [SEO-Friendly URLs in Nuxt](/learn-seo/nuxt/routes-and-rendering/url-structure): Create search-optimized URLs using file-based routing. Learn slug formatting, parameter handling, and route patterns that improve rankings.
- [Vue SEO Guide](/learn-seo/vue): The complete 2026 guide to Vue.js SEO. Master AI-first optimization, Core Web Vitals, Vapor Mode performance, and meta tags with Unhead.
- [Control Web Crawlers and Crawl Budget in Vue](/learn-seo/vue/controlling-crawlers): Manage how search engines crawl and index your Vue app. Configure robots.txt, sitemaps, canonical URLs, and redirects for better SEO.
- [Canonical URLs in Vue](/learn-seo/vue/controlling-crawlers/canonical-urls): Canonical URLs tell search engines which version of a page to index when duplicate content exists. Here's how to set them up in Vue.
- [Duplicate Content SEO in Vue](/learn-seo/vue/controlling-crawlers/duplicate-content): Duplicate content wastes crawl budget and splits ranking signals. Here's how to find and fix it with canonical tags, redirects, and parameter handling.
- [llms.txt for Vue Sites](/learn-seo/vue/controlling-crawlers/llms-txt): Help AI assistants understand your Vue documentation with the llms.txt standard. Learn the file format, implementation, and when it matters.
- [How to Use Meta Robots Tags in Vue](/learn-seo/vue/controlling-crawlers/meta-tags): Control page-level indexing with meta robots tags. Block search results pages, manage pagination, and prevent duplicate content in Vue apps.
- [HTTP Redirects for SEO in Vue](/learn-seo/vue/controlling-crawlers/redirects): 301 redirects preserve SEO value when content moves. Implement server-side redirects in Vue SSR to pass link equity and maintain rankings.
- [Robots.txt in Vue](/learn-seo/vue/controlling-crawlers/robots-txt): Robots.txt tells crawlers what they can access. Here's how to set it up in Vue.
- [Create an XML Sitemap in Vue](/learn-seo/vue/controlling-crawlers/sitemaps): Generate sitemaps for Vue SPAs using Vite plugins, server-side rendering, or build-time generation.
- [Launching and Monitoring Your Vue Site](/learn-seo/vue/launch-and-listen): Deploy your Vue site to production and monitor its indexing status in search engines.
- [Optimizing Vue Content for AI Search](/learn-seo/vue/launch-and-listen/ai-optimized-content): Make your Vue site visible in AI Overviews, ChatGPT, and other generative search engines with structured data and content strategies.
- [Core Web Vitals for Vue Applications](/learn-seo/vue/launch-and-listen/core-web-vitals): Measure and optimize LCP, INP, and CLS in Vue apps to improve user experience and search rankings.
- [Debug Vue SEO Issues](/learn-seo/vue/launch-and-listen/debugging): Fix meta tags not rendering, hydration mismatches, and indexing problems. Chrome DevTools workflow and GSC URL Inspection guide.
- [Getting Your Vue Site Indexed](/learn-seo/vue/launch-and-listen/going-live): How to get your Vue site crawled and indexed for the first time by Google.
- [Debug Indexing Issues in Google Search Console](/learn-seo/vue/launch-and-listen/indexing-issues): Fix "crawled currently not indexed" and other GSC coverage errors affecting your Vue site.
- [IndexNow and Indexing APIs for Vue Sites](/learn-seo/vue/launch-and-listen/indexnow): Notify search engines instantly when content changes using IndexNow, Google Indexing API, and RequestIndexing.
- [Set Up Google Search Console for Your Vue Site](/learn-seo/vue/launch-and-listen/search-console): Verify ownership, submit sitemaps, and monitor indexing status using Google Search Console.
- [SEO Monitoring Tools for Vue Sites](/learn-seo/vue/launch-and-listen/seo-monitoring): Set up analytics, rank tracking, and alerts to monitor your Vue site's search performance.
- [Site Migration SEO for Vue Apps](/learn-seo/vue/launch-and-listen/site-migration): Migrate domains, redesign URLs, or switch frameworks without losing search rankings.
- [Vue SEO Meta Tags Guide](/learn-seo/vue/mastering-meta): Set up meta tags in Vue 3 with Unhead. Covers titles, descriptions, Open Graph, Twitter Cards, and Schema.org with SSR patterns.
- [Image Alt Text for SEO in Vue](/learn-seo/vue/mastering-meta/alt-text): How to write effective image alt text in Vue for accessibility, Google Images ranking, and AI model understanding.
- [Meta Descriptions in Vue](/learn-seo/vue/mastering-meta/descriptions): Meta descriptions get rewritten by Google 70% of the time anyway. Here's how to implement them properly in Vue using composables and let your content do the hea...
- [Migrating from vue-meta to Unhead](/learn-seo/vue/mastering-meta/migrating-vue-meta): Step-by-step guide to migrate your Vue app from vue-meta to Unhead for Vue 3 compatibility and modern head management.
- [Rich Results in Vue](/learn-seo/vue/mastering-meta/rich-results): Get rich results in Google search with Schema.org structured data. Learn which types still work after Google's 2023 and 2026 removals.
- [Add JSON-LD Structured Data in Vue](/learn-seo/vue/mastering-meta/schema-org): Learn how to implement Schema.org structured data in Vue using Unhead. Get rich results in Google search with type-safe JSON-LD markup.
- [Social Sharing Meta Tags in Vue](/learn-seo/vue/mastering-meta/social-sharing): Configure Open Graph and Twitter Card meta tags for rich link previews on Facebook, X/Twitter, LinkedIn, Slack, and Discord.
- [How to Set Page Titles in Vue](/learn-seo/vue/mastering-meta/titles): Set dynamic page titles in Vue 3 with useHead. Learn title templates, reactive titles, and SSR patterns that Google indexes correctly.
- [Vue Routing and SEO](/learn-seo/vue/routes-and-rendering): URL structure and rendering mode determine whether search engines can crawl, index, and rank your Vue application.
- [404 Pages and SEO in Vue](/learn-seo/vue/routes-and-rendering/404-pages): 404 errors don't hurt SEO, but soft 404s do. Learn proper HTTP status codes, custom 404 design, and crawl budget optimization for Vue applications.
- [Dynamic Routes in Vue for SEO](/learn-seo/vue/routes-and-rendering/dynamic-routes): How to configure Vue Router dynamic route params, set per-route meta tags, and avoid duplicate content issues with URL parameters.
- [Hreflang Tags in Vue](/learn-seo/vue/routes-and-rendering/i18n): Set hreflang tags in Vue to tell search engines which language version to show users. Avoid duplicate content penalties across multilingual sites.
- [Internal Linking Strategy for Vue Sites](/learn-seo/vue/routes-and-rendering/internal-linking): How to build an internal linking architecture in Vue that distributes PageRank, improves crawl depth, and helps Google discover every page.
- [Pagination SEO for Vue Applications](/learn-seo/vue/routes-and-rendering/pagination): How to implement SEO-friendly pagination in Vue using canonical tags, self-referencing URLs, and proper link structure.
- [Programmatic SEO with Vue](/learn-seo/vue/routes-and-rendering/programmatic-seo): Build SEO pages at scale with Vue dynamic routes. Feature pages, comparison pages, alternative pages, and category pages that rank.
- [Query Parameters and SEO in Vue](/learn-seo/vue/routes-and-rendering/query-parameters): Query parameters create duplicate content and waste crawl budget. Here's how to handle filters, sorting, and tracking params in Vue Router.
- [Rendering Modes: Hybrid, SSR, SSG & Edge](/learn-seo/vue/routes-and-rendering/rendering): Master Hybrid Rendering, ISR, and Edge Rendering for optimal Vue SEO in 2026.
- [Protecting Vue Apps from Malicious Crawlers](/learn-seo/vue/routes-and-rendering/security): Robots.txt is a polite suggestion. Malicious crawlers ignore it. Here's how to actually protect your Vue app.
- [Trailing Slashes in Vue](/learn-seo/vue/routes-and-rendering/trailing-slashes): Trailing slashes can cause duplicate content issues. Here's how to handle them in Vue Router.
- [SEO-Friendly URLs in Vue](/learn-seo/vue/routes-and-rendering/url-structure): Create search-optimized URLs using Vue Router. Learn slug formatting, parameter handling, and route patterns that improve rankings.
- [SEO for SPAs: Single Page Application SEO Guide](/learn-seo/vue/spa): SEO for SPAs explained: why single page applications struggle with search engines and how to fix it. Learn when you need SSR, when prerendering works, and when ...
- [Dynamic Rendering (Deprecated)](/learn-seo/vue/spa/dynamic-rendering): Dynamic rendering serves pre-rendered HTML to crawlers while users see JavaScript. Google no longer recommends this. use SSR or SSG instead.
- [Hydration Mismatches and SEO in Vue](/learn-seo/vue/spa/hydration): How hydration failures cause Google to index broken versions of your site. Debug mismatches, fix common causes, optimize with partial hydration.
- [Prerendering Vue SPAs for SEO](/learn-seo/vue/spa/prerendering): Build-time and on-demand prerendering for client-side Vue apps. How to get SPA performance with SSR indexing.
- [Vue SSR Frameworks](/learn-seo/vue/ssr-frameworks): Compare Vue server-side rendering frameworks. Choose between Nuxt, Quasar, Vite SSR, and VitePress for better SEO and performance.
- [Nuxt vs Quasar for SEO](/learn-seo/vue/ssr-frameworks/nuxt-vs-quasar): Nuxt dominates for SSR-first SEO. Quasar excels at cross-platform. Compare SSR capabilities, SEO features, and when to choose each.
- [Custom Vite SSR for Vue: When to Roll Your Own](/learn-seo/vue/ssr-frameworks/vite-ssr): Building server-side rendering with Vite instead of frameworks. When custom SSR makes sense and SEO considerations.
- [VitePress SEO Guide](/learn-seo/vue/ssr-frameworks/vitepress): VitePress offers built-in SEO features like sitemap generation, meta tags, and fast static site generation for documentation and blogs.
- [Pro · Nuxt SEO](/pro): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines.
- [Wizard · Nuxt SEO](/pro/wizard): Nuxt SEO is a collection of hand-crafted Nuxt Modules to help you rank higher in search engines.
- [Concepts](/pro/docs/concepts): Short explainers for the data model behind the dashboard: sites, GSC sync, analysis presets, indexing verdicts, Core Web Vitals.
- [Analysis presets](/pro/docs/concepts/analysis-presets): Eight pre-filtered views of your GSC data, each answering a specific SEO question. Reference for every preset, when to use it, and what actions it implies.
- [Core Web Vitals](/pro/docs/concepts/core-web-vitals): Live CrUX data for LCP, INP, and CLS from real Chrome users. Threshold indicators, trend history, and per-page breakdowns.
- [Indexing verdicts](/pro/docs/concepts/indexing): Every Google indexing status explained in plain English, with the usual cause and the fix.
- [License and gating](/pro/docs/concepts/license): What works without a Pro license, what requires one, and how dev vs. production are handled.
- [Sites and GSC sync](/pro/docs/concepts/sites-and-gsc-sync): How Pro pulls your Google Search Console data, what freshness to expect, and how sites are scoped.
- [Claude Code Plugin](/pro/docs/getting-started/claude-code-plugin): SEO-focused writing skills for Claude Code. Research keywords, write docs, create diagrams, and avoid AI slop.
- [Install Nuxt SEO Pro](/pro/docs/getting-started/installation): Sign in, add your license, connect Google Search Console, and add your first site in under five minutes.
- [Nuxt SEO Pro](/pro/docs/getting-started/introduction): A dashboard and MCP server that turns Google Search Console data, indexing health, and competitor intelligence into a working Nuxt SEO toolkit.
- [MCP Installation](/pro/docs/getting-started/mcp-setup): Add the Nuxt SEO Pro MCP server to Claude Desktop, Claude Code, or Cursor. One config file change and your AI assistant gains SEO tools.
- [Reference](/pro/docs/reference): Complete reference: dashboard routes, every MCP tool, every parameter.
- [Dashboard map](/pro/docs/reference/dashboard-map): Every route inside the Pro dashboard, what each view shows, and where to go for each job.
- [MCP reference](/pro/docs/reference/mcp): Every MCP tool and prompt in Nuxt SEO Pro, grouped by capability.
- [SEO Audit & Content Prompts](/pro/docs/reference/mcp/audit-prompts): Pre-built MCP prompts for SEO audits and content creation. Run site-wide audits, analyze specific pages, generate article outlines—through any MCP client.
- [Domain & Traffic Tools](/pro/docs/reference/mcp/domain-tools): MCP tools for domain availability, traffic estimation, and competitor analysis. Research domains, size competitors, and discover keyword gaps.
- [Google Search Console Tools](/pro/docs/reference/mcp/gsc-tools): MCP tools for Google Search Console data. Get real performance metrics, identify SEO opportunities, and manage sitemaps—through your AI assistant.
- [AI Keyword Research Tools](/pro/docs/reference/mcp/keyword-research): MCP tools for keyword research and SERP analysis. Find long-tail keywords, analyze competition, and discover content gaps—through your AI assistant.
- [AI Page Analysis Tools](/pro/docs/reference/mcp/page-analysis): MCP tools for AI-powered SEO analysis. Scan Vue and markdown files for issues, generate schema.org code, create OG image templates—through any MCP client.
- [Workflows](/pro/docs/workflows): Task-driven guides for the jobs Pro actually helps with. Each one shows the dashboard path and the MCP equivalent side by side.
- [Audit a page](/pro/docs/workflows/audit-page): Full diagnosis for a single URL. Every ranking keyword, optimisation gaps, SERP competition, and a prioritised fix list.
- [Generate a content brief](/pro/docs/workflows/content-brief): Chain keyword research into a structured outline, then into a full draft. Works in the dashboard AI Tools or as an MCP workflow.
- [Detect cannibalization](/pro/docs/workflows/detect-cannibalization): Multiple pages ranking for the same query dilute each other. Find every affected keyword and pick the winner.
- [Find quick wins](/pro/docs/workflows/find-quick-wins): Surface keywords ranking positions 4-20 that can reach page 1 with small edits. The highest-leverage weekly review.
- [Fix indexing issues](/pro/docs/workflows/fix-indexing): Pages that aren\
- [Research keywords](/pro/docs/workflows/research-keywords): Validate search demand before writing. Check volume, difficulty, SERP competition, and AI Overview presence.
- [Track competitors](/pro/docs/workflows/track-competitors): Pick up to 10 competitors per site. See their keyword gaps, shared battlegrounds, quick wins, and traffic trend. Auto-discovery included.
- [Free SEO Tools for Developers · Nuxt SEO](/tools): Free SEO tools: schema validator, sitemap checker, meta tag analyzer, robots.txt generator, social share debugger & more. No signup required.
- [Domain Rankings Checker · See Your Keyword Positions · Nuxt SEO](/tools/domain-rankings): Check what keywords any domain ranks for. See positions, search volume, and estimated traffic. Find opportunities to improve your rankings.
- [Free HTML to Markdown Converter · Convert URLs & HTML Online · Nuxt SEO](/tools/html-to-markdown): Free HTML to Markdown converter. Convert any webpage or HTML to clean Markdown for Nuxt Content, static sites, LLMs, or documentation.
- [Free Keyword Idea Generator for Developers · Find SEO Keywords · Nuxt SEO](/tools/keyword-generator): Free keyword idea generator built for developers. Get keyword suggestions with search volume, difficulty & intent data for your docs, blog, or SaaS. No signup r...
- [SERP Keyword Research Tool · Nuxt SEO](/tools/keyword-research): Research keywords with volume, difficulty, and intent data. Find long-tail opportunities and track your research history.
- [Free Meta Tag Checker · Check Title Length, Description & OG Tags · Nuxt SEO](/tools/meta-tag-checker): Free meta tag checker with title length counter, description character limit validator, and social media preview. Check Open Graph, Twitter Cards & Google SERP ...
- [Free Robots.txt Generator · Block AI Bots & Control Crawlers · Nuxt SEO](/tools/robots-txt-generator): Free robots.txt generator with AI bot blocking. Create, test & download robots.txt files. Block GPTBot, ClaudeBot, CCBot & 20+ crawlers. No signup required.
- [Free Robots.txt Checker · Validate Syntax & AI Bot Blocking · Nuxt SEO](/tools/robots-txt-validator): Validate your robots.txt file for syntax errors and AI bot blocking. Check if GPTBot, ClaudeBot and other crawlers are properly blocked.
- [Schema.org Validator · Test Structured Data & Rich Results · Nuxt SEO](/tools/schema-validator): Free Schema.org validator for JSON-LD and Microdata. Test structured data markup, check Google rich results eligibility, and fix validation errors. No signup.
- [SERP Analyzer · See Who Ranks for Any Keyword · Nuxt SEO](/tools/serp-analyzer): Analyze Google search results for any keyword. See top 10 rankings, domain authority, and SERP features like AI Overview and Featured Snippets.
- [Social Share Debugger · Preview Facebook, Twitter & LinkedIn · Nuxt SEO](/tools/social-share-debugger): Free social share debugger. Preview how your links appear on Twitter, Facebook, LinkedIn, Slack & Discord. Debug OG tags and clear platform caches.
- [Free XML Sitemap Validator · Check Errors & Validate URLs Online · Nuxt SEO](/tools/xml-sitemap-validator): Free XML sitemap validator with sitemap index support. Check for errors, validate URLs, detect duplicates, and verify Google compliance. Export results as CSV.
## Other Pages
- /announcement