Next.js Discord

Discord Forum

Dynamic Sitemaps in App routes

Unanswered
Dwarf Hotot posted this in #help-forum
Open in Discord
Dwarf HototOP
Hi I have a question on dynamic sitemaps. Can I know how I can create a dynamic sitemap, if I have a ecommerce site with products around 10000 products. do i need have eacg products urls in my sitemap? i am getting each products from a 3rd party API. To render that page, I have to pass 3 params through the search params as well
Thank you really appreaciate it

2 Replies

Brown bear
no you dont need that
you can manage with routes and search query params for reference you can study dynamic routes and first make clear what is requiremnt and wht need to do then write code