Next.js Discord

Discord Forum

Is it possible to style the sitemap in NextJS 13

Answered
Giant Angora posted this in #help-forum
Open in Discord
Giant AngoraOP
I am currently using the sitemap() function to create a simple sitemap.

Can I somehow style to look something like the one in the attached screenshot?
Answered by Ray
you can create the page in app/sitemap/page.tsx
View full answer

5 Replies

Answer
then render the list of the sitemap links
and reference it in robot.txt
Giant AngoraOP
Thanks
np, please mark solution if your issue has been solved