What does a failed website tap mean?
It means a visitor tried to start a call from your site and the device did not open the dialler, or the link pointed at the wrong string.
Typical pattern: the number looks correct on a laptop; on a phone, tap does nothing, opens email, or dials a truncated number. The job is the tel: URI on the page you control.
Is this GBP call clicks versus the handset?
No. That guide is the Maps Call button compared with what the telephone system logged.
Diagnose that on why Google Business Profile call clicks do not match actual phone calls. A tap on your header or footer that never starts a call is this page.
Is this a broken Business Profile link?
Only if the problem is the website, booking or menu URL on the listing, not the phone number on your own HTML.
Use
why Google Business Profile website and action links are not working
for profile fields. Stay here for tel: on the site.
Tap
What happens on a real phone? A desktop browser will not open the dialler. Test on the device customers use.Markup
Is the number a link? web.dev expects a tel: URI. Plain text or an image of a number will not start a call.Format
Use international notation tel:+ and country code, no spaces in the href. Display text can stay readable.Sibling
GBP Call taps are a different count Use the call-clicks guide if Maps reports taps and the PBX does not.Next
Fix the href before blaming SEO A script, overlay or malformed URI can swallow the tap.What does a working tel link look like?
An anchor whose href is a telephone URI in international format — plus sign, country code, then the subscriber number, with no spaces in the href.
web.dev’s click-to-call guidance is the implementation reference. Source:
Enable click-to-call on your site.
Display text can stay spaced and readable. The href should stay digits after tel:+. A number that exists only as an image or as unlinked text will not start a call.
What else swallows the tap?
A cookie banner or chat overlay covering the number, a click handler that calls preventDefault, or a tracking wrapper that rewrites the href to something that is not a telephone URI.
That is still an on-site job. It is not a Maps ranking signal, and it is not solved by adding another Google listing. If the number is readable but some people still cannot use it, see whether inaccessible contact information can cost enquiries.
Click-to-call decision table
| What you see | What it usually means | Decision | What not to assume |
|---|---|---|---|
| Tap does nothing on a phone | No tel href, or a script swallows it | Inspect the link and any click handlers | That Google demoted the page |
| Dialler opens a truncated number | Spaces or missing country code in the href | Rewrite as tel:+ and digits only | That the display text must match the href spacing |
| Maps Call taps and PBX disagree | Listing button versus handset | Use the GBP call-clicks guide | That this website tel page is the Maps report |
| Profile website button 404s | A listing field, not a tel link | Use the Profile links guide | That fixing tel: repairs the listing URL |
What should I not do?
Action checklist
- Tap every visible number on a real phone from the live URL.
- Rewrite each href as
tel:+plus country code and digits. - Remove overlays or scripts that intercept the tap.
- If Maps taps and the PBX disagree, switch guides.
- If a listing button is the broken field, switch guides.
- Do not invent a second listing to “catch” the call.
When professional help makes sense
Help is useful when a tag manager or theme rewrites every phone link after publish. It cannot make every desktop visitor start a call, and it cannot promise rankings from a corrected href.
Sources and further reading
The website number still will not open a dialler?
Otepsphere can inspect the live tel links — without treating a tap as a Maps ranking lever.
Contact OtepsphereWho writes this
This page is published by Otepsphere, a specialist Local SEO consultancy. A named founder biography, photograph and professional profiles will be added here only when they have been verified. Until then, treat Otepsphere as the responsible organisation rather than a fictional expert.