Dining Reservation Links

  • Google partners can redirect users to their own reservation sites for merchants using the Action feed.

  • This achieves the same functionality as the Reservations Business Link integration, providing similar display and features.

  • To enable, partners need to add specific dining reservation link data to the Action feed, with each entity limited to one reservation link.

Google partners may enable Dining Reservations Redirect for merchants to the partner's own reservation site by sending additional dining reservation link data through the Action feed.

This results in the same display and features achieved with the Reservations Business Link integration.

Example of a reservations business link on a Google business listing
Example of a reservations business link on a Google business listing

Implementation

To enable Dining Reservations Redirect, edit and add the following sample data to the Action feed.

{
  "data": [
    {
      "actions": [{ "dining_info": { "dining_type": "TABLE_RESERVATION" } }],
      "entity_id": "dining-1",
      "link_id": "dining/dining-1",
      "url": "https://www.restaurant.com/dining/dining-1"
    }
  ]
}