Web Checklist
Some checklist when building a web app / pages.
keywords: discoverability, performance, accessibility.
Discoverability
- Domain (namecheap, Google Domains)
 
SEO
- Title
 - OpenGraph (title, image, url)
 - JSON-LD
 - Sitemap
 
Performance
- Web Vitals
 - minified bundle
 - code splitting
 
React
- preact for production build (optional)
 
Accessibility / a11y
Optional / Additionals
- add RSS (for blog / news / updated)
 - analytics
 - monitoring (sentry)
 - Google Search Console - claim domain ownership
 - PWA enabled
 
Styling
- custom scroll bar