The website launch checklist, before you spend your one shot.
31 checks across 8 dimensions — messaging, conversion, trust, mobile UX, SEO, performance, accessibility and technical readiness. Work through it by hand below, or let the scanner run it for you in about two minutes.
What should be on a website launch checklist?
A website launch checklist should cover everything a first-time visitor and a search engine can see on your public page before you send traffic to it: a clear headline, one obvious next step, visible pricing or a way to talk to you, basic trust signals, a page that works on a phone, and the technical basics — HTTPS, a real 404, no console errors. The list below is the LaunchGraded Standard, the same rule-based checklist the free scanner runs automatically, published in full so you can work through it yourself first.
Messaging
Visitors can tell what you do from the first line
Write one headline that names what the product does and for whom, visible without scrolling, ideally under about 12 words.
8 pts · 15 minYour headline is backed up by a one-liner
Add one sentence beneath the headline naming the specific outcome or audience — what changes for the visitor if they use this.
4 pts · 15 minVisitors can see the product (screenshot or demo)
Add a real product screenshot, an annotated UI shot, or a short demo video above the fold or right after the headline.
4 pts · 2 hYour browser tab and search title say what you are
Set a <title> of the form "Product — what it does for whom", under about 60 characters.
2 pts · 5 min
Conversion
There's one obvious next step
Make one specific, action-worded button ("Start free", "Get my score") the most prominent element above the fold. Avoid "Submit" and "Learn more".
11 pts · 30 minVisitors can find out what it costs (or how to talk to you)
Show pricing on the page or one click away via a clearly labelled nav link — or, if pricing is custom, add a direct "Talk to sales" / "Book a call" button.
4 pts · 30 minNot-ready visitors have a low-commitment way to stay in touch
Add a simple secondary email opt-in ("Get updates") somewhere visible, separate from the main call to action.
1 pts · 30 min
Trust
Privacy policy and terms are linked
Publish a privacy policy and terms page and link both from the footer on every page.
3 pts · 30 minVisitors can reach a human
Add a contact link, a mailto: address or a support email to the footer or nav.
3 pts · 15 min
UX & Mobile
Your page adapts to phones
Add <meta name="viewport" content="width=device-width, initial-scale=1"> to the page head and check the layout at phone width.
4 pts · 5 minButtons and links are tappable on a phone
Make interactive elements at least 48×48 px with about 8 px of spacing between them, especially in the nav and footer.
3 pts · 1 hText is legible on a phone
Use at least 16 px for body text on mobile and avoid fixed pixel sizes below 12 px anywhere on the page.
3 pts · 30 min
SEO
Google is allowed to index your homepage
Remove the noindex directive from the robots meta tag or X-Robots-Tag header, redeploy, and rescan.
4 pts · 5 minSearch results show a description you wrote
Add <meta name="description"> with one or two sentences (under about 155 characters) saying what the product does and for whom.
3 pts · 5 minSearch engines know the one true URL
Add <link rel="canonical" href="https://yourdomain.com/"> to the page head, pointing at the one URL you want indexed.
2 pts · 15 minLinks say where they go
Rewrite generic link text to describe the destination ("See pricing") and make sure every link has a real href.
2 pts · 30 min
Performance
Your page loads fast on mobile
Run the page through PageSpeed Insights and work its top opportunities in order — usually oversized images, unused JavaScript and a slow server response.
8 pts · 1 dayThe main content appears within 2.5 seconds
Preload the hero image or font, serve images in a modern format at the size they're displayed, and avoid render-blocking scripts in the head.
2 pts · 2 hThe page doesn't jump around while loading
Give images and embeds explicit width and height, reserve space for late-loading banners, and load web fonts with font-display: swap or optional.
2 pts · 1 h
Accessibility
People using assistive tech can use your site
Open the Lighthouse accessibility report and fix the failing audits in order; most are one-line fixes to labels, roles and contrast.
5 pts · 1 dayImages have text alternatives
Add a short, descriptive alt attribute to every meaningful image and alt="" to purely decorative ones.
2 pts · 30 minForm fields have labels
Give every input a visible <label> (or aria-label where a visible one truly doesn't fit).
1 pts · 15 minThe page declares its language
Add lang="en" (or your language code) to the <html> element.
1 pts · 5 minText is readable against its background
Bring text to at least 4.5:1 contrast against its background (3:1 for large text); check the muted captions and placeholder text first.
1 pts · 1 h
Technical
Your site is served securely
Serve the page and every asset — images, scripts, fonts, embeds — over HTTPS, and redirect http:// to https://.
3 pts · 30 minNothing is silently breaking in the browser
Open the browser console on the live page, fix each error, and remove references to scripts or assets that no longer exist.
2 pts · 1 hYou have a favicon
Add a favicon (an SVG or 32×32 PNG) and link it from the page head.
1 pts · 15 minA wrong URL gets a proper 404
Return a real 404 status for unknown paths with a short page that links back home.
2 pts · 30 minNo broken links on the page
Update or remove the link, then rescan — this check is a gate, so fixing it lifts the verdict cap.
gate · 30 min