Does NextJs generate robots.txt and XML sitemaps?
Unanswered
Shayokh posted this in #help-forum
ShayokhOP
Does NextJs generate robots.txt and XML sitemaps or is it the duty of the developer to generate them manually for SEO?
4 Replies
Barbary Lion
nextjs doesnt do it automatically
you can either have them as static files (
robots.txt
and sitemap.xml
) in the app/
folderor generate them with js/ts code
robots.ts
and sitemap.ts/js