What it is
A linkable scheduling URL — Cal.com, Calendly, HubSpot Meetings — is a resource an agent can hand back to a user or open directly. An embedded widget is not.
Why an agent cares
This is where readiness turns into revenue. An agent asked to set up calls with a shortlist can only act on the vendors it can actually book; the rest become a note telling the user to do it themselves.
It is also close to free. The URL almost always exists already; it is simply not in the HTML.
How to fix it
- Put the scheduling URL in a real
<a href>, not only inside a widget script. - Use an obvious path like
/demoor/bookthat redirects to it. - Add
potentialActionwith aReserveActionto your schema if you want to be explicit.
How we test it
We look for links to known scheduling hosts, and for booking-shaped paths and anchor text.