Learning center
Why Your Phone Number Needs to Be a Real Tappable Link
If your phone number is plain text instead of a tel: link, a mobile visitor has to manually copy it, switch apps, and dial — and most won't.

Your audit checks specifically for a tel: link — <a href="tel:+15551234567"> — wrapping your phone number, not just whether a phone number is visible somewhere on the page. Plain text that looks like a phone number but isn't wrapped in a real link forces a mobile visitor to select the text, copy it, open their phone app, and paste it — several steps that a single tap should have replaced.
This is the highest-converting action on a contractor site — if it works
For a trade like epoxy flooring, where the decision is often made in a single sitting while comparing a few contractors, a phone call converts far better than a form (see the numbers above). But that only holds if the number is actually one tap away. A homeowner who has to manually dial is a homeowner who is now one extra, avoidable step from just calling the next name on the list instead.
It's a two-line fix, not a redesign
Turning a plain-text phone number into a working click-to-call link is one HTML attribute — no design change, no new content, nothing for a homeowner to notice except that it now works. This is one of the highest-leverage, lowest-effort fixes on the entire audit.
Distinct from having a phone number at all
This check isn't asking whether your number is visible — see phone number above the fold for that — it's asking whether the number that IS visible actually works as a one-tap action on the device most of your visitors are using. A site can pass one of these checks and fail the other, and both are worth fixing.
Want us to just fix this for you?
Free audit shows you exactly what's costing you jobs on your own site — no obligation.
Related
FAQ
What is a click-to-call link, technically?
An <a href="tel:..."> HTML link wrapping your phone number, which opens the phone app pre-dialed when tapped on a mobile device.
Does this matter on desktop too?
Less so — desktop browsers don't always have a way to place calls — but it costs nothing to add and does no harm there, while being essential on mobile.
My number is already visible — isn't that enough?
No — visible plain text still requires a mobile visitor to manually copy and dial it. The tel: link removes that friction entirely.