An automated content generation pipeline that produces SEO-optimized SaaS review articles on a schedule, publishes to a Hugo blog, and tracks everything in Google Sheets.
Building organic search traffic requires consistent, high-quality content. Manually researching, writing, and publishing SEO articles is time-consuming. Most SaaS review sites need 2-4 articles per week to compete — that's hours of work daily.
This engine automates the entire pipeline: topic selection, article generation, blog publishing, and tracking.
| # | File | Purpose |
|---|---|---|
| --- | ------ | --------- |
| 1 | content-gen-workflow.json | Scheduled content generation, publishing, tracking, and notification |
Schedule Trigger (every 12 hours)
|
v
Keyword & Topic Selector
| (random SaaS tool + content type)
v
OpenAI GPT-4o Article Generator
| (1500-2500 word SEO article)
v
Hugo Post Formatter
| (add frontmatter, categories, tags)
v
Publish to Blog (Admin API)
|
+------+------+
| |
v v
Track in Notify Owner
Google Sheets (email alert)
| Type | Template Example |
|---|---|
| ------ | ----------------- |
| Review | {Tool} Review 2026: Pricing, Features, and Honest Take |
| Comparison | {Tool A} vs {Tool B}: Which Is Better in 2026? |
| Best-of | Best {Category} Tools for {Audience} in 2026 |
| Guide | How to Set Up {Tool} for {Use Case} |
CRM, Project Management, Email Marketing, Automation, Database, Communication, Issue Tracking, Hosting, CDN & Security, Backend, Payments — covering 18 tools including HubSpot, Notion, Pipedrive, ClickUp, ConvertKit, Zapier, Make, n8n, Airtable, Supabase, Stripe, and more.
| Credential Type | Used For | Placeholder in JSON |
|---|---|---|
| ---------------- | ---------- | --------------------- |
| OpenAI | GPT-4o article generation | YOUR_OPENAI_CREDENTIAL_ID |
| Google Sheets OAuth2 | Article tracking | YOUR_GOOGLE_SHEETS_CREDENTIAL_ID |
| Placeholder | Description |
|---|---|
| ------------- | ------------- |
YOUR_OPENAI_CREDENTIAL_ID | Your n8n OpenAI credential ID |
YOUR_GOOGLE_SHEETS_CREDENTIAL_ID | Your n8n Google Sheets credential ID |
YOUR_BLOG_ADMIN_API_KEY | API key for your blog admin API |
YOUR_TRACKER_SHEET_ID | Google Sheet ID for tracking published articles |
YOUR_NOTIFICATION_EMAIL | Email for publish notifications |
YOUR_SMTP_CREDENTIAL_ID | Your n8n SMTP credential ID |
NICHE_BLOG_ADMIN_API_KEY=your-blog-admin-api-key
Set up a Google Sheet with columns: slug, source, date, category, tool, status. Use appendOrUpdate matching on slug + source to prevent duplicates.
Import the workflow JSON into n8n. Replace all YOUR_* placeholders. Connect your OpenAI and Google Sheets credentials.
Activate the workflow. It runs every 12 hours by default — adjust the schedule trigger as needed.
For cross-posting generated articles to LinkedIn, Dev.to, Hashnode, and other platforms, see the multi-platform-crosspost skill.
affiliate_links field共 1 个版本