I have my own directory for static files and that's why I want to move my favicon, robots.txt, sitemap and other files of the same sort to it. Therefore, these files will be accessible not as my_website.com/robots.txt
, my_website.com/favicon.ico
, but my_website.com/my_files_path/robots.txt
, my_website.com/my_files_path/favicon.ico
I wonder, won't this hurt my website in terms of SEO? Are there other drawbacks? Is it better to put these files in the root directory?