diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-10-04 16:45:28 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-10-04 16:45:28 +0200 |
commit | 54626626ba36c4a657d92387e6feefc37ea09dda (patch) | |
tree | a1d68502daa136cd452b03835bbdf29ee0364139 | |
parent | 98cc29e8f70c68c55ecb3c5a40fede54a10c3388 (diff) | |
download | rgoncalves.se-54626626ba36c4a657d92387e6feefc37ea09dda.tar.gz |
template: Remove my website from google results
-rw-r--r-- | templates/default.head | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.head b/templates/default.head index 24b33e8..8b7f7ad 100644 --- a/templates/default.head +++ b/templates/default.head @@ -2,3 +2,4 @@ <link href="/style/style.css" rel="stylesheet" type="text/css"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="googlebot" content="noindex"> |