diff options
author | cbdev <cb@cbcdn.com> | 2022-04-23 14:11:01 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2022-04-23 14:11:01 +0200 |
commit | f8b3f9d025293173feff2d95077091969adc6158 (patch) | |
tree | 8a20c21e92874072999e292d7f11feeee3ce1a6d | |
parent | cc15eb40f61413c65d3c9872376eec73727a8969 (diff) | |
download | cargohold-f8b3f9d025293173feff2d95077091969adc6158.tar.gz cargohold-f8b3f9d025293173feff2d95077091969adc6158.tar.bz2 cargohold-f8b3f9d025293173feff2d95077091969adc6158.zip |
Discourage robots from indexing
-rw-r--r-- | interface/listing.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/listing.htm b/interface/listing.htm index f2b1a14..8be5376 100644 --- a/interface/listing.htm +++ b/interface/listing.htm @@ -3,6 +3,7 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="robots" content="noindex,nofollow" /> <title>cargohold</title> <link rel="stylesheet" href="../assets/cargohold.css" /> <link rel="icon" href="../assets/cargohold.ico" /> |