← back to Prestige Car Wash
Drop non-existent apex: prestige.agentabrams.com is the permanent home
4937b3ba07366b517860f9fe6b67e3085827ac5a · 2026-07-27 07:43:04 -0700 · Steve Abrams
Steve 2026-07-27: prestigehandcarwash.com does not exist — keep the *.agentabrams build only.
Purge stale apex references: places.json website + robots.txt Sitemap -> prestige.agentabrams.com,
and rewrite the SITE_ORIGIN comment (no longer an interim 'flip after cutover' — it's permanent).
All served canonical/og/sitemap/JSON-LD already resolved to agentabrams; this cleans the data.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M data/places.jsonM public/robots.txtM server.js
Diff
commit 4937b3ba07366b517860f9fe6b67e3085827ac5a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 27 07:43:04 2026 -0700
Drop non-existent apex: prestige.agentabrams.com is the permanent home
Steve 2026-07-27: prestigehandcarwash.com does not exist — keep the *.agentabrams build only.
Purge stale apex references: places.json website + robots.txt Sitemap -> prestige.agentabrams.com,
and rewrite the SITE_ORIGIN comment (no longer an interim 'flip after cutover' — it's permanent).
All served canonical/og/sitemap/JSON-LD already resolved to agentabrams; this cleans the data.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
data/places.json | 2 +-
public/robots.txt | 2 +-
server.js | 9 +++------
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/data/places.json b/data/places.json
index 11ef9d3..bded4e5 100644
--- a/data/places.json
+++ b/data/places.json
@@ -12,7 +12,7 @@
"Mon–Sat 8:00 AM – 6:00 PM",
"Sun 8:00 AM – 5:00 PM"
],
- "website": "https://prestigehandcarwash.com",
+ "website": "https://prestige.agentabrams.com",
"yelp_url": "https://www.yelp.com/biz/prestige-hand-car-wash-los-angeles",
"instagram": "https://www.instagram.com/prestigecwash/",
"maps_query": "https://www.google.com/maps/search/Prestige+Hand+Car+Wash+7601+Reseda+Blvd+Reseda+CA+91335",
diff --git a/public/robots.txt b/public/robots.txt
index 7e00c83..9a5c79d 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
-Sitemap: https://prestigehandcarwash.com/sitemap.xml
+Sitemap: https://prestige.agentabrams.com/sitemap.xml
diff --git a/server.js b/server.js
index f15fc33..602ee86 100644
--- a/server.js
+++ b/server.js
@@ -499,12 +499,9 @@ function parseHoursLine(line) {
if (!days.length || !opens || !closes) return null;
return { '@type': 'OpeningHoursSpecification', dayOfWeek: days.map(d => DOW[d]), opens, closes };
}
-// Canonical serving origin (Path B, 2026-07-26). This app is actually served at
-// prestige.agentabrams.com, while the apex prestigehandcarwash.com still serves a SEPARATE
-// GoDaddy site. All self-referential SEO (canonical, og:url, sitemap, article URLs, entity
-// url) points HERE so we self-canonicalize to where the content really lives instead of
-// handing authority to GoDaddy. FLIP to 'https://prestigehandcarwash.com' (or '') once the
-// apex DNS is cut over to this app — one line, everything follows.
+// Canonical serving origin. prestige.agentabrams.com is the PERMANENT public home for this
+// build (Steve 2026-07-27: the prestigehandcarwash.com apex does not exist — agentabrams only).
+// All self-referential SEO (canonical, og:url, sitemap, article URLs, entity url) points here.
const SITE_ORIGIN = 'https://prestige.agentabrams.com';
function siteOrigin() { return (SITE_ORIGIN || '').replace(/\/$/, ''); }
function buildJsonLd() {
← e694e62 Analytics-lite: first-party, cookie-free conversion tracking
·
back to Prestige Car Wash
·
Activate Google review CTA: set verified place_id (looked up 5ff3476 →