- Home
- Resources
- Integrations
- Google Search Console
Google Search Console Make integrationAutomate Google Search Console with Make.
Tired of opening Search Console to check the same pages by hand? The Google Search Console Make integration gives you 7 modules for sitemaps, URL inspection and traffic reports. This guide shows how to link your account and build a first scenario that does the checking for you.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Google Search Console Make integration do for you?
The integration lets Make read and update your Search Console property without you opening it. You build a scenario, which is the automation itself: a chain of modules, each module being one brick that performs one job, like inspecting a URL or submitting a sitemap. Make then runs that chain on a schedule or when another app calls it.
Know whether a fresh article is indexed. A content writer publishes a post, the URL lands in a spreadsheet, and Inspect a URL returns what Google has on file for that page. The answer can go straight to the editor who asked.
Keep sitemaps under control. After a site migration, List Sitemaps shows every sitemap the property knows about, Get a Sitemap opens the details of one, and Submit a Sitemap or Delete a Sitemap cleans up the list without a trip to the dashboard.
Feed traffic numbers into your own reports. Run a Report searches traffic data for a URL, so a marketing lead can push it into a table used by the whole team.
There is no trigger in this app: Make cannot be woken up by Search Console itself, so every scenario starts from another app or from the Make schedule. What the 7 modules do not cover can go through Make an API Call. The same app often has an n8n node too; the n8n vs Make comparison helps you pick, and the Make training walks through scenarios like these step by step. If a run fails, Make troubleshooting lists the usual fixes.
How do you connect Google Search Console to Make?
- 01
Add a module and open the connection
In your scenario, add any Google Search Console module and click Create a connection. A connection is your Google account linked to Make once, then reused by every module of this app. You need a Google account with access to the property.
- 02
Name it so you can find it later
The Connection name field is optional, but a clear name like the site or the client helps when you manage several properties. Leave Show advanced settings off unless you plan to use your own Google Cloud credentials.
- 03
Sign in and approve access
Click Sign in with Google, choose the account that owns or manages the property, and confirm the access Google asks for. Back in Make, the connection appears in the module and the fields can now list what your account can read.
Your first scenario: check the index status of a new page
GoalWhen a new page URL appears in the tool where your team lists published content, Make asks Google Search Console whether that page is in the Google index.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. It belongs to the app where your published URLs land, since Search Console has no trigger of its own.
- 02
Set the starting module
Pick that app, create its connection, and point it at the place where new URLs are written. Each new URL becomes one bundle, meaning one item that flows to the next module.
- 03
Add Inspect a URL
Click the + on the right, search Google Search Console, pick Inspect a URL and select your connection. Map the URL from the first module so every bundle is checked on its own.
- 04
Test with Run once
Click Run once to execute the scenario one time. Open the bubble above each module to read the bundles it received and confirm the status returned by Google matches the page you expected.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, which is also the shortest interval on the Free plan. Keep it or change it, then switch the scenario on.
What each Google Search Console module does
Google Search Console gives you 7 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Sitemap
4 modulesList Sitemaps
SearchIn Make“Lists the sitemaps-entries submitted for this site, or included in the sitemap index file (if sitemap index is specified in the request).”
Gives you every sitemap already submitted for a site, or those included in a sitemap index when you point it at one. Each sitemap comes out as its own bundle, ready to be checked or logged.
Get a Sitemap
ActionIn Make“Retrieves information about a specific sitemap.”
Pulls the information Search Console keeps about one specific sitemap, so you can read its state without browsing the dashboard. You get a single result for the sitemap you name.
Submit a Sitemap
ActionIn Make“Submits a sitemap for a site.”
Hands a sitemap to Google for a given site, the same move you would make by pasting its address in Search Console. The result is a sitemap Google now knows about.
Delete a Sitemap
ActionIn Make“Deletes a sitemap from the specified site.”
Removes a sitemap from a site in Search Console, which keeps the property free of old files that no longer match your structure. It only acts on the sitemap you point it to.
Other
3 modulesInspect a URL
ActionIn Make“Views the indexed or indexable status of the provided URL. Presently only the status of the version in the Google index is available; you cannot test the indexability of a live URL.”
Tells you whether a page is indexed, or can be, according to the version Google holds in its index. That answer is what an SEO lead usually looks up by hand, page after page.
Run a Report
SearchIn Make“Searches traffic data for the specified URL.”
Brings back the traffic data Search Console has for the URL you specify, so the figures can land in a spreadsheet, a database or a message instead of staying in the dashboard.
Make an API Call
ActionIn Make“Makes an arbitrary authorized API call.”
Lets you call any endpoint of the Google Search Console API from your scenario with the connection you already set up. It is the way out when none of the six other modules does exactly what you need.
Need help automating Google Search Console with Make?
A person reads every message.