diff --git a/conf/routes b/conf/routes index 74d92f2..a88becd 100644 --- a/conf/routes +++ b/conf/routes @@ -196,3 +196,4 @@ POST /submodel controllers.Application.addSubscriberModel # Map static resources from the /public folder to the /assets URL path GET /assets/*file controllers.Assets.at(path="/public", file) +GET /robots.txt controllers.Assets.at(path="/public", file="robots.txt") diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..9ca367a --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,11 @@ +User-agent: * +Disallow: /item +Disallow: /item/ +Disallow: /items +Disallow: /items/ +Disallow: /topic +Disallow: /topic/ +Disallow: /topics +Disallow: /topics/ +Disallow: /search +Disallow: /search/