From 5aeab442acf95b2702d0da4733ad7346ade3e0e4 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 3 Nov 2020 15:37:37 +0000 Subject: [PATCH] Added a robots.txt file to block indexing of /assets /images and json map output --- robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 00000000..6f1af743 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-Agent: * +Disallow: /assets +Disallow: /images +Disallow: /index.php/logbook/qso_map \ No newline at end of file