What This Workflow Does
This workflow analyzes YouTube videos for SEO optimization and provides actionable improvement recommendations using artificial intelligence. It automatically processes video information, generates optimization tips, and distributes results through multiple channels including Google Sheets, Slack, and Gmail.
How It Works
The workflow begins with a form trigger that collects YouTube video details from users. The submitted data is processed through a code node for formatting and validation. An HTTP request retrieves additional video metadata, which is then sent to Google Gemini AI for comprehensive SEO analysis. The AI generates detailed optimization recommendations based on current SEO best practices. Results are simultaneously saved to Google Sheets for record-keeping, posted to Slack for team notification, and sent via Gmail for email distribution.
Use Cases
- Content creators analyzing their own YouTube videos to improve search visibility and discoverability
- SEO agencies providing automated analysis reports to multiple clients simultaneously
- Marketing teams reviewing team-created videos before publishing to optimize performance
- Video production companies generating SEO recommendations as part of their post-production workflow
- Social media managers tracking optimization metrics across multiple video campaigns
Nodes Used
- Form Trigger: Collects YouTube video information and SEO parameters from users
- Code Node: Processes and formats the submitted video data for analysis
- HTTP Request: Retrieves video metadata and additional information from external sources
- Chain LLM: Orchestrates the AI analysis workflow and coordinates multiple AI operations
- Google Gemini AI: Generates SEO analysis and optimization recommendations
- Google Sheets: Stores analysis results and maintains historical records
- Slack: Sends real-time notifications and summary results to team channels
- Gmail: Delivers detailed analysis reports via email
- Sticky Note: Documents workflow notes and important configuration details
Prerequisites
- n8n instance with workflow execution capabilities
- Google Cloud account with Gemini AI API access and credentials
- Google Sheets connected with appropriate spreadsheet created and shared
- Slack workspace with bot integration permissions and channel access
- Gmail account configured for automated email sending
- YouTube video URLs or video IDs for analysis input
Difficulty Level
Intermediate. This workflow requires basic understanding of API connections and familiarity with multiple Google services. Users should have prior experience connecting to Google Sheets, Slack, and Gmail integrations. The use of Gemini AI requires API configuration knowledge and understanding of prompt engineering for optimal results.
This workflow template is shared under the n8n fair-code license. Free to use and modify.
Leave a Reply