Next.js Discord

Discord Forum

NextJS 14.2 robots.txt and robots.ts not working

Unanswered
miracim posted this in #help-forum
Open in Discord
I am using NextJS version 14.2 and I have added the files required for seo such as sitemap and only the robots file is left. But the robot.txt file I added does not appear in the head tag

8 Replies

u add the robots.txt in app/robots.txt iirc
yeah, docs says the same
I checked the extension and head tag and transferred my robots.txt file to the app folder, but it still looks the same, while the url/sitemap.xml path is found, I cannot access the url/robot.txt file via the client
To clarify, are you using app router or pages router.
What does your robots.txt look like
And is the name correct
Did you restart the server?