From ca057dc630e66b427376ca27e707447ffa1babfa Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Tue, 23 Jun 2026 07:23:49 -0400 Subject: [PATCH] chore: make DeepDrftManager uncrawlable and noindex (Phase 23.3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Static robots.txt (Disallow: /) in wwwroot + blanket noindex meta in App.razor head. No env gate — the CMS is always uncrawlable. Defense in depth per spec OQ-C1. --- DeepDrftManager/Components/App.razor | 1 + DeepDrftManager/wwwroot/robots.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 DeepDrftManager/wwwroot/robots.txt diff --git a/DeepDrftManager/Components/App.razor b/DeepDrftManager/Components/App.razor index 5e7d8c3..8d4b0a9 100644 --- a/DeepDrftManager/Components/App.razor +++ b/DeepDrftManager/Components/App.razor @@ -13,6 +13,7 @@ + diff --git a/DeepDrftManager/wwwroot/robots.txt b/DeepDrftManager/wwwroot/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/DeepDrftManager/wwwroot/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /