Like text link post, Image link or Image can be SEO friendly. Each image is displayed on the blog page can be named in the "alt" attribute .
The alt attribute is used to define an "alternate text" for an image. The value of the alt attribute is an author-defined text w3schools
The "alt" attribute tells the reader what he or she is missing on a page if the browser can't load images. The browser will then display the alternate text instead of the image. It is a good practice to include the "alt" attribute for each image on a page, to improve the display and usefulness of your document for people who have text-only browsers.
By default when we upload the image to the blog link that appears is :
<img src="URL" alt=" "/> <<-- blank in "alt" attribute
So add the word / phrase to give a name to the image "alt" attribute, so the result is :
<img src="URL" alt="Name/Phrase"/>.
0 comments:
Post a Comment