workflows.fit
Back to n8n workflows
n8n templateFreeBy Mohammadreza azari

Track new search queries with zero-click analysis in Google Search Console

Google Search Console – Discover New Keywords (Last 7 Days) This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in th...

Core NodesStartN8n-nodes-google-search-console.google Search ConsoleFilterSticky Note
Loading interactive preview...

Template notes

Google Search Console – Discover New Keywords (Last 7 Days)

This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into two groups: queries with impressions but no clicks yet (Zero Click) and queries that already have clicks (Has Click).

Use cases include: - Finding emerging SEO opportunities. - Identifying keywords where you already get impressions but need to optimize for clicks. - Tracking newly discovered queries week over week.

---

Good to know - This workflow requires a connected Google Search Console account. - You can adjust the date ranges in the Compare search analytics node to suit your needs. - Works best when scheduled weekly, but in this template we start with manual execution for flexibility.

---

How it works 1. Manual Start – Run the workflow manually to fetch fresh data. 2. Compare Search Analytics – Compares the last 7 days against a custom reference period in Google Search Console. 3. Filter (No Past Impressions) – Keeps only queries that had zero impressions in the reference period. 4. Zero Click – Filters queries with impressions but no clicks. 5. Has Click – Filters queries with impressions and clicks.

The final output is two clean data sets: - Zero Click queries: impressions but no clicks → improve meta descriptions, titles, or content relevance. - Has Click queries: new queries already generating clicks → consider creating supporting content and optimizing further.