Guides

Emergency Route on an Equine Practice Website

How to build the emergency route on an equine vet or farrier website: a tap-to-call bar on every page, an emergency page, and guidance an owner can act on.

5 min read
GuidesPetsConversion
953 words5 min read

What the emergency route is

It is not a phone number in the footer. It is a set of parts that work together on the worst night an owner has: a tappable number on every page, an emergency page that loads on one bar of signal in a field, plain guidance for the calls you get, and the details you need the caller to have ready. Build it as its own piece of the site, in this order.

Step 1: write down what the route really is

Before anything is built, get the practice to state the truth in one paragraph. Which number rings in hours. Which number rings out of hours, and whether that is the same number diverted, a separate line, a shared out-of-hours provider or a rota. What counts as covered. Whether a horse that is not a registered client is seen. How far you travel at three in the morning.

Every element below is written from that paragraph. In the UK, the RCVS Code of Professional Conduct sets expectations about provision for twenty-four hour emergency first aid and pain relief for clients' animals, so most practices have an arrangement written somewhere already. In the US, state veterinary boards and AVMA guidance frame emergency provision and the vet-client-patient relationship. Treat that as orientation, and confirm your wording with your own regulator or adviser before it goes live.

Step 2: put the number on every page and make it tappable

A slim bar fixed to the bottom of the screen on phones, carrying Emergency with the number and a Book button. In the header on larger screens. Marked up as a real telephone link so one tap dials:

HTML
<a href="tel:+441234567890" class="emergency-call">
  Emergency: 01234 567890
</a>

Two rules. The number is text in a link, never an image, so it can be copied and read by a screen reader. And the bar never disappears behind a cookie banner or a popup.

Step 3: build one emergency page and keep it light

Route the bar and every "in an emergency" link to a single page. Its job is to be the fastest page on the site, because it opens in a yard with poor signal. No hero image, no embedded map, no booking widget, no video. Text, the number at the top and again at the bottom.

Order it the way a frightened person reads. Call this number now, with hours beside it. Then what to do while you wait. Then what we will ask. Then where you cover.

Step 4: write guidance for the calls you get

Colic, wounds and lameness are the three the site should speak to, plus foaling, choke and suspected laminitis if the practice wants them. Keep each to a short block of what to do and what not to do while help is on the way, written by a vet in the practice and reviewed by them, in the owner's language.

Two things matter more than the content. Every block starts and ends with call us, because the page is a bridge to the phone rather than a substitute for it. And avoid anything reading as a diagnosis or a treatment instruction for an animal nobody has seen. Rules on veterinary advertising and on prescription medicines vary by country, and general first-aid guidance that routes to a call is the safe shape everywhere.

Step 5: tell them what to have ready

A short list on the same page saves minutes on the call. The yard address with a postcode or a what3words location, and how to find the gate. Whether there is hard standing and lighting. The horse's age, sex and any medication. When it last ate, drank and passed droppings. Whether it is insured and with whom. Whether it competes, because that affects what can be given.

Step 6: farriers need a triage line, not an emergency rota

A pulled shoe on a Sunday is urgent, not an emergency. Say so plainly. Separate the "call now" cases, a suspected penetrating injury, a nail bind, a horse suddenly non weight bearing, from the "next available" cases, a spread or lost shoe on a sound horse. That stops the midnight calls for things that can wait until Monday and gets the real ones to a vet instead. Where the practice and the farrier are separate businesses, say which one to call for which problem. Owners genuinely do not know.

Step 7: never route an emergency through a form

Contact forms, chat widgets and booking embeds all depend on a third party that may be down. Route-day work belongs in ServiceM8, Jobber, Provet Cloud or ezyVet; emergencies belong on the phone. If you want a text or WhatsApp option, put it under the number rather than instead of it, with an honest line about how quickly it is read.

Step 8: test it and then watch it

Test on iOS and Android, and inside the Facebook and Instagram in-app browsers, because a lot of yard traffic arrives from social. Load the emergency page throttled. Tap the number from every page type. Then track a call_click event with the page it came from, checked monthly against the out-of-hours log, so you know whether owners are finding the route or ringing the yard WhatsApp group instead.

Where this sits

The emergency route is one of the six things we build into every equine vet and farrier website, alongside route-day booking and stated fees, and the same tap-to-call discipline runs through our pet business websites generally. Packages are on pricing. The site cannot treat a colicking horse. It can get the right number under a shaking thumb in one tap.

All writingSee packages and prices