Your phone number is a picture, so nobody can tap it
The problem
The number in your header is part of a graphic — the same image file on all seven pages. There is no text version of it anywhere on the site, and no tel: link. On a phone, tapping it does nothing at all.
Why it matters
Nine out of ten people who look you up are on a phone, and a roofing enquiry is usually made standing outside looking at the problem. Somebody in that position does not write your number down. They tap it, and if nothing happens they go back to the search results, which is a page full of your competitors. It also means the number is invisible to Google, to screen readers, and to anyone who copies and pastes.
What we recommend
Put the number in as text with a tel: link, in the header of every page, and keep the graphic behind it if you like the look. Then use the same number everywhere else — the Google listing, Facebook, the estimate form's confirmation — so there is exactly one number to change if it ever does.
How we’d do it
One line of HTML per page, plus a rule so it stays legible on a small screen. An hour, including checking it dials correctly on both an iPhone and an Android.
What we measured 4
- Every page carries
<img src="/img/header-phone.png" alt="">and no text phone number. Collected 2026-09-06. grepfortel:across all seven pages returns nothing.- The alt attribute is empty, so the number is not even readable to a screen reader or a search engine.
- The Google listing does carry a tappable number, which is why the calls you get come through Maps rather than the site.