One of the most common on-page optimization mistakes is the missing alt attribute for pictures or the misuse of it. People recognize pictures easily, but search engines have difficulties when it comes to image recognition.
Let’s take this simple example. The name of the below picture might be anything, from DSC00120.JPEG to CAT.JPEG – for best SEO practices you shouldn’t use this kind of generic names, instead you can name it “cat playing” or even better “cat playing with a barn of yarn”:
There’s a cute cat playing with a ball of yarn. We see this but:
So, what can you do to help – or as some say “how to optimize images for better search engine rankings”? Simply add an accurate and easy to understand alt attribute to your image – also known as alternate text. The correct syntax is <img src=”DSC09887.jpeg” alt=”text”>. Instead of the “text” we’ll replace it with:
<img alt=”Cute cat playing with a ball of yarn”>
If the image is only for decoration purposes use the alt=”” attribute – also known as a blank alt attribute. Last but not least: optimize images for users and not for better search engine rankings. Once you have implemented these attributes you can easily check your site/blog for missing image attributes with freely available online tools such as Image & Link Analyzer.
Additionally you can check-out below Matt Cutt’s video explaining the importance of ALT attributes.