1
2 Comments

Add a Dynamic Sitemap to Next.js Website Using Pages or App Directory

https://claritydev.net/blog/nextjs-dynamic-sitemap-pages-app-directory

In this post, we will explore how to add a dynamic sitemap to a Next.js website using the app directory. By the end of this post, you will have a fully functional dynamic sitemap for your Next.js website.

submitted this linkon March 11, 2023
  1. 1

    I think there is already a package next sitemap that can do the job

    1. 1

      Yeah, it's called next-sitemap, but you don't really need it in this case.