CMS for the main A Square Solutions site (asquaresolution.com). Running Elementor + Header Footer & Blocks (HFE). Automated via the REST API using Claude Code scripts. Site of multiple documented failures: Application Password encoding issues, wpautop injection into HFE widgets, and LiteSpeed cache bypass behavior. WPCode used for PHP filter deployment without theme file edits.
Operational records — 23 total
Platform-specific deployment verification checklists for Vercel (AI Execution Lab), Firebase (TrustSeal and ScamCheck Cloud Functions), GitHub Pages (TrustSeal and ScamCheck SPAs), and WordPress (asquaresolution.com). A deploy is not safe until every item on the relevant checklist has been confirmed in production — not in the emulator, not locally, not from build logs.
How changes move safely from intent to stable production operation. Change classification framework, blast radius evaluation, preflight discipline, staging philosophy, and change-management invariants extracted from real deployment history across TrustSeal, ScamCheck, AI Execution Lab, and WordPress. Answers: how do we reduce the probability that a production change introduces unexpected operational behavior?
Single-page verification checklist for the 2026-05-20 WordPress ecosystem rollout. Seven binary gates covering schema, navigation, homepage blocks, footer, About page, internal links, and cache state. Pass/fail format — no explanations.
Complete visual evidence archive for the A Square Solutions Phase 2 WordPress ecosystem rollout (2026-05-20). Schema deployment, homepage sections, footer widget, About page, internal links, and LiteSpeed cache purge — every step captured with production screenshots and operational commentary.
Operational record of adding Schema.org Organization/WebSite markup with owns array, three Gutenberg homepage sections, footer ecosystem widget, About page paragraph, and internal links across top posts on asquaresolution.com. Executed 2026-05-20 as Phase 2 of the A Square Solutions ecosystem authority build.
Full execution record of the A Square Solutions WordPress → AI Execution Lab integration. Homepage, footer, navigation, blog posts, case studies, about page — all updated and verified.
Operational record of running a WordPress parent site with two SaaS subdomain applications (TrustSeal, ScamCheck) and a Next.js engineering journal under one root domain. Covers subdomain authority flow, schema entity linking, cross-property navigation, and the structural decisions that keep the ecosystem coherent.
Production-ready JSON-LD schema markup for all four A Square Solutions properties. Establishes machine-readable entity relationships between asquaresolution.com, AI Execution Lab, TrustSeal, and ScamCheck for AI search systems and Google structured data.
Production-ready Gutenberg block HTML for asquaresolution.com homepage. Copy-paste into the WordPress block editor (Code Editor view). Includes AI Execution Lab section, How We Build block, ecosystem architecture, internal links, and CTA.
Single-session execution checklist for the full ecosystem integration rollout on asquaresolution.com. No explanations — pure action sequence with verification gates. Estimated 75 minutes.
Complete operational playbook for integrating AI Execution Lab, TrustSeal, and ScamCheck into asquaresolution.com. Covers homepage blocks, schema markup, navigation, footer, and internal link distribution. Estimated execution time: 60–90 minutes.
Deployed a WPCode PHP filter to fix HFE wpautop injection. curl verification with Cache-Control: no-cache still returned stale cached HTML. Fix appeared not to work — it had worked. LiteSpeed had already cached the old output.
WordPress wpautop() was running on Elementor HFE widget render output and injecting </p><p> sequences inside <a> tags in the hfe-post-info widget. Caused malformed HTML on all post pages. Fixed with an elementor/widget/render_content PHP filter via WPCode.
asquaresolution.com/sitemap_index.xml returned HTTP 404 despite robots.txt correctly declaring the sitemap URL and Rank Math's XML sitemap being enabled in plugin settings. Root cause: WordPress rewrite rules cache was stale — the URL handler for the sitemap was no longer registered. Fix: flush and rebuild rewrite rules by saving Permalinks settings without any changes.
Implementation-ready copy for asquaresolution.com, TrustSeal, ScamCheck, and AI Execution Lab cross-references. Homepage sections, footer microcopy, CTAs, and intro blocks.
Production-ready WordPress article for asquaresolution.com announcing AI Execution Lab. GEO-optimized, 2,400 words, with CTA blocks, internal linking recommendations, and formatting notes.
Complete implementation assets for integrating AI Execution Lab, TrustSeal, and ScamCheck into asquaresolution.com — homepage, navigation, footer, case studies, and sidebar widgets.
Which WordPress posts on asquaresolution.com should link to which Lab content — by category, anchor text patterns, and priority tier.
How asquaresolution.com (WordPress) was wired into a four-property ecosystem with AI Execution Lab, TrustSeal, and ScamCheck — covering navigation integration, cross-domain GA4, SEO cross-linking, and the measurable traffic effects of treating standalone apps as one brand.
Application Password authentication to WordPress REST API failed silently — returned 401 on all write operations. Root cause: incorrect header format and URL encoding of Application Password spaces.