From 5f4f432f8203599c614d8c83ed36710270cb5e4f Mon Sep 17 00:00:00 2001 From: INS Date: Tue, 8 Oct 2024 10:23:00 +0800 Subject: [PATCH] feat(frontend): add file `robots.txt` --- frontend/public/robots.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/public/robots.txt diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 00000000..6d94e4d4 --- /dev/null +++ b/frontend/public/robots.txt @@ -0,0 +1,7 @@ +User-agent: * +Disallow: /en/explorer/btc/ +Disallow: /en/explorer/ckb/ +Disallow: /en/assets/coins/ +Disallow: /en/block/ +Disallow: /en/transaction/ +Disallow: /en/address/ \ No newline at end of file