Single Page Application (SPA) Checklist
Overview
NOTE
This checklist is for building Single Page Applications (SPA) with modern JavaScript frameworks.
Diagram
graph LR
Checklist
Legal
- Licences of my app’s 3rd-party dependencies are not violated
- The application complies with the General Data Protection Regulation (GDPR)
Search Engine Optimization (SEO)
- The application is crawlable by search engines
- The application has a sitemap
- The application has a robots.txt file
- The application has a 404 page
- The application has a 301 redirect page
- The application has a 500 error page
- The application has a favicon
- The application has a meta description
- The application has a meta title
- The application has a meta keywords
Performance
Pages
- Home/Landing Page
- About Page
- Contact Page
Other Pages
- 404 Page
- Maintenance Page
Appendix
Note created on 2024-04-01 and last modified on 2024-04-01.
Backlinks
(c) No Clocks, LLC | 2024