Skip to main content
paulund

2 min read

#deployments #checklist #best-practices

Website Go Live Checklist

When you're about to go live with a website, there are a number of things you need to check to make sure that the website is ready for the public. This checklist will help you to make sure that you've covered all the bases before you launch your website. If you are building a SaaS product specifically, the SaaS PRD Framework covers the planning phase: authentication, billing, email flows, legal pages, and more — everything to document before you start building.

Table of Contents

SEO

  • SEO meta data
    • Title
    • Description
    • Keywords
    • Open Graph
    • Twitter Card
    • Schema.org
  • Create RSS Feed
  • Create robots.txt
  • XML Sitemap
  • Verify external and internal links
  • Review HTML headers on page
  • Add alt text to images

Testing

  • Write tests for all pages
  • Review page responsive
  • Test website on different browsers

Performance

Accessibility

Security

  • Redirect www/non-www & http/https versions
  • Create SSL certificate
  • Set up security monitoring

Error Handling

  • Build the 404 page
  • Build the 500 page
  • Set up error tracking, monitoring and logging

Analytics

  • Set up analytics

Backups

  • Set up backups

URL Management

  • Ensure old URLs redirect to new URLs

Related notes

  • Blue/Green Deployment

    How blue/green deployments work by maintaining two identical production environments to achieve zero...

  • Canary Deployment

    How canary deployments work by rolling out a new version to a small percentage of users before a ful...

  • A/B Testing Deployments

    How A/B testing deployments work by routing a percentage of traffic to a new version and comparing p...


Newsletter

A weekly newsletter on backend architecture, AI-assisted development, and engineering. No spam, unsubscribe any time.