NextJS 14.2 robots.txt and robots.ts not working
Unanswered
miracim posted this in #help-forum
miracimOP
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
miracimOP
u add the robots.txt in
app/robots.txt iircyeah, docs says the same
miracimOP
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?