Landing Page
Definition
A landing page is where a campaign sends people. A home page has to serve everybody and therefore links everywhere; a landing page carries one message and normally one action — book a demo, download the report, join the waitlist. The structure is conventional because the convention works: a headline echoing the promise in the ad, a short run of proof, one image or a brief video, and a form or button, repeated at the foot if the page is long. Navigation is often removed deliberately, since every additional link is a way to leave without acting. In practice most landing pages are a single HTML file with a stylesheet and a couple of images, which is why they sit comfortably on static hosting instead of inside a content management system.
Why It Matters
Conversion rate is what pays for the traffic. Send 2,000 visitors at 40p a click and you have spent 800 pounds: at 2 percent that buys 40 leads at 20 pounds each, and at 4 percent it buys 80 at 10 pounds each. The ad did not change — only the page did. Two things move that number more than anything else. The first is speed, because a page taking four seconds on a phone loses a large slice of visitors before they read a word. The second is message match: a headline that does not echo the ad someone just clicked reads as the wrong place, and they leave. Speed is largely a hosting question, and message match is largely a question of publishing one page per campaign instead of pointing five ads at one.
How It Works
Someone clicks an ad, a mail link or a shared card and arrives at an address built for that campaign, usually with tracking parameters attached such as utm_source and utm_campaign. The page loads — well under a second if it is a static file coming from a nearby edge network node — and presents one offer. If the visitor acts, the action either posts to a form handler or hands them on to a booking or checkout flow. Afterwards you compare visitors against actions for that specific URL, which only works if each campaign has its own page or at least its own parameters. Because the page is measured, it gets iterated: change the headline, publish again, compare the next 500 visitors, keep the better one.
Real-World Example
A software firm runs a LinkedIn campaign and publishes the page as a small folder of files on 99helpers, live at northgate-trial.99helpers.site about a minute after the upload. The page carries a headline, three bullets, one screenshot and a lead capture form that takes an email before revealing the trial instructions. A fortnight in, the headline is rewritten and the folder uploaded again at the same address, so the ad never needs editing; if the new wording converts worse, the previous version is one click away in the version history. Across those two weeks the conversion rate moved from 2.4 to 3.6 percent on roughly the same spend.
Common Mistakes
- ✕Pointing every ad at the home page — the visitor has to go looking for the thing they clicked on, and most will not bother
- ✕Leaving the full site navigation in place — each link is an exit, and on a page with one job every exit is a lost conversion
- ✕Asking for eight form fields where two would do — each extra field measurably reduces the number of people who finish
- ✕Opening with a heavy hero video — on mobile data it is the slowest thing on the page and the thing nobody waits for
Related Terms
Meta Description
A one-line summary of a page, written into a meta tag in the head of the HTML, that search engines often show as the grey text under a result. It affects clicks, not rankings.
Open Graph Tags
Meta tags in the head of a page that tell other sites how to draw a link to it — the title, the summary and the picture in a shared card. Without them a link shows as a bare URL.
Static Hosting
Static hosting is a service that stores a folder of finished web files and serves them over HTTP, without running any application code of yours. You upload the folder; the host answers requests for the files in it.
Lead Capture Form
A short form shown in front of a hosted file or site: the visitor gives a name and an email, the content opens, and the answer lands in the owner's dashboard.
Core Web Vitals
Core Web Vitals are the three page-experience measurements Google publishes and uses as a ranking signal: Largest Contentful Paint, Interaction to Next Paint and Cumulative Layout Shift. Each has a published threshold, and each is judged on real visits rather than a lab test.
Put a file online in seconds
Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.
Host a file free →