2026-04-02 · 6 min read · UX · Mobile

The 4 buttons every Filipino small biz website needs (and why most don't have them)

Kumusta! Open any Pinoy small biz website on your phone right now. Scroll to the contact section. Count the buttons that actually do something when tapped — not links you have to copy-paste, but real tap-to-action buttons.

Three out of four sites we audit have one. Maybe two. Almost none have all four. And the missing buttons are exactly the ones Filipino patients use the most.

Here are the four buttons. Each is a one-line code addition. Each one closes a real conversion gap.

87%
Of Filipino small biz website visitors arrive on mobile. Desktop is the exception, not the default. PH Statista 2025 average.

1 Tap-to-call

What it does

One tap opens the phone dialer with your number already typed. The patient just hits the green call button. No copy-paste, no memorising digits, no fat-finger errors.

Why it matters in PH

Phone calls remain the #1 booking channel for dental, derma, vet, and clinic businesses for patients over 35. They want to talk to a person before committing. Tap-to-call removes the friction between "I'm interested" and "ringing now."

Patients on mobile data, walking down the street, with hands holding shopping bags — they will not transcribe a phone number from a screen into a dialer. They'll close the tab and call your competitor whose number is one tap away.

How to add it

<a href="tel:+639171234567">📞 Call us</a>

That's the whole code. Use international format (+63 not 0). Make the button at least 48px tall — Filipino patients' fingers are not smaller than American patients' fingers. Don't shrink mobile buttons.

Common mistake

Displaying the number as text only ("Call us at 0917-123-4567") without wrapping it in a tel: link. Yes, modern Android usually auto-detects phone numbers. iPhones do too. But "usually" is not "always" — about 12 percent of mobile sessions don't auto-link. That's 12 percent of patients lost to a missing one-line link.

2 Messenger

What it does

One tap opens Facebook Messenger with a fresh thread to your Page. The patient types one message; you reply when you can. Async, low-commitment, very Filipino.

Why it matters in PH

Filipinos under 35 prefer Messenger over phone calls by roughly 4-to-1. They don't want to negotiate a time slot in a 7-minute call. They want to type "magkano ang teeth cleaning?" and get a reply when convenient. Messenger is their default contact mode for businesses they don't know yet.

Not having a Messenger button means losing the entire under-35 demographic that prefers async contact. That's roughly 60 percent of dental and derma demand.

How to add it

<a href="https://m.me/YourPageUsername">💬 Message us</a>

Replace YourPageUsername with your FB Page's vanity URL (the part after facebook.com/). If you don't have a vanity URL, use the numeric Page ID. On mobile, this opens the Messenger app directly. On desktop, it opens the Messenger web client.

Common mistake

Embedding the full FB Page in an iframe instead of using a simple link. The iframe loads slowly, doesn't always render on iOS Safari, and creates a worse experience than a one-tap link. Skip the embed; use the link.

3 WhatsApp or Viber

What it does

One tap opens WhatsApp (or Viber) with a fresh chat to your business number, optionally pre-filled with a greeting message. Patient types their question, hits send.

Why it matters in PH

WhatsApp adoption in PH is growing fast, especially for businesses dealing with OFWs, balikbayans, or expats. Viber remains dominant in older demographics. Both serve the patient who doesn't have Facebook or doesn't want to mix personal Messenger with business inquiries.

For derma clinics especially, WhatsApp is increasingly important — patients researching from abroad before visiting during home leave book via WhatsApp first.

How to add it

<a href="https://wa.me/639171234567?text=Hi%2C%20I%27d%20like%20to%20book">💚 WhatsApp</a>

For Viber, swap wa.me/[number] with viber://chat?number=%2B[number]. Pre-fill the message with something neutral — "Hi, I'd like to book" — so the patient doesn't face a blank chat box.

If you want full WhatsApp Business with automated replies, that's a paid Meta setup we offer at ₱2,500/year (Meta charges you directly for API access; we configure the bot).

Common mistake

Linking the WhatsApp button to a personal number you don't check. The whole point of WhatsApp Business is patient expectation of fast replies. If you can't reply within 4 hours during business hours, skip the WhatsApp button — leave it as Messenger only.

4 Google Maps directions

What it does

One tap opens Google Maps (or Apple Maps on iPhone) with directions from the patient's current location to your clinic. Patient sees travel time, traffic, and gets turn-by-turn navigation.

Why it matters in PH

Patients don't memorise addresses. They tap, they navigate. The friction between "I want to visit" and "I'm parked outside your clinic" should be zero clicks beyond opening the maps app.

Bonus: when the patient opens your clinic in Google Maps, Google's algorithm registers that interaction as a positive ranking signal. Each tap of your directions button slightly lifts your local SEO ranking.

How to add it

<a href="https://maps.app.goo.gl/YourShortLink">📍 Get directions</a>

Generate the short link from your Google Business Profile → Share → Copy. The short URL works across iOS and Android, opens the native maps app, and includes your business pre-marked as the destination.

Common mistake

Embedding a Google Maps iframe instead of using the directions link. The iframe shows your location but doesn't auto-launch navigation. Patients see the map, think "I'll figure it out later," and don't book. The link launches navigation immediately — much higher conversion.

All four buttons on every Web by Lods.AI site 📱

Built into the standard mobile UI from day one. No configuration needed. ₱8,500 setup + ₱1,000/mo.

See pricing →

Where to put the four buttons

The buttons should appear in three places on every page:

Three placements is not overkill on mobile. Patients form decisions at different scroll depths. A booker on your services page should not have to scroll back up to find the call button.

The "make it big enough" rule

Each button should be at least 48×48 pixels tap target, with at least 8px of padding around it. This is Apple's and Google's published accessibility guideline. Anything smaller leads to mis-taps, and mis-taps lead to closed tabs.

Pinoy patients are often on cracked screens with one-handed grip. The 48px minimum is a floor, not a ceiling. We default to 56px on our sites.

TL;DR

  1. Tap-to-call — for patients 35+ who prefer voice. One tel: link.
  2. Messenger — for patients under 35 who prefer async. One m.me/ link.
  3. WhatsApp or Viber — for OFWs, balikbayans, and patients who don't use FB.
  4. Google Maps directions — for "I'm visiting, get me there" friction-free.

Place them in three locations: top of homepage, sticky bottom bar (mobile), footer. Make each at least 48px tap target. Don't embed iframes — use direct links.

Salamat for reading. If you want us to audit your existing site's button setup against this list — for free — drop your URL in the chat below and we'll mark up the missing pieces.

Want all four buttons on your site? 🎯

Built into every Web by Lods.AI site by default. Plus the sticky bottom bar and 48px tap targets, no configuration.

Find my biz →

Related: Tagalog vs Taglish vs English on your website · 5 ways your dental clinic loses patients online