Marc van Leeuwen
Premium Member
- Joined
- May 29, 2016
- Messages
- 1,132
- Points
- 63
I've been writing my HTML for images like this:
But I recently ran a SEO tool to check images on my web pages and it reported loads of errors which I was really surprised with.
When I went through the report 99 % of these errors were because of missing image title text.
Also if you were to implement it, what would you put in there? put all alt and title in image tag?
Code:
<img src="my-image.jpg" alt="my image" >
When I went through the report 99 % of these errors were because of missing image title text.
Also if you were to implement it, what would you put in there? put all alt and title in image tag?