Most launch checklists are about design polish. This one isn't. These are the five things that don't show up in a screenshot, get skipped constantly, and cause real problems within the first week of a site going live.
1. A working 404 page
If someone mistypes a URL or clicks an old link, what do they see? Test this before launch - go to a random URL that doesn't exist on your own site. If it's a blank white page or a generic server error, that's a dead end that quietly loses visitors with zero chance to recover them. A proper 404 page with a link back to the homepage costs almost nothing to build and saves every one of those visitors.
2. A form that confirms it actually worked
Submit your own contact form right now, on the live site, as if you were a stranger. Does something clearly tell you it went through? Or does the page just... sit there, leaving you to wonder if you need to click submit again? Silent forms are one of the most common ways real inquiries quietly disappear - either from user hesitation or genuine technical failure that nobody noticed because nobody tested it as a stranger would.
3. Mobile testing on an actual phone, not just a resized browser
Resizing your browser window is not the same as opening the site on a real phone with a real thumb and a real, occasionally spotty connection. Tap targets that look fine on a resized desktop window are often too small on an actual screen. Do this before launch: open the site on your own phone, on real mobile data, not Wi-Fi, and try to complete the main action you want a visitor to take.
4. An SSL certificate that's actually active
If your site loads with a browser warning about it being "not secure," that's not a minor cosmetic issue - it's actively telling visitors to leave. Most modern hosting (Vercel, Netlify, and similar platforms) handles this automatically, but it's still worth manually confirming the padlock icon shows up correctly before you send anyone the link.
5. Analytics installed before launch day, not after
This one's easy to forget because it has zero visible impact on the site itself. But if you install analytics a week after launch, you've permanently lost the data from your most important traffic - the initial wave of people checking out something new. Get basic tracking in place before the first visitor arrives, not after.
None of these are exciting. All five take under an hour combined to check properly. And all five are the kind of thing that, when missing, quietly costs real inquiries or sales without ever showing up as an obvious, visible bug.

