Overview

There are several ways to create a sitemap in Nuxt 3, so here are my notes.

[1] @nuxtjs/sitemap

Documentation

Reference Article

Installation

npm install -D @nuxtjs/sitemap

Repository

[2] sitemap

Reference Article

Installation

npm install -D sitemap

Repository

[3] nuxt-simple-sitemap

This package has the following note, so using @nuxtjs/sitemap from [1] seems to be the better choice:

Package has been migrated to @nuxtjs/sitemap.

Documentation

Reference Article

Installation

npm install --save-dev nuxt-simple-sitemap

Repository

Summary

There may be other options, but I hope this serves as a useful reference.