Sam flagged a Semrush Site Audit showing 6,701 invalid structured-data items, all "Local Business / address required," on aguiarinjurylawyers.com, and asked for a fix.
The live, server-rendered schema is already correct. The sitewide custom graph (WPCode Pro snippet 43605) emits one clean JSON-LD block, and all three LocalBusiness-family nodes carry complete PostalAddress objects:
#organization and Louisville #office: 1900 Plantside Drive, Louisville, KY 40299, US#office: 620 W. Main St., Lexington, KY 40508, USNo encoding corruption ("/> absent); JSON parses without entity-decoding. Verified sitewide on three templates: homepage, /practice-areas/car-accident-lawyer/, and the post /10-mistakes-to-avoid-after-an-accident/. The only addressless nodes are nested generic Organization references (alumni / credentials / publisher) inside attorney bios, which do not require an address. No addressless LocalBusiness/LegalService exists.
So the 6,701 is a STALE Semrush crawl. Semrush shows "JS rendering: Disabled" and last updated 2026-06-12; the count reflects a crawl that predates the current state. A WordPress spam/RCE incident was logged earlier today with app-password rotation, so the snippet was plausibly reverted during a window the crawler captured, then restored.
This environment is firewalled from the origin: Imunify360 blocks the WP REST API, Cloudflare challenges the front end, and origin SSH port 22 is unreachable from the sandbox. I read the true live markup through Firecrawl (renders from its own IPs) and cross-checked the canonical history in this KB (the 2026-04-18 root-address fix and the WPCode 43605 encoding-battle notes).
The schema needs no fix. Editing 43605 to "add the address" would be fixing a non-problem, and per the prior session, editing it via DB/REST strips <script> tags and once dumped raw JSON onto the homepage. Only the WPCode admin editor is safe.
Schema investigation: COMPLETE, source verified correct. Pending (verification only): Semrush recrawl + GSC confirmation.
The live schema is good as of 2026-06-12. If the Semrush count persists after a JS-enabled recrawl, look for a template that bypasses snippet 43605 (paginated archives, /espanol/ pages) or a RankMath Local-SEO toggle emitting an addressless LocalBusiness; the LocalBusiness nodes checked here were all clean. Backend writes from a remote sandbox are blocked; the working live lane is WP-CLI over SSH from a whitelisted host (Vultr origin 155.138.233.18, creds on the API Keys page) or the WPCode admin editor. Do not re-edit 43605's JSON via DB/REST. Evidence file produced this session: schema-localbusiness-evidence-2026-06-12.md.