Cant visit sitemap.xml
Answered
Japanese Bobtail posted this in #help-forum
Japanese BobtailOP
Hi there. I have created a sitemap.xml.js file like nextjs said: https://nextjs.org/learn-pages-router/seo/crawling-and-indexing/xml-sitemaps
But i cant visit the sitemap.xml with http://localhost:3000/sitemap.xml
The path is src\app\sitemap.xml.js
Whats wrong?
But i cant visit the sitemap.xml with http://localhost:3000/sitemap.xml
The path is src\app\sitemap.xml.js
Whats wrong?
Answered by riský
btw that is the old learn site for pages dir, you seem to be using the new app dir, so look at this docs to get sitemap working: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/sitemap#generating-a-sitemap-using-code-js-ts
2 Replies
btw that is the old learn site for pages dir, you seem to be using the new app dir, so look at this docs to get sitemap working: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/sitemap#generating-a-sitemap-using-code-js-ts
Answer