From e34e4e469b80aecb275bbb90368d60f1c3225431 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 19 Nov 2018 02:17:49 +0100 Subject: robots.txt: Disallow the thank-you page Doesn't make sense to me to have this page be tracked by search engines. --- robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 robots.txt diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..a1dd32f --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /thank-you.html -- cgit v1.2.3