Block 1 - Submit Website URL for Analysis
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2.3
Description An AI powered workflow that analyzes any website to identify missing pages that would improve user experience and business performance. Submit a URL, and the system detects existing pag...
n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.perplexitytool, n8n-nodes-base.googledocs, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by isaWOW.
Original n8n.io sourceAn AI-powered workflow that analyzes any website to identify missing pages that would improve user experience and business performance. Submit a URL, and the system detects existing pages, researches competitors using Perplexity, and generates a professional gap analysis report with prioritized recommendations—saved directly to Google Docs.
This automation delivers a complete website page gap analysis:
Tools you'll need:
Estimated setup time: 15–20 minutes
https://example.comUser opens the form link and submits a website URL they want to analyze. The form triggers the workflow immediately.
The workflow sends an HTTP request to the submitted URL and retrieves the complete HTML source code of the website's homepage.
A code node analyzes the HTML to detect 15 common page types:
The detection works by:
/about, /contact-us, /services)The code also identifies the website's business type based on HTML content patterns:
The AI Agent instructs Perplexity to:
Perplexity focuses only on user-facing pages and ignores technical files (sitemap.xml, robots.txt, admin pages).
GPT-4.1-mini with web search:
Critical filtering rules:
The AI Agent outputs a structured report containing:
The complete report is inserted into your Google Docs document. Each new analysis appends to the same document, creating a running archive of all audits performed.
✅ Automatic page detection: Scans HTML and identifies 15 common page types without manual input—no need to know the site structure beforehand
✅ Business type intelligence: Classifies websites into 6 business categories to provide industry-relevant recommendations
✅ Perplexity-powered research: Deep competitor analysis covering 5-7 top sites in the same niche with complete page inventories
✅ Smart filtering: Never recommends pages that already exist, even if they use different naming conventions or URL structures
✅ Priority-based recommendations: Every suggestion labeled High/Medium/Low with clear business justification—know what to build first
✅ Actionable content ideas: Not just "add a blog"—specific suggestions for what content should go on each recommended page
✅ Competitor examples: See how successful competitors use each recommended page type in their own sites
✅ Google Docs integration: Professional reports saved automatically—no downloads, no formatting, ready to share
✅ Form-based workflow: Single URL submission—anyone can run audits without touching n8n
"rejectUnauthorized": false in HTTP Request options./about, /contact, etc.). If a site uses unusual URLs like /company-info instead of /about, manual review may be needed.detection_details showing exactly what was found. Review this to debug false negatives.Web design agencies: Audit client websites before proposals. Show exactly which pages are missing compared to competitors, with business justification for each recommendation. Win more projects by demonstrating data-driven insights.
SEO consultants: Include page gap analysis in site audits. Identify missing pages that competitors rank for (FAQ, pricing, testimonials). Provide clients with actionable roadmaps for site expansion.
In-house marketing teams: Analyze competitor websites quarterly to spot new page types or content strategies. Keep your site competitive by identifying gaps before leadership asks about them.
Freelance developers: Offer value-add services to existing clients. Run audits on their sites, identify quick wins (missing FAQ, testimonials, pricing pages), and sell additional development work.
Startup founders: Before hiring a design agency, understand what pages you actually need. Get a competitor-researched report showing industry standards for your business type—save time and budget.
Content strategists: Identify content opportunities beyond blog posts. See which informational pages (FAQ, case studies, resource libraries) competitors have that you're missing.
Need help or custom development?
📧 Email: [email protected] 🌐 Website: https://isawow.com/
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.
| Workflow | Analyze website page gaps with GPT-4.1-mini, Perplexity, and Google Docs |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Market Research, AI RAG |
| Author | isaWOW |
| Published | 07 Feb 2026 |
Use the JSON export at /data/workflows/13249/13249.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description An AI powered workflow that analyzes any website to identify missing pages that would improve user experience and business performance. Submit a URL, and the system detects existing pag...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 RAG use case.