Skip to main content
L

Leonard

3
Workflows

Workflows by Leonard

Workflow preview: AI SEO readability audit: Check website friendliness for LLMs
Free intermediate

AI SEO readability audit: Check website friendliness for LLMs

## Who is this for? This workflow is designed for SEO specialists, content creators, marketers, and website developers who want to ensure their web content is easily accessible, understandable, and indexable by Large Language Models (LLMs) like ChatGPT, Perplexity, and Google AI Overviews. If you're looking to optimize your site for the evolving AI-driven search landscape, this template is for you. ## What problem is this workflow solving? / Use case Modern AI tools often crawl websites without executing JavaScript. This can lead to them "seeing" a very different version of your page than a human user or traditional search engine bot might. This workflow helps you: - Identify how much of your content is visible without JavaScript. - Check for crucial on-page SEO elements that AI relies on (headings, meta descriptions, structured data). - Detect if your site presents JavaScript-blocking warnings. - Get an AI-generated readability score and actionable recommendations to improve AI-friendliness. ## What this workflow does 1. **Receives a URL** via a chat interface. 2. **Sanitizes the input URL** to ensure it's correctly formatted. 3. **Fetches the website's HTML** content, simulating a non-JavaScript crawler (like Googlebot). 4. **Extracts key HTML features**: visible text length, presence of H1/H2/H3 tags, meta description, Open Graph data, structured data (JSON-LD), and `<noscript>` tags. It also checks for common JavaScript-blocking messages. 5. **Performs an AI SEO Analysis** using an LLM (via OpenAI) based on the extracted features. 6. **Provides a report** including an AI Readability Score (0-10), a summary, actionable recommendations, and a reminder to check the `robots.txt` file for AI bot access. ## Setup - **Estimated setup time:** 2-5 minutes. 1. Import this workflow into your n8n instance. 2. Ensure you have an OpenAI account and API key. 3. Configure the "OpenAI Chat Model" node with your OpenAI API credentials. If you don't have credentials set up yet, create new ones in n8n. 4. Activate the workflow. 5. Interact with the chat interface provided by the "When chat message received" trigger node (you can access this via its webhook URL). ## How to customize this workflow to your needs - **Change LLM Model:** In the "OpenAI Chat Model" node, you can select a different model that suits your needs or budget. - **Adjust AI Prompt:** Modify the prompt in the "AI SEO Analysis" node (Chain Llm) to change the focus of the analysis or the format of the report. For example, you could ask for more technical details or a different scoring system. - **User-Agent:** The "Get HTML from Website" node uses a Googlebot User-Agent. You can change this to simulate other bots if needed. - **JS Block Indicators:** The "Extract HTML Features" node contains a list of common JavaScript-blocking phrases. You can expand this list with other languages or specific messages relevant to your checks.

L
Leonard
Market Research
17 May 2025
7156
0
Workflow preview: AI-Powered Research with Jina AI Deep Search
Free intermediate

AI-Powered Research with Jina AI Deep Search

## **Unlock AI-Driven Research with Jina AI (No API Key Needed!)** Following the success of **[Open Deep Research 1.0](https://n8n.io/workflows/2883-open-deep-research-ai-powered-autonomous-research-workflow/)**, we are excited to introduce an improved and fully **free** version: **AI-Powered Research with Jina AI Deep Search**. This workflow leverages **Jina AI’s Deep Search API**, a **free** and powerful AI research tool that requires **no API key**. It automates **querying, analyzing, and formatting research reports**, making AI-driven research accessible to everyone. --- ## **Key Features** - **No API Keys Required** - Start researching instantly without setup hassle. - **Automated Deep Search** - Uses Jina AI to fetch **relevant and high-quality information**. - **Structured AI Reports** - Generates clear, well-formatted research documents in markdown. - **Flexible and Customizable** - Modify the workflow to fit **your specific research needs**. - **Ideal for Researchers, Writers & Students** - Speed up your research workflow. --- ## **Use Cases** This workflow is particularly useful for: - **Researchers** - Quickly gather and summarize academic papers, online sources, and deep web content. - **Writers & Journalists** - Automate background research for articles, essays, and investigative reports. - **Students & Educators** - Generate structured reports for assignments, literature reviews, or presentations. - **Content Creators** - Find reliable sources for blog posts, videos, or social media content. - **Data Analysts** - Retrieve contextual insights from various online sources for reports and analysis. --- ## **How It Works** 1. The user submits a research query via chat. 2. The workflow sends the query to **Jina AI’s Deep Search API**. 3. The AI processes and generates a **well-structured research report**. 4. A **code node** formats the response into **clean markdown**. 5. The final output is a structured, easy-to-read AI-generated report. --- ## **Pre-Conditions & Requirements** - An **n8n instance** (self-hosted or cloud). - **No API keys needed** – Jina AI Deep Search is completely free. - Basic knowledge of **n8n workflow automation** is recommended for customization. --- ## **Customization Options** This workflow is fully modular, allowing users to: - Modify the **query prompt** to refine the research focus. - Adjust the **report formatting** to match personal or professional needs. - Expand the workflow by **adding additional AI tools** or **data sources**. - Integrate it with other workflows in **n8n** to enhance automation. Users are free to **connect it with other workflows**, add **custom nodes**, or tweak existing configurations. --- ## **Getting Started** Setup Time: **Less than 5 minutes** 1. Import the workflow into **n8n**. 2. Run the workflow and **input a research topic**. 3. Receive a fully formatted **AI-generated research report**. --- ## **Try It Now!** Start your AI-powered research with **Jina AI Deep Search** today! [Get the workflow on n8n.io](https://n8n.io/)

L
Leonard
Content Creation
3 Mar 2025
12726
0
Workflow preview: Open deep research - AI-powered autonomous research workflow
Free advanced

Open deep research - AI-powered autonomous research workflow

# **Open Deep Research - AI-Powered Autonomous Research Workflow** ### **Description** This workflow automates deep research by leveraging **AI-driven search queries, web scraping, content analysis, and structured reporting**. It enables autonomous research with **iterative refinement**, allowing users to collect, analyze, and summarize high-quality information efficiently. ### **How it works** 1. **🔹 User Input** - The user submits a research topic via a chat message. 2. **🧠 AI Query Generation** - A Basic LLM generates **up to four refined search queries** to retrieve relevant information. 3. **🔎 SERPAPI Google Search** - The workflow loops through each generated query and retrieves **top search results** using the **SerpAPI API**. 4. **📄 Jina AI Web Scraping** - Extracts and summarizes webpage content from the URLs obtained via SerpAPI. 5. **📊 AI-Powered Content Evaluation** - An **AI Agent** evaluates the **relevance** and **credibility** of the extracted content. 6. **🔁 Iterative Search Refinement** - If the AI finds **insufficient** or **low-quality information**, it generates **new search queries** to improve results. 7. **📜 Final Report Generation** - The AI compiles a **structured markdown report**, including **sources with citations**. ### **Set Up Instructions** 🚀 **Estimated setup time**: ~10-15 minutes - **✅ Required API Keys:** - [SerpAPI](https://serpapi.com/) → For Google Search results - [Jina AI](https://jina.ai/) → For text extraction - [OpenRouter](https://openrouter.ai/) → For AI-driven query generation and summarization - **⚙️ n8n Components Used:** - AI Agents with **memory buffering** for iterative research - **Loops** to process multiple search queries efficiently - **HTTP Requests** for direct API interactions with **SerpAPI** and **Jina AI** - **📝 Recommended Enhancements:** - Add **sticky notes** in n8n to explain each step for new users - Implement **Google Drive or Notion Integration** to save reports automatically --- 🎯 **Ideal for:** ✔️ **Researchers & Analysts** - Automate background research ✔️ **Journalists** - Quickly gather reliable sources ✔️ **Developers** - Learn how to integrate multiple AI APIs into n8n ✔️ **Students** - Speed up literature reviews 🔗 **Completely free and open-source!** 🚀

L
Leonard
Market Research
12 Feb 2025
28926
0