← back to La Socrata Ingester
Compliance: pull board.html (monetization deck) off public surface + add robots.txt
cf20498520d27700ca03343f1375373d7d390383 · 2026-08-11 13:04:04 -0700 · steve
vp-compliance flagged the public no-auth board.html resale/lead-gen deck as HIGH
(self-documented commercial + owner-targeting intent on a free-viewer surface).
Moved to viewer/private/ (preserved, not served). robots.txt disallows /api/ + deck.
Files touched
R100 viewer/public/board.html viewer/private/board.htmlA viewer/public/robots.txt
Diff
commit cf20498520d27700ca03343f1375373d7d390383
Author: steve <steve@designerwallcoverings.com>
Date: Tue Aug 11 13:04:04 2026 -0700
Compliance: pull board.html (monetization deck) off public surface + add robots.txt
vp-compliance flagged the public no-auth board.html resale/lead-gen deck as HIGH
(self-documented commercial + owner-targeting intent on a free-viewer surface).
Moved to viewer/private/ (preserved, not served). robots.txt disallows /api/ + deck.
---
viewer/{public => private}/board.html | 0
viewer/public/robots.txt | 4 ++++
2 files changed, 4 insertions(+)
diff --git a/viewer/public/board.html b/viewer/private/board.html
similarity index 100%
rename from viewer/public/board.html
rename to viewer/private/board.html
diff --git a/viewer/public/robots.txt b/viewer/public/robots.txt
new file mode 100644
index 0000000..961089c
--- /dev/null
+++ b/viewer/public/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Disallow: /api/
+Disallow: /board.html
+Disallow: /private/
← 69f49ff Viewer: swap CARTO basemap -> OSM tiles (ToS/copyright) + OS
·
back to La Socrata Ingester
·
chore: bump v0.1.0 → v0.1.1 (session close — compliance foot daffbc8 →