NextJS Dynamic Sitemap
Answered
Willow Flycatcher posted this in #help-forum
Willow FlycatcherOP
I was reasding this NextJS article on creating a dynamic sitemap (https://nextjs.org/learn/seo/crawling-and-indexing/xml-sitemaps) and was wondering if it still works in nextjs 13 with the app router or if there is a different way to do it.
Answered by riský
2 Replies
@riský yes there is now: <https://nextjs.org/docs/app/api-reference/file-conventions/metadata/sitemap>
Willow FlycatcherOP
Thank you