diff options
author | Teddy Wing | 2018-11-19 02:17:49 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 06:30:07 +0100 |
commit | e34e4e469b80aecb275bbb90368d60f1c3225431 (patch) | |
tree | 90f881f13510707bc45f6a31931c6f0dc11fc424 | |
parent | 6da83d7ad281eeaba730e8988c453b88482e115d (diff) | |
download | dome-key-web-e34e4e469b80aecb275bbb90368d60f1c3225431.tar.bz2 |
robots.txt: Disallow the thank-you page
Doesn't make sense to me to have this page be tracked by search engines.
-rw-r--r-- | robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |