Several images throughout the app are missing descriptive alt attributes, particularly in components like SponsorLogo.tsx. Audit all image components and ensure each image includes meaningful alt text for accessibility (a11y). This helps screen reader users understand visual content and also improves SEO. Focus on components such as SponsorLogo, FeaturedProject, and any other components rendering images.
Examples:
Sponsor logos → "Microsoft sponsor logo"
Project previews → "Screenshot of the Task Manager project"
If an image is purely decorative and does not convey information, use an empty alt attribute (alt="") so screen readers can safely ignore it.
Several images throughout the app are missing descriptive alt attributes, particularly in components like SponsorLogo.tsx. Audit all image components and ensure each image includes meaningful alt text for accessibility (a11y). This helps screen reader users understand visual content and also improves SEO. Focus on components such as SponsorLogo, FeaturedProject, and any other components rendering images.
Examples:
Sponsor logos → "Microsoft sponsor logo"
Project previews → "Screenshot of the Task Manager project"
If an image is purely decorative and does not convey information, use an empty alt attribute (alt="") so screen readers can safely ignore it.