Chrome on Android is about to book appointments for your customers. Fix your booking page this week.
By the end of June, an Android phone can book the appointment for the customer. If your booking page does not finish, the agent moves on. Here is the fix.
Co-founder, Vyzz
A new kind of visitor is about to show up on your booking page
By the end of June, an Android phone can book an appointment for the customer without a person touching the keyboard. The customer says into her phone "book me a cleaning at a dentist near my office for Thursday at 9," and Chrome opens a tab on your website, fills the form, picks a time, and submits. Google announced the feature in May 2026 and confirmed late-June arrival on Pixel 10 and Galaxy S26.
The new visitor reads your booking page, taps the keys, and reports back to the customer what it booked. Once the booking finishes, you get a real appointment on the calendar Thursday morning. When any step breaks, the agent gives up and tells the customer to call a different practice. The work to fix it usually takes one Tuesday morning.
This post walks you through the four steps the agent will take on your booking page and what to fix at each one. The example is a dental practice and a cleaning. The same four steps apply to a medspa, an HVAC company, a vet clinic, or any other service business that takes bookings online.
Three numbers that say why this matters now
Chrome on Android, late June. Google ships auto-browse, the Chrome feature where the user says what she wants and the browser does the clicking, to Pixel 10 and Galaxy S26 in late June 2026. The feature works on Android 12 or higher with at least 4GB of RAM. The user pays for Google AI Pro at $20 a month or AI Ultra at $250 a month.
200 million devices by year-end. Google stated a rollout target of 200 million Android devices by the end of 2026 at Google I/O 2026. By December, agents will be doing the booking on roughly one in seven phones in the country.
1 in 4 Asia-Pacific bookings. Fresha, a self-care platform that handles more than 30 million appointments a month for hair salons, nail salons, and spas, reported in February 2026 that 1 in 4 of its Asia-Pacific online booking referrals already come from Gemini and other AI agents. The same report says AI-driven booking referrals are growing roughly 50 percent month over month. The US numbers will lag Asia-Pacific by a few months. The direction of travel is clear.
Two weeks from now, agents start doing the booking. The fix lives on the booking page itself. No new product, no new vendor.
The four steps the agent will take
Pull up your booking page on your phone. Use only the keyboard. Stay off the mouse and stay off the touchscreen. Walk through these four steps the way an agent will.
Step 1. Every form field has a label that says what to type.
Tab to the first field. The field has to have a visible label next to it or above it that says what to put there. "Your phone number" is a label. A grey placeholder that says "(555) 555-5555" and disappears when you tap the field is not a label that an agent can read. The agent only reads the visible label.
Common breaks include a patient-name field labeled only "Name" (the agent will not know whether to use the patient or the parent), a phone-number field paired with a country-code dropdown that has no default selection, and an insurance field that hides its label inside a tooltip the agent will never open.
Put a short, clear label above every field. "Your full name." "Best phone number to reach you." "Patient date of birth." Use plain text directly on the page. Keep it out of tooltips and out of hover states.
Step 2. The date and time picker responds to the keyboard.
Tab to the date picker. Use the arrow keys to change the date. See whether you can type a date directly into the field, and whether the time selector accepts the keyboard at all, instead of the mouse hover that a person would use on a laptop.
A custom calendar widget that opens a pop-up grid driven only by mouse hover will fail for the agent. The agent works by tapping keys and reading the screen. Mouse movement and hover gestures are off the table for it. When the date picker is a native HTML date input, the agent gets through it. When the time picker is a simple dropdown with clear options, the agent gets through it.
Usually a 30-minute developer task. Replace the custom widget with the native HTML date and time inputs, or check that the widget you already have responds to the Tab, Arrow, and Enter keys. Test it on your phone with the mouse unplugged.
Step 3. The submit button text says what happens.
Tab to the submit button. Read the text on it. The button should say "Book your appointment," instead of "Submit" or "Continue."
The agent reads the button text to confirm what is about to happen when it presses the button. The word "Submit" tells the agent nothing about the action. The word "Continue" tells the agent that there might be another page after this one. The phrase "Book your appointment" tells the agent that pressing this button finishes the booking. The agent presses the button it can identify.
Rewrite the button text. Options that work: "Book your appointment," "Confirm my cleaning," "Schedule the visit." The verb on the button has to match what actually happens when the customer presses it.
Step 4. The confirmation page repeats the appointment details.
Press the submit button. Read the page that loads next. The page should name the date, the time, the service, and the location of the appointment, in body text that the agent can see on the page itself.
The agent reads the confirmation page and reports back to the customer. When the page says "Your cleaning with Dr. Patel on Thursday June 11 at 9:00 AM is confirmed at 123 Main Street," the agent tells the customer the appointment is set for Thursday at 9. When the page says "Thank you for your interest, a team member will contact you within 24 hours," the agent has no idea whether the appointment is real, and it tells the customer to call.
Put the booking details in plain text on the confirmation page itself, in the body. Include the date and time and service and address on the page so the customer and the agent both have something to read. The follow-up email is fine to keep, but it cannot be the only place the details live.
What the audit looks like across seven AI models
The four-step walk-through is the floor. Most service-business sites we audit pass two of the four steps and break on the other two. A typical pattern: good form labels and a clean submit button, paired with a date picker that depends on mouse hover and a confirmation page that says "Thank you" instead of naming the appointment.
Across the practices we have audited this quarter, fixing all four steps takes one developer afternoon and produces a booking page that finishes for both a human and an agent. Skipping the fix means losing those agent-driven appointments to whichever practice down the street has already done the work. The work is one developer afternoon. The downside of waiting is six months of agent-driven bookings landing somewhere else.