What it does
Landing Page and CRO Agent exists to shorten the one-to-two weeks a campaign page spends waiting in the dev queue. Give it a campaign brief — the campaign, the objective, the audience, the CTA, the offer, the brand — and it returns a publish-ready page plus everything needed to measure it: ordered page sections and a self-contained HTML skeleton, the lead-form integration spec, GA4 tracking events wired to the page, an A/B variant with its hypothesis and primary metric, measurable conversion goals with targets, and an ordered launch checklist. The consent handling is not optional and that is the point. Every generated page includes the KVKK disclosure block and a brand legal footer, and the lead form's submit is gated behind an explicit consent checkbox. These blocks cannot be removed by anything in the brief. A marketing page that collects personal data without a consent gate is a compliance problem, and the safest place to enforce that is in the generator rather than in a reviewer's memory. Separately, it scores CRO signals you supply — heatmap and analytics metrics — into findings with concrete improvement recommendations, using directional thresholds that understand a friction metric is bad when high and a performance metric is bad when low. Run it without CRO signals and the page is still generated while the CRO section comes back empty with a warning. No numbers are invented to fill the gap. Each artefact is callable alone. `generate_page` for the page, `wire_tracking_events` when the page exists but the tracking was never set up, `propose_ab_variant` for the next test, `set_conversion_goals` for the measurement plan, `build_test_plan` for the launch checklist. Brief text is sanitised against prompt injection and the HTML output is escaped against injected markup. No connectors and no credentials — the page is plain HTML you commit yourself. Built for growth marketers and the web developers who own the page.
Example prompts
- Create a landing page for our Q3 webinar campaign
- What should we A/B test on this page?
- Wire up the GA4 events for this landing page