Page has broken image
A broken image leaves an empty box where visual content should be, hurting perception and accessibility.
What it is
This check flags <img> elements whose src returns an error such as 404.
Why it matters for SEO
Broken images degrade user experience and remove image-search opportunities; repeated 404s waste crawl budget.
Example
<img src='/img/produit.jpg' alt='Produit'> -> 404 Not Found
How to fix
- Restore the missing file or update the
srcpath. - Check case-sensitivity and folder moves in your asset pipeline.
- Add descriptive
alttext while editing the tag. - Re-crawl to confirm all images load.