Google Business Profile

30-45 minBeginner

Embed Google Business Profile map and reviews in your application.

Prerequisites

  • Google Maps API Key
Beginner Recommended

Map Embed

Using Google Maps Embed API.

1

Iframe

1

Use an iframe with loading="lazy" to embed the map.

2

Replace YOUR_API_KEY and PLACE_ID.

Example
<iframe
  width="600"
  height="450"
  style={{ border: 0 }}
  loading="lazy"
  allowFullScreen
  referrerPolicy="no-referrer-when-downgrade"
  src="https://www.google.com/maps/embed/v1/place?key=API_KEY&q=Place_ID">
</iframe>

Verification Checklist

  • Verify the map loads correctly and interacts properly.
  • Check console for any API key errors.