It’s 11:40 p.m. Someone has finally worked up the courage to look for a therapist. They skim your homepage for eight seconds, and then they do what almost every prospective client does next: they click About. Not Services. Not Pricing. About. Because before anyone books a session, they’re answering one quiet question — “Will I feel safe with this person?”
For most private practices, the About page is the second-most-visited page on the entire site — and, too often, the most neglected. It gets written once, in a hurry, in resume language, and never touched again. The good news: fixing it is a one-afternoon project, and you don’t need a developer. In this guide you’ll get a simple structure that converts, photo and credential tips, and a copy-paste “Meet Your Therapist” card you can drop straight into WordPress.
Choosing a therapist is not like choosing a plumber. Clients aren’t comparing feature lists — they’re looking for a human being they can imagine sitting across from. That’s why the About page carries so much conversion weight: it’s the only page whose entire job is connection. Research on therapy websites consistently shows the same pattern — visitors bounce from pages that feel corporate and anonymous, and they stay on pages that sound like a person.
Here’s the mindset shift that changes everything: your About page is not actually about you. It’s about your future client, and whether they can see themselves being helped by you. Every section below flows from that idea.
The most common About page mistake is opening with “I received my Master’s degree in Clinical Psychology from…” Your credentials matter — but not in the first sentence. The first two or three sentences should describe what your ideal client is feeling right now, in plain, warm language:
“Maybe you’re lying awake at 2 a.m. replaying conversations. Maybe you’re the person everyone else leans on, and you’re quietly running on empty. If that sounds familiar, you’re in the right place.”
When someone reads their own experience reflected back at them, the trust-building has already begun — before you’ve said a single word about yourself. Write in first person (“I”), speak to the reader as “you,” and save the degrees for later on the page.
You don’t need to be a copywriter — you need a skeleton. Aim for 300–600 words total, broken into short paragraphs with subheadings so it’s easy to skim on a phone.
Two or three sentences that name what your client is going through (see Step 1). This is the “you” section.
Describe who you work with and what changes for them — in outcomes, not modalities. “I help anxious high-achievers stop white-knuckling their way through the week” lands better than “I utilize CBT and mindfulness-based interventions.” You can mention your approaches, but translate them: “EMDR — a structured, well-researched way to take the sting out of painful memories.”
Now the credentials — license, degrees, years in practice, specialized training — plus one or two human touches. A sentence about why you became a therapist, or what clients say sessions with you feel like, does more than a paragraph of acronyms.
Fear of the unknown stops many people from booking. Three sentences — “In our first session, we’ll go at your pace. There’s nothing you need to prepare. My job is to make it feel less like an interview and more like a conversation.” — quietly remove that barrier.
End with a single, low-pressure call-to-action — a “Book a free 15-minute call” button is ideal because it feels smaller than committing to therapy. One button, one action. Don’t offer four different links; a person in distress doesn’t want a menu.
People decide how they feel about a face in a fraction of a second, and a real, warm photo is the single fastest trust signal on the page. A few practical rules: use a recent photo of you (not a stock model — visitors can tell), look at the camera and smile softly, choose natural light and a calm, uncluttered background, and skip the stiff corporate headshot with the gray backdrop. A photo taken in your actual office is a bonus, because it also previews the space clients will sit in. Export it around 800px wide and compressed (under ~150 KB) so it doesn’t slow the page down.
LMFT, LPC, EMDR-II, CCTP — to you these represent years of hard work; to a first-time therapy seeker they’re static. The fix isn’t hiding them, it’s presenting them in small, scannable “credential chips” with plain-language labels: “Licensed Marriage and Family Therapist,” “EMDR Trained,” “15+ Years in Practice.” You get the authority without the intimidation — and that’s exactly what the copy-paste card below does for you.
This little card works beautifully at the top of your About page — and you can reuse it on your homepage or contact page. It combines everything above: photo spot, name and license, plain-language credential chips, a two-line empathy statement, and one clear button.
Live demo:
Licensed Marriage and Family Therapist
If you’re feeling stretched thin and unsure where to start, you’re in the right place. I help adults and couples find steadier ground — at their own pace.
Book a Free 15-Minute CallAdd the HTML with a Custom HTML block wherever you want the card to appear:
<div class="meet-card">
<div class="meet-photo">DR</div>
<div class="meet-body">
<h4>Dana Rivera, LMFT</h4>
<p class="meet-title">Licensed Marriage and Family Therapist</p>
<div class="meet-chips">
<span>Anxiety and Stress</span>
<span>Couples Counseling</span>
<span>EMDR Trained</span>
</div>
<p>If you're feeling stretched thin and unsure where to start, you're in the right place. I help adults and couples find steadier ground — at their own pace.</p>
<a class="meet-btn" href="/contact/">Book a Free 15-Minute Call</a>
</div>
</div>
Then paste the styles into Appearance → Customize → Additional CSS (they’ll apply site-wide, so the card looks the same wherever you use it):
.meet-card{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-start;max-width:640px;margin:0 auto;padding:28px;background:#f7f5f1;border:1px solid #e6e0d6;border-radius:16px;color:#3c3a36}
.meet-photo{width:96px;height:96px;border-radius:50%;background:#88a79a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;flex-shrink:0}
.meet-body{flex:1;min-width:260px}
.meet-body h4{margin:0;font-size:22px;color:#2f4f43}
.meet-title{margin:2px 0 10px;font-size:14px;color:#6b675f}
.meet-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}
.meet-chips span{background:#e4ece7;color:#2f4f43;padding:4px 12px;border-radius:999px;font-size:13px}
.meet-body p{margin:0 0 16px;line-height:1.6}
.meet-btn{display:inline-block;background:#2f4f43;color:#fff;padding:12px 22px;border-radius:8px;text-decoration:none}
.meet-btn:hover{background:#3d6355}
Two easy customizations: swap the initials circle for your real photo by replacing the meet-photo div with an image tag (give it the same meet-photo class and add object-fit:cover in the CSS so it stays a neat circle), and point the button’s href at your contact page or online scheduler. The earthy green palette here is calming by design, but feel free to adjust the two green hex values to match your brand.
One gentle reminder on ethics: unlike other businesses, therapists generally shouldn’t solicit testimonials from current clients — the ACA and APA codes both caution against it. Your About page does the trust-building work that testimonials do for everyone else, which is exactly why it deserves an afternoon of your attention. And if you’d rather have it done for you, this is precisely the kind of page we polish for practice owners every week.
Aim for 300 to 600 words. That is enough to build real connection without overwhelming an anxious reader. Break it into short paragraphs with subheadings so it is easy to skim on a phone.
Yes. First person (I) speaking directly to the reader (you) feels like the beginning of a conversation, which mirrors the therapy relationship itself. Third-person bios read like directory listings and create distance.
Strongly yes. A warm, recent photo is the fastest trust signal on the page, and prospective clients consistently say they want to see the person before reaching out. Natural light, a soft smile, and a calm background work best.
Use one clear, low-pressure action, such as booking a free 15-minute call, and place it twice: once near the top (for ready-to-act visitors) and once at the end of the page. Avoid offering multiple competing links.