From de9583407026e2510a51ef76c494fa2b40e6e363 Mon Sep 17 00:00:00 2001 From: Guillaume Rischard Date: Tue, 30 Jul 2024 15:00:46 -0500 Subject: [PATCH] Add planet link and explanation to robots.txt --- public/robots.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/robots.txt b/public/robots.txt index 058db57c6..4e2b6cae7 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,8 @@ +# OpenStreetMap's data is available for free in bulk from https://planet.openstreetmap.org +# We encourage you to use these instead of scraping our site. +# Scraping puts a high load on our donated resources and will lead to your IP being blocked. +# Please respect our resources, and help us keep the service free and accessible for everyone. + User-agent: * Disallow: /user/*/traces/ Allow: /user/ -- 2.39.5