Unsolicited courtesy review · [Practice Name]
Your theme's stylesheet contains :focus { outline: 0 }, which suppresses
the visible outline that shows sighted keyboard users where they are on the page. Anyone navigating by Tab key
— including users with motor disabilities and power users — can lose their place in your booking form.
Business impact: Clients who cannot see where they are while filling out the appointment request may abandon the form and call instead — or not at all. For a practice whose intake begins with courage, an invisible form is a silent leak in new-client conversion.
The math challenge field before the "Request an appointment" button is rendered as a bare input:
<input type="text" size="2" class="input et_pb_contact_captcha" ...>
— with no id, no <label>, and no aria-label. Screen readers announce
it as "edit text, blank." The surrounding instruction ("What is 2 + 11?") is not programmatically connected to the field.
Business impact: A blind prospective client using a screen reader hits an unnamed field at the exact moment of booking and cannot complete the request. This is the single highest-stakes step in your funnel — it is the digital front door to care.
Theme link color #2ea3f2 on white measures approximately 2.7 : 1.
WCAG AA requires 4.5 : 1 for normal text. Every inline text link on the site (including "read this" links inside your
insurance guidance) is affected.
Business impact: Low-contrast text is the most common complaint from older clients and clients with low vision — a significant share of therapy seekers. Links they can't see are pages they never read.
:focus{outline:0} rule, or replace with :focus-visible { outline: 3px solid #2c5f8a; }aria-label="Answer to the math question above" to the captcha input, or swap to a honeypot + time-trap spam filter that removes the challenge entirely#1a6fa8 (≈4.6 : 1) — a one-line CSS change| Deliverable | Detail |
|---|---|
| Prioritized issue list | Every page, ranked by client impact and fix effort |
| Annotated screenshots | Each issue shown on your actual pages |
| Copy-ready fixes | Alt-text suggestions, form labels, and CSS you can paste directly |
| Quick-win checklist | Top 10 fixes ordered for a non-technical site owner |
| Recorded walkthrough | 20-minute video tour of findings you can watch anytime |