[object Object]

← back to Wallco Ai

wallco.ai · /sitemap.xml now includes /compare (priority 0.5, monthly) + /samples (0.6, monthly) — both are top-level user-facing pages that crawlers were missing. /design/:id/tearsheet stays out (noindex), /me/saved stays out (auth-gated), /basket and /brief defer to later tick. Verified sitemap.xml emits 7 static + 228 per-design URLs

b425604509b99411409f04f67880366bd71fa56a · 2026-05-12 09:37:53 -0700 · SteveStudio2

Files touched

Diff

commit b425604509b99411409f04f67880366bd71fa56a
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date:   Tue May 12 09:37:53 2026 -0700

    wallco.ai · /sitemap.xml now includes /compare (priority 0.5, monthly) + /samples (0.6, monthly) — both are top-level user-facing pages that crawlers were missing. /design/:id/tearsheet stays out (noindex), /me/saved stays out (auth-gated), /basket and /brief defer to later tick. Verified sitemap.xml emits 7 static + 228 per-design URLs
---
 server.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server.js b/server.js
index 9a779e9..4be9844 100644
--- a/server.js
+++ b/server.js
@@ -153,6 +153,8 @@ app.get('/sitemap.xml', (req, res) => {
     { loc: '/',          priority: '1.0', freq: 'daily'   },
     { loc: '/designs',   priority: '0.9', freq: 'daily'   },
     { loc: '/murals',    priority: '0.7', freq: 'weekly'  },
+    { loc: '/compare',   priority: '0.5', freq: 'monthly' },
+    { loc: '/samples',   priority: '0.6', freq: 'monthly' },
     { loc: '/about',     priority: '0.5', freq: 'monthly' },
     { loc: '/provenance',priority: '0.5', freq: 'monthly' },
   ];

← 528112c wallco.ai · /me/saved 'Build proposal PDF →' button restyled  ·  back to Wallco Ai  ·  wallco.ai · home gets a 'Stumble through the catalog' random b03add3 →