Chandler | Conway
Personal injury law firm in Omaha, NE. WordPress site with case studies, attorney profiles, and practice areas. Currently in maintenance mode.
Project Info
| Job Number | 2023-076 |
| Phase | Maintenance |
| Billable | Yes (Maintenance 2025 retainer + ad-hoc) |
Client Contacts
- Eric R. Chandler — Partner, primary contact
- Email:
Eric@chandlerconway.com - Phone: (402) 933-6858
- Offices: Downtown Omaha (1018 Dodge Street, Suite 5, Omaha NE 68102) · West Omaha (17504 Wright Street, Suite 101, Omaha NE 68130)
Site Reference
| Local Path | /Users/edowns/Local Sites/chandler-conway/app/public/wp-content/themes/chandlerconway |
| Local URL | https://chandler-conway.local |
| Production URL | http://chandlerconway.com |
| GitHub | ericdowns/chandlerconway |
| SSH | team+flywheel-hosting+chandler-conway-attorneys@ssh.getflywheel.com |
| Theme Docs | See CLAUDE.md at theme root and docs/ folder |
Integrations
| Service | Status | Details |
|---|---|---|
| Harvest | Active | Project 46592164 (Maintenance 2025, client: Chandler Conway). Tasks: Q1/Q2/Q3/Q4 Maintenance |
| Todoist (Team) | None | Maintenance-only project, no team board |
| Todoist (Dev) | None | Maintenance-only project, no dev board |
| Basecamp | None | No Basecamp project for this client |
| Slack | None | Internal-only project, no client Slack channel |
| Masterdoc | Found | Chandler Conway - Master — Drive/C/ChandlerConway/2023-076_Web/_Notes and client communication |
| Notion | None | Not using Notion for this project |
| Figma | None | Site predates current Figma workflow; no active design file |
| Cloudflare | Active | Zone on G&M Cloudflare account 5078281af676ac2003a394b4ac758262 (Free plan). Use /cloudflare skill for purge/audit operations |
| SendGrid | TBD | Ask Eric |
Project Status
2026-04-27 — Schema upgrades shipped to production
In response to Eric Chandler asking whether the site uses schema, audited the JSON-LD output and found Yoast was covering basics (Organization, WebSite, Breadcrumbs) but attorney pages were missing the most valuable type — Person schema.
Built inc/schema.php extending Yoast's graph via wpseo_schema_organization and wpseo_schema_graph filters:
- Promoted firm Organization → ['Organization', 'LegalService'] with telephone, fax, priceRange, areaServed, serviceType
- Added two LocalBusiness+LegalService entries (Downtown Omaha + West Omaha) with full PostalAddress
- Added Person schema on single-attorneys.php pulling from ACF: jobTitle, bio, image, alumniOf (education), memberOf (bar admissions), knowsAbout (practice areas)
Verified end-to-end locally via Chrome MCP, then rsync'd to Flywheel and flushed object cache + transients. Pushed commit df2562b to ericdowns/chandlerconway main. Documented in docs/SCHEMA.md.
Drafted reply to Eric Chandler in Gmail (not sent — Eric Downs to review and send manually).
Note on Cloudflare: Memory says chandlerconway.com IS on the G&M Cloudflare account (zone listed under account 5078281af676ac2003a394b4ac758262). Earlier README entry calling it "external" was wrong — corrected.
Status: Active — maintenance phase. Schema improvements live on production.
2026-04-27 — Reconnected GitHub repo and set up project notes
The local theme had no .git directory. Found a stale GitHub repo at ericdowns/chandlerconway (last pushed 2023-11-08, 156 files), but local had diverged significantly with a case_studies CPT, custom search, theme docs, and module architecture (130+ tracked files).
Reconnection plan executed:
1. Archived the 2023 remote main as legacy/2023-archive branch on GitHub (safety net)
2. git init on local theme with G&M-standard .gitignore
3. Force-pushed local as new main (commit a05afd8)
4. Created ~/.claude/project-notes/chandler-conway/ and auto-discovered Harvest, masterdoc, and job number
Open gaps (need Eric input): client contacts, Slack channel, Notion, Figma, Cloudflare, SendGrid.
Status: Active — maintenance phase. GitHub reconnected, project notes scaffolded.
Docs
| File | Description |
|---|---|
| none yet |