[object Object]

← back to Wallpapercanada

Add clean /privacy route (AdSense URL consistency)

b4a65e48dab72378c49359a4b9e665764d6d7d2f · 2026-09-10 11:51:29 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit b4a65e48dab72378c49359a4b9e665764d6d7d2f
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:51:29 2026 -0700

    Add clean /privacy route (AdSense URL consistency)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index 77bcbc7..b698575 100644
--- a/server.js
+++ b/server.js
@@ -157,6 +157,7 @@ app.use((req, res, next) => {
 
 require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
 app.use(express.static(path.join(__dirname, 'public')));
+app.get('/privacy', (req, res) => res.sendFile(path.join(__dirname, 'public', 'privacy.html')));
 
 // Shared filter so /api/products and /api/facets agree. `skip` omits one
 // dimension so facet counts can drill down (count over the set narrowed by the

← 749b368 Standardize privacy policy to /privacy.html + footer link (A  ·  back to Wallpapercanada  ·  wallpapercanada: remove all 'free sample delivery' copy (EN befff70 →