← back to Wallpapercontractor
add /privacy page — fixes dead lead-funnel consent link
cf652cba84d3816e4361a498905349357b4094eb · 2026-05-19 08:13:30 -0700 · Steve
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit cf652cba84d3816e4361a498905349357b4094eb
Author: Steve <steve@designerwallcoverings.com>
Date: Tue May 19 08:13:30 2026 -0700
add /privacy page — fixes dead lead-funnel consent link
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
views/privacy.ejs | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/views/privacy.ejs b/views/privacy.ejs
new file mode 100644
index 0000000..1043c92
--- /dev/null
+++ b/views/privacy.ejs
@@ -0,0 +1,31 @@
+<%- include('partials/head', { title: 'Privacy — ' + site.name, description: 'How Wallpaper Contractor collects, uses, and shares the information you submit through the installer-matching funnel.', canonicalPath: '/privacy' }) %>
+
+<main class="wrap main">
+ <a class="back-link" href="/">← Back</a>
+
+ <article class="long-form">
+ <h1>Privacy</h1>
+
+ <p>This page explains what information <%= site.name %> (<%= site.domain %>) collects, how it is used, and who it is shared with. The site is a free industry directory operated by Designer Wallcoverings.</p>
+
+ <h2>Directory browsing</h2>
+ <p>Browsing the contractor directory does not require an account or any personal information. Standard server logs record the request path, timestamp, IP address, and user agent for security and operational purposes, and Google Analytics is used to measure aggregate traffic. No advertising or cross-site tracking pixels are used.</p>
+
+ <h2>The installer-matching funnel</h2>
+ <p>If you submit the <a href="/find-installer">Find an Installer</a> form, you provide your name, email, optional phone number, ZIP code, project type, approximate wall area, timeline, wallpaper status, your role, and any project notes you choose to add. We use this information for one purpose: to match your project with vetted wallcovering installers.</p>
+
+ <h2>Who your request is shared with</h2>
+ <p>To complete a match, your project request is routed to <a href="https://nationalpaperhangers.com" rel="noopener noreferrer">NationalPaperHangers.com</a>, our installer marketplace, and to the matched installers themselves so they can contact you about your project. We do not sell your information, we do not auction leads, and we do not place you on resold marketing lists.</p>
+
+ <h2>Consent and opt-out</h2>
+ <p>Submitting the matching form requires your consent to be contacted by matched installers about your project. You can opt out at any time by emailing <a href="mailto:<%= site.email %>"><%= site.email %></a> and we will remove your request from our records.</p>
+
+ <h2>Retention and security</h2>
+ <p>Project requests are retained only as long as needed to complete and follow up on the match, plus a reasonable record-keeping period. Access to submitted requests is limited to directory operations staff.</p>
+
+ <h2>Contact</h2>
+ <p>Questions about this privacy notice, or requests to access or delete your information, can be sent to <a href="mailto:<%= site.email %>"><%= site.email %></a>.</p>
+ </article>
+</main>
+
+<%- include('partials/foot') %>
← 31e873e harden: 404-guard snapshot artifacts from static root + igno
·
back to Wallpapercontractor
·
Add per-site favicon (kills /favicon.ico 404) 1ac7cc2 →