-
-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Google and other search engines just look for the robots.txt file on the root directory.
http//example.com/folder/robots.txt
Not a valid robots.txt file. Crawlers don't check for robots.txt files in subdirectories.
Google documentation.
That means that the robots.txt for the non-default language is being ignored. ie: http://example.com/fr/robots.txt
So, the default behavior should be that the robots.txt files ignore any language configuration so they appear on the root file and all the sitemaps should be included on the robots.txt of the root.
Note: I found you allow the developers to change the settings so I can add the sitemaps by myself, and having the robots.txt on the folders won't hurt my SEO, it is just unnecessary. I am just letting you know because probably many developers using the app without figuring this out. By the way, thank you for the nice tool.