Skip to main content

Landing page conversion optimizer with Gemini 2.5-pro & Telegram

Workflow preview

Workflow preview
100%
Landing page conversion optimizer with Gemini 2.5-pro & Telegram preview
Open on n8n.io

Important notice

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

1. Workflow Overview

️ Landing Page Roast & CRO Ideas Bot – Quick Guide What this workflow does Takes any public landing page URL. Scrapes the page content. Uses Gemini 2.5 pro to • Roast the page (friendly but bruta...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegram, n8n-nodes-base.telegramtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Mert Dalkır.

Original n8n.io source

1.1 Workflow description

Title
Landing page conversion optimizer with Gemini 2.5-pro & Telegram
Workflow name
Landing page conversion optimizer with Gemini 2.5-pro & Telegram

🛠️ Landing-Page Roast & CRO Ideas Bot – Quick Guide What this workflow does

Takes any public landing-page URL.

Scrapes the page content.

Uses Gemini 2.5-pro to
• Roast the page (friendly but brutally honest)
• Give 10 high-impact, 2024-ready CRO ideas – all in Turkish, max 3 000 characters.

Sends the result back to you on Telegram.

Two ways to trigger it

  1. Web form • Open the form titled “Conversion Rate Optimizer.” • Paste your landing-page URL(with https or http in front of it). • Click Submit.

  2. Telegram (fastest) • Send the URL in a DM to @MertSiteRaporBot. • Forgot the “https://”? No worries—the bot adds it automatically. Behind the scenes

• Code node normalises the URL. • HTTP Request scrapes the page HTML. • AI Agent (Gemini) produces the Roast + Recommendations. • Telegram node sends the formatted reply to you. Usage tips

• One URL per request. • Page must be publicly accessible (no login). • Very long pages may be trimmed to fit model limits. • Output language is always Turkish.

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 - Landing Page Url

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - Scrape Website

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - AI Agent

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

Block 4 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 5 - Send a text message

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

Block 6 - Scrape Website1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - AI Agent1

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

Block 8 - Google Gemini Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 9 - Send a text message1

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

Block 10 - Telegram Trigger

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

Block 11 - Sticky Note

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Code

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

Block 15 - Code1

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

3. Summary Table

Workflow Landing page conversion optimizer with Gemini 2.5-pro & Telegram
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Mert Dalkır
Published 04 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6962/6962.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 Landing page conversion optimizer with Gemini 2.5-pro & Telegram do?

️ Landing Page Roast & CRO Ideas Bot – Quick Guide What this workflow does Takes any public landing page URL. Scrapes the page content. Uses Gemini 2.5 pro to • Roast the page (friendly but bruta...

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 Market Research, AI Summarization use case.