Skip to content
LaunchGraded
Free checklist

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.

01 · 18 pts

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 min
  • Your 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 min
  • Visitors 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 h
  • Your 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
02 · 16 pts

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 min
  • Visitors 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 min
  • Not-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
03 · 12 pts

Trust

  • You show evidence other people use this

    Add one testimonial with a name and role near the primary call to action, or a row of customer logos, or a concrete usage number.

    6 pts · 2 h
  • Visitors can reach a human

    Add a contact link, a mailto: address or a support email to the footer or nav.

    3 pts · 15 min
04 · 10 pts

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 min
  • Buttons 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 h
  • Text 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
05 · 14 pts

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 min
  • Search 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 min
  • Your link looks right when shared

    Add og:title, og:description and a 1200×630 og:image (plus twitter:card) to the page head, then check it with a share preview tool.

    3 pts · 30 min
  • Search 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 min
06 · 12 pts

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 day
  • The 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 h
  • The 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
07 · 10 pts

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 day
  • Images have text alternatives

    Add a short, descriptive alt attribute to every meaningful image and alt="" to purely decorative ones.

    2 pts · 30 min
  • Form fields have labels

    Give every input a visible <label> (or aria-label where a visible one truly doesn't fit).

    1 pts · 15 min
  • The page declares its language

    Add lang="en" (or your language code) to the <html> element.

    1 pts · 5 min
  • Text 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
08 · 8 pts

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 min
  • Nothing 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 h
  • You have a favicon

    Add a favicon (an SVG or 32×32 PNG) and link it from the page head.

    1 pts · 15 min
  • A 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 min
This is the free version. Checking 31 items by hand takes a while and it's easy to miss what Lighthouse and a real browser catch — mobile tap targets, contrast ratios, console errors. The free scan runs every check above automatically and tells you exactly which ones are failing, in order of severity.

Skip the manual pass.

https://
No account for your first scan · Usually under 2 minutes · We only read public pages