AI-driven WooCommerce product importer from Google Sheet with Yoast SEO meta
This workflow streamlines your WooCommerce product creation process by integrating directly with Google Sheets. Simply input product details into your spreadsheet, and the workflow takes care of the rest-automatically creating new products on your WooCommerce store with inventory management.
But it doesn’t stop there. A dedicated SEO expert chain analyzes each product’s content and generates optimized meta titles and meta descriptions for the plugin Yoast SEO, enhancing visibility and ranking potential on search engines.
Key Benefits:
- 🔄 Automation: No more manual uploads—save time and reduce errors by syncing Google Sheets directly with WooCommerce.
- ⚡ Speed: Instantly publish multiple products with just one action.
- 🧠 Built-in SEO Intelligence: Automatically generate SEO-friendly meta titles and descriptions tailored to each product.
- 📈 Improved Search Visibility: Boost your store's traffic with optimized product listings.
- 🧩 Customizable: Easily adapt the workflow to your specific needs or integrate with other platforms.
How It Works
This workflow automates the creation of WooCommerce products and generates optimized SEO meta tags (title and description) using AI. Here’s the step-by-step process:
- Data Retrieval: The workflow starts by fetching product details (title, category, description, price, etc.) from a Google Sheets document.
- Product Creation: Each product is created in WooCommerce using the retrieved data, including categories, pricing, stock details, and images.
- AI-Powered SEO Optimization: An AI model (Google Gemini via OpenRouter) analyzes the product details and generates SEO-optimized meta titles (≤60 chars) and meta descriptions (≤160 chars).
- Meta Tag Assignment: The generated meta tags are saved back to the Google Sheets and applied to the WooCommerce product using Yoast SEO metadata.
- Completion Tracking: The workflow marks completed entries in Google Sheets and sends a Telegram notification upon finishing all products.
Set Up Steps
Before running the workflow, ensure the following steps are completed:
- Step 1: Install the Yoast SEO plugin on WordPress and add the provided PHP code to
functions.phpto enable meta tag API support. - Step 2: Enable the WooCommerce REST API in WordPress and configure the Telegram node with a valid
CHAT_IDfor notifications. - Step 3: Prepare a Google Sheet with product data (columns A-I in specific formats) and share its ID in the workflow. Ensure columns B, E, and F are in text format, and column I is numeric.
Once set up, the workflow can be triggered manually or scheduled to run automatically, streamlining product creation and SEO optimization.
Who is it useful for?
Ideal for eCommerce managers, digital marketers, or anyone managing large product catalogs-this workflow turns your spreadsheet into a powerful product launcher.
Need help customizing?
Contact me for consulting and support or add me on Linkedin.
AI-Driven WooCommerce Product Importer from Google Sheet with Yoast SEO Meta
This n8n workflow automates the process of importing products into WooCommerce directly from a Google Sheet, enhancing them with AI-generated Yoast SEO meta descriptions and titles, and notifying you via Telegram upon completion.
It's designed to streamline product catalog management, ensuring your new products are SEO-optimized from the moment they're published, without manual intervention.
What it does:
- Triggers Manually: The workflow is initiated manually, allowing you to control when the import process begins.
- Reads Google Sheet Data: It connects to a specified Google Sheet and reads product data from it.
- Loops Through Products: Each row (product) from the Google Sheet is processed individually.
- Generates AI SEO Meta: For each product, it uses an AI Chat Model (via OpenRouter) and a Basic LLM Chain to generate a Yoast SEO meta description and title based on the product's details.
- Parses AI Output: A Structured Output Parser extracts the generated SEO meta description and title into a usable JSON format.
- Creates/Updates WooCommerce Products: It then creates or updates a product in WooCommerce, incorporating the AI-generated SEO data along with other product details from the Google Sheet.
- Sends Telegram Notification: After processing all products, it sends a summary notification to a designated Telegram chat, indicating the completion of the import.
Prerequisites/Requirements:
- n8n Instance: A running n8n instance.
- Google Sheets Account: Access to a Google Sheet containing your product data.
- WooCommerce Store: An active WooCommerce store with API access enabled.
- OpenRouter API Key: An API key for OpenRouter to access various AI chat models.
- Telegram Bot Token and Chat ID: A Telegram bot configured to send notifications, along with its token and your chat ID.
Setup/Usage:
- Import the Workflow: Download the provided JSON and import it into your n8n instance.
- Configure Credentials:
- Google Sheets: Set up a Google Sheets credential to allow n8n to read your spreadsheet.
- WooCommerce: Configure a WooCommerce credential with your store URL, consumer key, and consumer secret.
- OpenRouter: Add an OpenRouter credential with your API key.
- Telegram: Set up a Telegram credential with your bot token.
- Update Node Parameters:
- Google Sheets (Node 18): Specify the Spreadsheet ID and Sheet Name where your product data is located.
- Basic LLM Chain (Node 1123): Review and adjust the prompt to guide the AI in generating appropriate Yoast SEO meta descriptions and titles. Ensure it correctly references the product data from the Google Sheet.
- Structured Output Parser (Node 1179): Verify the schema matches the expected output from the AI to correctly parse the meta description and title.
- WooCommerce (Node 298): Map the fields from your Google Sheet and the AI-generated output to the corresponding WooCommerce product fields (e.g., product name, description, price, categories, images, Yoast SEO meta description, Yoast SEO meta title).
- Telegram (Node 49): Enter your Chat ID to receive notifications.
- Execute the Workflow: Click "Execute Workflow" to run the import process.
Notes:
- The "Sticky Note" (Node 565) and "Code" (Node 834) are currently unconnected and appear to be for documentation or potential future enhancements.
- Ensure your Google Sheet columns are clearly named and correspond to the data you wish to import and use for AI generation.
- Test with a small batch of products first to ensure everything is configured correctly before running a full import.
Related Templates
Track competitor SEO keywords with Decodo + GPT-4.1-mini + Google Sheets
This workflow automates competitor keyword research using OpenAI LLM and Decodo for intelligent web scraping. Who this is for SEO specialists, content strategists, and growth marketers who want to automate keyword research and competitive intelligence. Marketing analysts managing multiple clients or websites who need consistent SEO tracking without manual data pulls. Agencies or automation engineers using Google Sheets as an SEO data dashboard for keyword monitoring and reporting. What problem this workflow solves Tracking competitor keywords manually is slow and inconsistent. Most SEO tools provide limited API access or lack contextual keyword analysis. This workflow solves that by: Automatically scraping any competitor’s webpage with Decodo. Using OpenAI GPT-4.1-mini to interpret keyword intent, density, and semantic focus. Storing structured keyword insights directly in Google Sheets for ongoing tracking and trend analysis. What this workflow does Trigger — Manually start the workflow or schedule it to run periodically. Input Setup — Define the website URL and target country (e.g., https://dev.to, france). Data Scraping (Decodo) — Fetch competitor web content and metadata. Keyword Analysis (OpenAI GPT-4.1-mini) Extract primary and secondary keywords. Identify focus topics and semantic entities. Generate a keyword density summary and SEO strength score. Recommend optimization and internal linking opportunities. Data Structuring — Clean and convert GPT output into JSON format. Data Storage (Google Sheets) — Append structured keyword data to a Google Sheet for long-term tracking. Setup Prerequisites If you are new to Decode, please signup on this link visit.decodo.com n8n account with workflow editor access Decodo API credentials OpenAI API key Google Sheets account connected via OAuth2 Make sure to install the Decodo Community node. Create a Google Sheet Add columns for: primarykeywords, seostrengthscore, keyworddensity_summary, etc. Share with your n8n Google account. Connect Credentials Add credentials for: Decodo API credentials - You need to register, login and obtain the Basic Authentication Token via Decodo Dashboard OpenAI API (for GPT-4o-mini) Google Sheets OAuth2 Configure Input Fields Edit the “Set Input Fields” node to set your target site and region. Run the Workflow Click Execute Workflow in n8n. View structured results in your connected Google Sheet. How to customize this workflow Track Multiple Competitors → Use a Google Sheet or CSV list of URLs; loop through them using the Split In Batches node. Add Language Detection → Add a Gemini or GPT node before keyword analysis to detect content language and adjust prompts. Enhance the SEO Report → Expand the GPT prompt to include backlink insights, metadata optimization, or readability checks. Integrate Visualization → Connect your Google Sheet to Looker Studio for SEO performance dashboards. Schedule Auto-Runs → Use the Cron Node to run weekly or monthly for competitor keyword refreshes. Summary This workflow automates competitor keyword research using: Decodo for intelligent web scraping OpenAI GPT-4.1-mini for keyword and SEO analysis Google Sheets for live tracking and reporting It’s a complete AI-powered SEO intelligence pipeline ideal for teams that want actionable insights on keyword gaps, optimization opportunities, and content focus trends, without relying on expensive SEO SaaS tools.
Generate song lyrics and music from text prompts using OpenAI and Fal.ai Minimax
Spark your creativity instantly in any chat—turn a simple prompt like "heartbreak ballad" into original, full-length lyrics and a professional AI-generated music track, all without leaving your conversation. 📋 What This Template Does This chat-triggered workflow harnesses AI to generate detailed, genre-matched song lyrics (at least 600 characters) from user messages, then queues them for music synthesis via Fal.ai's minimax-music model. It polls asynchronously until the track is ready, delivering lyrics and audio URL back in chat. Crafts original, structured lyrics with verses, choruses, and bridges using OpenAI Submits to Fal.ai for melody, instrumentation, and vocals aligned to the style Handles long-running generations with smart looping and status checks Returns complete song package (lyrics + audio link) for seamless sharing 🔧 Prerequisites n8n account (self-hosted or cloud with chat integration enabled) OpenAI account with API access for GPT models Fal.ai account for AI music generation 🔑 Required Credentials OpenAI API Setup Go to platform.openai.com → API keys (sidebar) Click "Create new secret key" → Name it (e.g., "n8n Songwriter") Copy the key and add to n8n as "OpenAI API" credential type Test by sending a simple chat completion request Fal.ai HTTP Header Auth Setup Sign up at fal.ai → Dashboard → API Keys Generate a new API key → Copy it In n8n, create "HTTP Header Auth" credential: Name="Fal.ai", Header Name="Authorization", Header Value="Key [Your API Key]" Test with a simple GET to their queue endpoint (e.g., /status) ⚙️ Configuration Steps Import the workflow JSON into your n8n instance Assign OpenAI API credentials to the "OpenAI Chat Model" node Assign Fal.ai HTTP Header Auth to the "Generate Music Track", "Check Generation Status", and "Fetch Final Result" nodes Activate the workflow—chat trigger will appear in your n8n chat interface Test by messaging: "Create an upbeat pop song about road trips" 🎯 Use Cases Content Creators: YouTubers generating custom jingles for videos on the fly, streamlining production from idea to audio export Educators: Music teachers using chat prompts to create era-specific folk tunes for classroom discussions, fostering interactive learning Gift Personalization: Friends crafting anniversary R&B tracks from shared memories via quick chats, delivering emotional audio surprises Artist Brainstorming: Songwriters prototyping hip-hop beats in real-time during sessions, accelerating collaboration and iteration ⚠️ Troubleshooting Invalid JSON from AI Agent: Ensure the system prompt stresses valid JSON; test the agent standalone with a sample query Music Generation Fails (401/403): Verify Fal.ai API key has minimax-music access; check usage quotas in dashboard Status Polling Loops Indefinitely: Bump wait time to 45-60s for complex tracks; inspect fal.ai queue logs for bottlenecks Lyrics Under 600 Characters: Tweak agent prompt to enforce fuller structures like [V1][C][V2][B][C]; verify output length in executions
Auto-reply & create Linear tickets from Gmail with GPT-5, gotoHuman & human review
This workflow automatically classifies every new email from your linked mailbox, drafts a personalized reply, and creates Linear tickets for bugs or feature requests. It uses a human-in-the-loop with gotoHuman and continuously improves itself by learning from approved examples. How it works The workflow triggers on every new email from your linked mailbox. Self-learning Email Classifier: an AI model categorizes the email into defined categories (e.g., Bug Report, Feature Request, Sales Opportunity, etc.). It fetches previously approved classification examples from gotoHuman to refine decisions. Self-learning Email Writer: the AI drafts a reply to the email. It learns over time by using previously approved replies from gotoHuman, with per-classification context to tailor tone and style (e.g., different style for sales vs. bug reports). Human Review in gotoHuman: review the classification and the drafted reply. Drafts can be edited or retried. Approved values are used to train the self-learning agents. Send approved Reply: the approved response is sent as a reply to the email thread. Create ticket: if the classification is Bug or Feature Request, a ticket is created by another AI agent in Linear. Human Review in gotoHuman: How to set up Most importantly, install the gotoHuman node before importing this template! (Just add the node to a blank canvas before importing) Set up credentials for gotoHuman, OpenAI, your email provider (e.g. Gmail), and Linear. In gotoHuman, select and create the pre-built review template "Support email agent" or import the ID: 6fzuCJlFYJtlu9mGYcVT. Select this template in the gotoHuman node. In the "gotoHuman: Fetch approved examples" http nodes you need to add your formId. It is the ID of the review template that you just created/imported in gotoHuman. Requirements gotoHuman (human supervision, memory for self-learning) OpenAI (classification, drafting) Gmail or your preferred email provider (for email trigger+replies) Linear (ticketing) How to customize Expand or refine the categories used by the classifier. Update the prompt to reflect your own taxonomy. Filter fetched training data from gotoHuman by reviewer so the writer adapts to their personalized tone and preferences. Add more context to the AI email writer (calendar events, FAQs, product docs) to improve reply quality.