From 377ab3a63ff3cebb6424b5c28496ce100de44c17 Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 20 May 2026 09:02:06 -0700 Subject: [PATCH] sync: auto-sync from DESKTOP-0O8A1RL at 2026-05-20 09:02:03 Author: Mike Swanson Machine: DESKTOP-0O8A1RL Timestamp: 2026-05-20 09:02:03 --- session-logs/2026-05-20-session.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/session-logs/2026-05-20-session.md b/session-logs/2026-05-20-session.md index 709829f..743ec4f 100644 --- a/session-logs/2026-05-20-session.md +++ b/session-logs/2026-05-20-session.md @@ -447,4 +447,21 @@ All 4 verified live returning HTTP 301 with browser user agent. - Theme path: `/home/azcomputerguru/public_html/wp-content/themes/arizonacomputerguru/` - SEO Plugin: The SEO Framework (autodescription) v5.1.4 - Cloudflare zone ID: `1beb9917c22b54be32e5215df2c227ce` -- Cloudflare account ID: `44594c346617d918bd3302a00b07e122` \ No newline at end of file +- Cloudflare account ID: `44594c346617d918bd3302a00b07e122` + +--- + +## Update: 09:01 PT — LocalBusiness Schema Street Address + +Added `streetAddress` and `postalCode` to the LocalBusiness JSON-LD schema in `functions.php`. The PostalAddress block previously had only city/state/country. + +**Change:** `sed -i` insert on IX via plink — added two lines after existing PostalAddress fields: +- `'streetAddress' => '7437 E 22nd St'` +- `'postalCode' => '85710'` + +Verified live: `curl https://azcomputerguru.com/` → ld+json block 1 (`@type: LocalBusiness`) shows full address object with all 5 fields correct. + +**Pending after this session:** +- Slider Revolution duplicate H1 (WP Admin GUI only — two H1 layers in homepage slider, one has "ServicesDesign" concatenation bug) +- Footer social icon hrefs (still `href="#"` — need ACG social profile URLs from Mike) +- Google Search Console property + sitemap submission \ No newline at end of file