SEOの目的で、 http: //example.ca/robots.txtのようなURLからいくつかのファイルにアクセスできるようにしようとしていますが、奇妙な問題に直面しています。ファイルはFirefoxでアクセスできますが、クロムボットとグーグルボットはそれらのファイルを取得できません。
私のルート:
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)
# Robots and Humans files
GET /$file<(robots|humans).txt> controllers.Assets.at(path="/public", file)
GET /$file<MJ12_576CD562EFAFA1742768BA479A39BFF9.txt> controllers.Assets.at(path="/public", file)