Skip to content

The Nuxt Guide

@nuxtjs/sitemap : Automatically generates an XML sitemap to help search engines index your pages.

@nuxtjs/robots : Creates a robots.txt file to manage crawler access.

nuxt-schema-org : Easily integrates JSON-LD schema tags to enhance search results.

nuxt-seo-experiments : Allows you to experiment with various SEO optimizations.

nuxt-og-image : Generates images for social media previews.

nuxt-link-checker : Checks link validity to avoid 404 errors.

This guide shows you how to configure SEO in a Nuxt project using various popular modules to optimize your site's visibility on search engines.

SEO Modules Installation

Basic Installation

Install the SEO module by running the following command in your terminal:

sh
npx nuxi@latest module add seo