From fe620e0c50bdb8cea754a3680a508c62edd9d2d9 Mon Sep 17 00:00:00 2001 From: Vasilii Mikhailovskii Date: Thu, 19 Dec 2024 11:01:45 +0200 Subject: [PATCH] add noindex meta, robots.txt --- apps/frontend/public/robots.txt | 5 +++++ apps/frontend/src/components/link/LinkQRCode.vue | 1 + .../frontend/src/components/link/LinkShareTelegramButton.vue | 2 +- apps/frontend/src/views/PublicChatView.vue | 1 + apps/frontend/src/views/ReadQRCodeView.vue | 1 + apps/frontend/src/views/manage/ManageChatsView.vue | 1 + apps/frontend/src/views/manage/ManageQRCodeChatView.vue | 1 + apps/frontend/src/views/manage/ManageQRCodeReadyView.vue | 1 + apps/frontend/src/views/manage/ManageQRCodeView.vue | 1 + apps/frontend/src/views/manage/ManageQRCodesView.vue | 1 + 10 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 apps/frontend/public/robots.txt diff --git a/apps/frontend/public/robots.txt b/apps/frontend/public/robots.txt new file mode 100644 index 0000000..e814ac2 --- /dev/null +++ b/apps/frontend/public/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: /r/ +Disallow: /read/ +Disallow: /manage/ + diff --git a/apps/frontend/src/components/link/LinkQRCode.vue b/apps/frontend/src/components/link/LinkQRCode.vue index 23f3ded..c969736 100644 --- a/apps/frontend/src/components/link/LinkQRCode.vue +++ b/apps/frontend/src/components/link/LinkQRCode.vue @@ -1,6 +1,7 @@