Skip to content

wearefar/checklist-going-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 

Repository files navigation

A checklist for all sites that are going live

The checklist that is used when a site is going live

Frontend

  • Minified assets
  • Layout is preserved after PurgeCSS
  • Remove all console.log lines in scripts
  • 404 template
  • Use font-dispay: swap when possible

Images

  • Images are optimized
  • Use webp whenever possible
  • Provide width and heigth for img elements whenever possible
  • Provide srcset whenever necessary

Meta

  • All pages have a title & meta description
  • Open graph w/ image
  • Favicon
  • Provide rel="alternate" and hreflang attributes for multilingual sites

a11y

  • Run Firefox diagnostic and solve all detected issues
  • SVGs have title or role presentation
  • Buttons have and accessible name
  • Image elements have alt attributes
  • Links have a discernible name
  • Sufficient contrast ratio is desirable
  • Test keyboard navigation and fix all detected issues

Server

  • SSL certificate installed
  • Check http redirects to https
  • Check www redirects non-www domain
  • Setup browser cache nginx/apache
  • Redirect old urls if necessary
  • Ensure no mixed content

SEO & Analytics

  • Analytics is running in production
  • GDPR & cookies
  • Setup Google Search Console
  • Provide a sitemap.xml

About

The checklist that is used when a site is going live

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors