Skip to main content

Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing

Workflow preview

Workflow preview
100%
Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Auto Publish SEO Blog Posts for Jekyll with AI + GitHub + Social Sharing This workflow automates the entire process of publishing SEO optimized blog posts (e.g., recipes) to a Jekyll site hosted...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.readbinaryfile, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.github, n8n-nodes-base.twitter, n8n-nodes-base.linkedin, n8n-nodes-base.extractfromfile

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Antonio Trento.

Original n8n.io source

1.1 Workflow description

Title
Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing
Workflow name
Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing

πŸ€– Auto-Publish SEO Blog Posts for Jekyll with AI + GitHub + Social Sharing

This workflow automates the entire process of publishing SEO-optimized blog posts (e.g., recipes) to a Jekyll site hosted on GitHub. It uses LangChain + OpenAI to write long-form Markdown articles, and commits them directly to your repository. Optional steps include posting to X (Twitter) and LinkedIn.

πŸ”§ Features

  • πŸ“… Scheduled Execution: Runs daily or manually.
  • πŸ“₯ CSV Input: Reads from a local CSV (/data/recipes.csv) with fields like title, description, keywords, and publish date.
  • ✍️ AI Copywriting: Uses a GPT-4 model to generate a professional, structured blog post optimized for SEO in Markdown format.
  • πŸ§ͺ Custom Prompting: Includes a detailed, structured prompt tailored for Italian food blogging and SEO rules.
  • πŸ—‚ Markdown Generation:
    • Automatically builds the Jekyll front matter.
    • Generates a clean SEO-friendly slug.
    • Saves to _posts/YYYY-MM-DD-title.md.
  • βœ… Commits to GitHub: Auto-commits new posts using GitHub node.
  • 🧹 Post-Processing: Removes processed lines from the source CSV.
  • πŸ“£ (Optional) Social media sharing: Can post title to X (Twitter) and LinkedIn.

πŸ“ CSV Format Example

titolo;prompt_descrizione;keyword_principale;keyword_secondarie;data_pubblicazione
Pasta alla Norma;Classic Sicilian eggplant pasta...;pasta alla norma;melanzane, ricotta salata;2025-07-04T08:00:00

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Start

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Read CSV

Type / Role
n8n-nodes-base.readBinaryFile - readBinaryFile
Config choices
Version 1

Block 3 - Split In Batches

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 1

Block 4 - Wait Until Publish

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1

Block 5 - Commit Markdown

Type / Role
n8n-nodes-base.github - github
Config choices
Version 1

Block 6 - Post on X

Type / Role
n8n-nodes-base.twitter - twitter
Config choices
Version 1

Block 7 - Post on LinkedIn

Type / Role
n8n-nodes-base.linkedIn - linkedIn
Config choices
Version 1

Block 8 - Extract from File

Type / Role
n8n-nodes-base.extractFromFile - extractFromFile
Config choices
Version 1

Block 9 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Copywriter AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 11 - gpt-4o-mini

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 12 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Remove the processed csv line

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

3. Summary Table

Workflow Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Antonio Trento
Published 02 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5598/5598.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Seo blog publishing for Jekyll with GPT-4, GitHub & social sharing do?

Auto Publish SEO Blog Posts for Jekyll with AI + GitHub + Social Sharing This workflow automates the entire process of publishing SEO optimized blog posts (e.g., recipes) to a Jekyll site hosted...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.