Having Google maps on your website allow your customers to easily find your place. Let see how simple that is.
- Go to Google Maps
- Search for your address in the search bar
- Select your address from the search results
- Now your location is visible on the map
- On the left-hand side pane, you can multiple action buttons like Direction, Save, Nearby, Send to your phone and Share. Click on the Share button.
From the share button popup select Embed a map option and Select the size of the map you want to include on your website Small, Medium and Large, then click Copy HTML
You can paste this code onto your website's HTML file. For better understanding, you can navigate to the desired page on your website and INSPECT from right-click menu from Chrome/Firefox browser. In general, this code is pasted inside body
tag
<body>
<!-- your code goes here -->
</body>```