I have noticed that the robots.txt file on my website (https://casicensurado.site/robots.txt) is not being served correctly. When I try to access it through the browser or via tools like curl, the file appears to contain JavaScript injection and is being served with the content type text/html instead of text/plain.
This issue is preventing Googlebot from reading the file correctly, which could negatively affect my site’s indexing in Google search results.
I have already tried several adjustments, including configuring the .htaccess file to force the content type to text/plain, but the issue persists.
Could you please look into this and ensure that my robots.txt file is served correctly as plain text (text/plain) without the JavaScript injection (such as the aes.js script)?