Landing Pages
Landing pages are standalone, single-purpose pages built for specific campaigns, offers, or lead generation goals. Unlike website pages, each landing page is independent — with its own URL, analytics, and conversion tracking.
Landing Pages vs. Website Pages
| Feature | Landing Page | Website Page |
|---|---|---|
| Purpose | Single campaign / offer | General web presence |
| URL | Standalone slug | Part of a multi-page site |
| Analytics | Per-page conversion tracking | Site-wide analytics |
| A/B testing | Built-in (two variants) | Not available |
| Lead forms | Integrated with CRM campaigns | Must add manually |
| Creation | Template or AI-generated | Section editor |
Creating a Landing Page
From a Template
- Navigate to Landing Pages in the left sidebar
- Click Create Landing Page
- Select From Template
- Browse templates by type:
- Lead Generation — Email capture, free consultation offers
- Service Showcase — Highlighting a specific service
- Event Registration — Webinar or event signup
- Product Launch — New offering announcement
- Referral — Client referral program
- Case Study — Client success story
- Free Audit — Offer a free security or IT audit
- Pricing — Single-service pricing focus
- Free Trial — SaaS or subscription trial offer
- Thank You — Post-conversion confirmation page
- Click Use Template
- Enter a page name and associate a brand
- Click Create
With AI Generation
For AI-generated copy:
- Click Create Landing Page → Generate with AI
- Fill in:
- Topic — The page's focus (e.g., "Managed Security Services for Healthcare")
- Target Audience — Who you're speaking to (e.g., "Healthcare IT managers in clinics under 100 staff")
- Offer — What you're offering (e.g., "Free HIPAA security audit")
- Brand — Select which brand's voice and style to use
- Click Generate
- AI creates a complete landing page with headline, subheadline, feature bullets, social proof, and a CTA — all in your brand voice
- Review and edit the content before publishing
Landing Page Editor
The landing page editor is similar to the website editor but focused on a single page:
- Section list on the left — shows all sections on the page
- Canvas in the center — live preview of the page
- Section properties on the right — edit selected section content
AI Rewrite
For any section, you can rewrite specific elements with AI:
- Select a section
- Click the AI Rewrite button (wand icon) in the section toolbar
- Choose what to rewrite:
- Headline
- Subheadline
- Body copy
- CTA button text
- Optionally add instructions (e.g., "Make it more urgent", "Add a scarcity element")
- Click Rewrite
- Accept or reject the AI's suggestion
Lead Capture Forms
Landing pages can include a lead capture form that pushes leads to the CRM:
- Add a Form section to your page
- Configure fields (Name, Email, Phone, Company, Message, custom fields)
- Mark fields as required or optional
- Set the CRM Campaign — leads from this form are tagged with the campaign
- Configure the success action:
- Show a thank-you message on the page
- Redirect to a thank-you landing page URL
- Redirect to your main website
Form submissions appear in the CRM as new contacts (or update existing contacts matched by email).
Publishing a Landing Page
- Click Publish in the top-right corner of the editor
- The page is uploaded and goes live immediately
- The live URL is shown in a confirmation dialog — copy and share it
Scheduling a Publish
To schedule a page to go live at a future time:
- Click the dropdown arrow next to Publish
- Select Schedule
- Set the date and time
- Click Schedule Publish
The page status shows Scheduled until the publish time, then switches to Published automatically.
Unpublishing
- Open the landing page
- Click ⋯ → Unpublish
- The page returns a 404 until republished
Analytics
Each landing page has built-in analytics:
- Navigate to Landing Pages → click a page → Analytics tab
- View:
- Page views — Total views over time (chart)
- Unique visitors — Estimated unique visitors (privacy-first: hashed IP + user agent)
- Conversions — Form submissions or tracked CTA clicks
- Conversion rate — Conversions ÷ Visitors
- Traffic sources — Referrer breakdown (Direct, Search, Social, etc.)
The analytics snippet is automatically embedded when you publish the page — no manual code installation needed.
A/B Testing
Test two versions of a page to find which converts better:
Setting Up an A/B Test
- Open a published landing page
- Click ⋯ → Create A/B Variant
- The current page becomes Variant A
- You're taken to the Variant B editor — make your changes (different headline, CTA color, copy, etc.)
- Click Enable A/B Test
- Traffic splits 50/50 between variants automatically
Monitoring Results
- Go to the landing page Analytics tab
- The A/B section shows side-by-side:
- Views per variant
- Conversions per variant
- Conversion rate per variant
- Statistical significance indicator
Declaring a Winner
- When one variant has a statistically meaningful lead, click Declare Winner
- Select the winning variant
- The winner becomes the permanent version of the page
- The losing variant is archived
Duplicating a Landing Page
- In the Landing Pages list, hover over a page card
- Click ⋯ → Duplicate
- A copy is created with "Copy of" prefix — rename and edit as needed
Duplication is useful for:
- Creating variant pages for different geographies or audiences
- Starting a new campaign from a proven page structure
Filtering and Organizing
Filter the landing pages list:
- Brand — Show only pages for a specific brand
- Status — Published / Draft / Scheduled / Archived
- Type — Filter by the template category used at creation
Tracking Custom Events
For advanced conversion tracking beyond form submissions:
The landing page embed script supports custom events. Add this to any button or link on the page using the Custom HTML section:
<button onclick="brandTrack('cta_click', {label: 'Book a Call'})">
Book a Free Call
</button>
Custom events appear in the landing page analytics under Events.