diff options
author | Alan Pearce | 2019-07-10 18:45:21 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-10 18:45:21 +0200 |
commit | 768aae8bc3e6faa50ecfa0ed688ad2f77e4614e7 (patch) | |
tree | ad0e517b32eb991faaf4946264986e626ab9085f | |
parent | e991fb3171569465327f2098818190cf96b30f1c (diff) | |
download | website-768aae8bc3e6faa50ecfa0ed688ad2f77e4614e7.tar.lz website-768aae8bc3e6faa50ecfa0ed688ad2f77e4614e7.tar.zst website-768aae8bc3e6faa50ecfa0ed688ad2f77e4614e7.zip |
Disallow Googlebot
-rw-r--r-- | robots.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/robots.txt b/robots.txt index 4acd2e6..ef30e6f 100644 --- a/robots.txt +++ b/robots.txt @@ -2,3 +2,6 @@ User-agent: * Disallow: Host: alanpearce.eu Sitemap: https://alanpearce.eu/sitemap.xml + +User-agent: googlebot +Disallow: / |