Automated SEO keyword analysis with RapidAPI and Google Sheets
๐ Automated Keyword Analysis with On-Page SEO Workflow ๐ Description Boost your SEO strategy by automating keyword research and on-page SEO analysis with n8n. This workflow uses user input (keyword + country), retri...
Template notes
๐ Automated Keyword Analysis with On-Page SEO Workflow
๐ Description Boost your SEO strategy by automating keyword research and on-page SEO analysis with n8n. This workflow uses user input (keyword + country), retrieves essential data using the powerful [SEO On-Page API](https://rapidapi.com/PrineshPatel/api/seo-on-page), and saves it directly into Google Sheets. Ideal for marketers, content strategists, and SEO agencies looking for efficiency.
---
๐ Node-by-Node Flow explanation 1. ๐ข On form submission Triggers the workflow when a user submits a keyword and country via a simple form.
2. ๐ฆ Global Storage Captures and stores the submitted keyword and country for use across the workflow.
3. ๐ Keyword Insights Request Sends a POST request to the [SEO On-Page API](https://rapidapi.com/PrineshPatel/api/seo-on-page) to fetch keyword suggestions (broad match keywords).
4. ๐งพ Re-Format Extracts the relevant broadMatchKeywords array from the keyword API response.
5. ๐ Keyword Insights Appends extracted keyword suggestions into the "Keyword Insights" tab in Google Sheets.