Google Search Console
Google Search Console is a free service from Google that helps you monitor, maintain, and troubleshoot your site's presence in Google Search results, including search analytics, sitemaps, and URL indexing status.
Authentication Types
Google Search Console supports 1 authentication method:
- OAuth - Create your own Google Cloud OAuth app. Every user connects with their Google account.
- Pros: Full control, per-user tracking, production-ready
- Cons: Requires Google Cloud Console setup
Setting up OAuth
-
Go to https://console.cloud.google.com/ and create a new project or select an existing one
-
Go to APIs & Services → Library, search for the Google Search Console API, and click Enable
-
In the left sidebar, go to APIs & Services → OAuth consent screen
-
Configure your OAuth consent screen with the required information
-
On the Scopes page, add the Search Console scopes you need:
https://www.googleapis.com/auth/webmasters.readonly(read-only access)https://www.googleapis.com/auth/webmasters(full access)
-
Go to APIs & Services → Credentials
-
Click Create Credentials → OAuth client ID
-
Select Web application
-
Under Authorized redirect URIs, add:
- For SaaS deployments:
https://{org}.mcp-s.com/{org}/api/auth/callback - For On-Premise deployments:
{connectUrl}/{org}/api/auth/callback
- For SaaS deployments:
-
Click Create
-
Copy the Client ID and Client Secret
-
In Willow, paste the Client ID and Client Secret
-
Select the same scopes you configured (at minimum,
webmasters.readonly) -
Click Save Changes
Note: You may need to enable the Google Search Console API in APIs & Services → Library if not already enabled.