Overview
This article will guide you through the process of creating a Google Maps API key for embedded maps on your website.
Many plugins and themes offer this functionality however an API key is always required and should be properly generated and secured.
Google Maps API key is free for low usage but billing needs to be configured on your account.
https://developers.google.com/maps/documentation/embed/usage-and-billing
Instructions
- Log into the Google Developers Console using your Google account:
https://console.developers.google.com/ - Select Organisational G Suite Account if you are logging in with a GSuite account or Individual Google Account if you are using a gmail account:
- Ensure Create a Project is selected and click Continue:
- Name your API Key something easily identifiable, like your website name.
- For Application restrictions select HTTP Referrers (websites):
- In the Accept requests from these HTTP referrers (websites) enter your domain name:
- Click Create:
- You should now be redirected to a page that displays your fresh new Google Maps API Key.
- You will also be able to copy the key using the copy button:
- You can now paste the key into the plugin or theme requesting an API key.