Quick overview
This workflow automatically collects a landing page URL through a form, fetches the website content, analyzes it with an OpenAI-powered AI Agent, and returns personalized conversion rate optimization recommendations.
How it works
- Receives a landing page URL from a user via an n8n Form trigger.
- Requests the provided URL with an HTTP call to retrieve the landing page content.
- Sends the scraped page content to an AI Agent powered by an OpenAI chat model to analyze the page, produce a detailed roast, and generate 10 specific CRO recommendations.
Setup
- Add an OpenAI API credential for the OpenAI chat model used by the AI Agent.
- Ensure the target landing page URL is publicly accessible so the HTTP request can fetch its content successfully.
- Use the Form trigger’s public URL to share the “Conversion Rate Optimizer” form with users who will submit landing page URLs.