Content image with useless text alternative
Issue
Content image with useless text alternative
<img src="logo_sm_2_hr.png" alt="alternative text" />
Why is it a problem
Provided alternative text does not communicate image correctly so user not aware of correct content
How to fix it
Use the alt attribute to specify a short text alternative
<img src="logo_sm_2_hr.png" alt="Google" />