We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<!DOCTYPE html> <html> <body> <p> An image that is a link: <a href="https://www.w3schools.com"> <img src="smiley.gif" width="42" height="42" border="0"> </a> </p> </body> </html>
LH say nothing about img without alt tag
LH should warn about img without alt tag . Google in this document https://support.google.com/webmasters/answer/114016?hl=en says to use descriptive alt text
The text was updated successfully, but these errors were encountered:
Thanks @andreabisello good catch! We flag this in accessibility but not SEO.
cc @rviscomi / @AVGP for their blessing
Sorry, something went wrong.
Yes, very good catch! From an SEO standpoint, your images should have an alt attribute. Thanks for flagging this, @andreabisello
patrickhulce
Successfully merging a pull request may close this issue.
Provide the steps to reproduce
What is the current behavior?
LH say nothing about img without alt tag
What is the expected behavior?
LH should warn about img without alt tag . Google in this document https://support.google.com/webmasters/answer/114016?hl=en says to use descriptive alt text
Environment Information
The text was updated successfully, but these errors were encountered: