From c69e853c9ae8315814350238c6f559b265e6bf89 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Wed, 11 Mar 2026 02:53:16 -0700 Subject: [PATCH] Expand robots.txt to stop pages robots are getting stuck in --- public/robots.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 31260fc1f..961878729 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -6,9 +6,9 @@ User-agent: * Disallow: /user/*/traces/ +Disallow: /user/*/history Allow: /user/ -Disallow: /traces/tag/ -Disallow: /traces/page/ +Disallow: /traces Disallow: /api/ Disallow: /edit Disallow: /changeset @@ -20,6 +20,8 @@ Disallow: /login Disallow: /geocoder Disallow: /history Disallow: /message +Disallow: /oauth2 +Disallow: /search Disallow: /trace/ Disallow: /*lat= Disallow: /*node= -- 2.47.3