Dining Reservation Links

  • Google partners can enable Dining Reservations Redirect for merchants by sending additional dining reservation link data through the Action feed.

  • This feature allows for the same display and features as the Reservations Business Link integration.

  • To implement Dining Reservations Redirect, you need to edit and add sample data to the Action feed.

  • Each entity can only have 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"
    }
  ]
}