chore: make DeepDrftManager uncrawlable and noindex (Phase 23.3)

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.
This commit is contained in:
daniel-c-harvey
2026-06-23 07:23:49 -04:00
parent 9a4b79d377
commit ca057dc630
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
<link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/styles/deepdrft-tokens.css"]" /> <link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/styles/deepdrft-tokens.css"]" />
<ImportMap /> <ImportMap />
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" /> <link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
<meta name="robots" content="noindex,nofollow" />
<HeadOutlet @rendermode="ServerMode" /> <HeadOutlet @rendermode="ServerMode" />
</head> </head>
+2
View File
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /