SEO
Nuxt be uses Nuxt SEO to optimize your website for search engines. This powerful collection of modules handles all technical aspects needed to grow your site's organic traffic.
Overview
The SEO module collection provides comprehensive tools for:
- Meta Tags: Automated meta tag management for enhanced search visibility
- Sitemaps: Dynamic XML sitemap generation
- Robots.txt: Search engine crawling control
- Social Media Tags: Open Graph and Twitter Card optimization
- Schema.org: Structured data markup for rich snippets
Configuration
Global SEO Settings
Configure site-wide SEO settings in your nuxt.config.ts
:
nuxt.config.ts
Those values will be used to automatically by the SEO modules to generate relevant meta tags, sitemaps, and more.
App-Level SEO Configuration
The app.vue
file contains base SEO configuration:
app.vue
Page-Specific SEO
For individual pages, use useSeoMeta
in your component's setup:
Docs SEO
All the pages in the docs are automatically optimized for SEO.
docs/...slug.vue
Also docs pages supports automatic generation of Open Graph images.
docs/...slug.vue