content · content.images.poorAlt
Images have unhelpful alt text
Alt text like "image1.jpg" or "photo" describes nothing — it fails both screen-reader users and image search.
Why it matters
Alt text like "image1.jpg" or "photo" tells search engines and screen readers nothing about content.
Example fix
<!-- Bad -->\n<img src="/chart.png" alt="chart.png" />\n\n<!-- Good -->\n<img src="/chart.png" alt="Organic traffic growth from 1k to 40k monthly visits over 12 months" />
Authoritative reference
Run a full audit of your site
Free, no signup, no crawl cap. Check this and 90+ other factors across every public page.
Audit my site →