[object Object]

← back to Prestige Car Wash

Activate Google review CTA: set verified place_id (looked up via Places API)

5ff3476eb22d66cc4ada056e00d5df50ffa6011a · 2026-07-27 08:24:13 -0700 · Steve Abrams

Looked up the REAL place_id via the Places API (GOOGLE_PLACES_API_KEY, $0.017): returned
name 'Prestige Car Wash' + addr '7601 Reseda Blvd, Reseda, CA 91335' — verified match, not a
guess. Set places.json place_id=ChIJ5Wj7RtKbwoAR-3obIxcKE1g, which activates the honest
'Leave us a review on Google' CTA (writereview deep-link) in the trust block.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 5ff3476eb22d66cc4ada056e00d5df50ffa6011a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 27 08:24:13 2026 -0700

    Activate Google review CTA: set verified place_id (looked up via Places API)
    
    Looked up the REAL place_id via the Places API (GOOGLE_PLACES_API_KEY, $0.017): returned
    name 'Prestige Car Wash' + addr '7601 Reseda Blvd, Reseda, CA 91335' — verified match, not a
    guess. Set places.json place_id=ChIJ5Wj7RtKbwoAR-3obIxcKE1g, which activates the honest
    'Leave us a review on Google' CTA (writereview deep-link) in the trust block.
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 data/places.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/places.json b/data/places.json
index bded4e5..cf18670 100644
--- a/data/places.json
+++ b/data/places.json
@@ -16,7 +16,7 @@
   "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",
-  "place_id": "",
+  "place_id": "ChIJ5Wj7RtKbwoAR-3obIxcKE1g",
   "photos": [
     "media/real/real-mustang-foam.jpg",
     "media/real/real-tunnel-benz.jpg",

← 4937b3b Drop non-existent apex: prestige.agentabrams.com is the perm  ·  back to Prestige Car Wash  ·  Admin: persistent live-view <-> admin-view toggle c1fd206 →