You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Lighthouse optimizations - SEO, accessibility, and performance
SEO (100):
- Add robots.txt, sitemap.xml, manifest.json
- Add OpenGraph and Twitter Card meta tags
- Add apple-touch-icon
- Uncomment manifest link
Accessibility (94→targeting 100):
- Add aria-labels to all icon-only buttons (menu, file upload, voice,
submit, model selector, web/mobile toggles, attachment remove)
- Add aria-hidden to decorative icons
- Add skip-to-content link with sr-only styling
- Wrap content areas in <main> element
- Add role="status" and sr-only text to loading spinners
- Add aria-label to sidebar backdrop
Performance:
- Remove unused 650KB cheatcode-github-hero.png from public/
- Change GTM script from afterInteractive to lazyOnload
- Add dns-prefetch and preconnect hints for third-party domains
- Add immutable cache headers for static assets
- Remove duplicate tailwindcss from devDependencies
0 commit comments