Dining Reservation Links

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"
    }
  ]
}