Images missing alt text
Alt text describes an image to screen readers and search engines. Missing alt text fails both.
What it is
This check flags <img> elements with no alt attribute.
Why it matters for SEO
Alt text is essential for accessibility and is how images earn visibility in image search; missing it is a lost opportunity and a compliance risk.
Example
<img src='/equipe.jpg'> <!-- alt attribute missing -->
How to fix
- Add concise, descriptive
alttext conveying the image's purpose. - Use an empty
alt=''for purely decorative images. - Avoid keyword stuffing; describe what is shown.
- Re-crawl to confirm images have alt text.