← All guides

Pricing · Quotes

Zone pricing or mileage pricing for a chauffeur website?

Published 11 August 2026 · updated 3 September 2026 · 5 min read

Short answer

Use zone pricing for a website quote form. It needs no maps API key in the page, cannot be manipulated by the visitor, and matches how customers actually think about airport transfers. Mileage pricing is the better fit only when your work is genuinely long-tail and unpredictable.

The short comparison

Zone pricingMileage pricing
API key in the pageNone neededRequired, and billable
Quote certaintyExact, it is your published priceDepends on the routing engine
SetupList your common places and pairsSet a rate, then fight edge cases
Manipulable by visitorNoYes, via edited coordinates
Long unusual routesFalls back to enquiryHandled, sometimes wrongly

Why zones win for most operators

The majority of chauffeur and airport transfer work concentrates on a small number of pairs: the local town to two or three airports, the station, a couple of hotels, and the cruise terminal. Twelve to twenty priced pairs typically covers most enquiries. Those are the prices you already quote on the phone, so publishing them adds no commercial risk.

Mileage pricing also leaks your rate card. A visitor who can read the multiplier in the page source can compute your price for any journey, and competitors are the most motivated readers of your page source.

How to build a zone table that holds up

  1. 1List the pickup and destination names your customers use, not administrative place names.
  2. 2Price the pairs that matter, in both directions if they differ; symmetric lookup means you enter each pair once.
  3. 3Add vehicle multipliers rather than duplicating the table per vehicle.
  4. 4Set a return discount if you offer one, so the form does not underquote a round trip.
  5. 5For hourly hire, set an hourly rate and a minimum number of hours, and clamp requests below the minimum.

Never let the form invent a price. An unpriced route becomes an enquiry with an honest message; a wrong price becomes a dispute at the kerbside.

When mileage pricing is the right answer

  • Corporate accounts where every journey is different and the client expects a distance-based invoice.
  • Long-distance work spanning a wide region with no repeat pairs.
  • Fleets already integrated with dispatch software that owns the rate card.

Even then, a zone table for your top routes plus enquiry fallback for everything else converts better than a slow calculation that occasionally returns a number you would refuse to honour.

Frequently asked

Do I need a Google Maps API key to quote transfer prices?
Not with zone pricing. You publish fixed prices between named places, so no distance lookup happens and no billable API key sits exposed in the page source.
What should happen when a route has no price?
The form should become an enquiry and say so plainly. Guessing a price on an unpriced route costs more than asking the customer to wait for a reply.
How do vehicle classes fit into zone pricing?
As multipliers on the base zone price — for example saloon 1.0, estate 1.15, MPV 1.4 — so one table of routes covers your whole fleet.

Chauffeur Quote Widget

One script tag, Shadow DOM isolated, zone-based fixed prices, no maps API key in your page. $149 one-time plus $9/month for updates and support.

Keep reading