Posts tagged: website image

Quick Tip: Use an ALT tag for your website images

ALT tagFor search engines an image is just a block that they cannot read. So to help search engines recognize images on your business website you have to include an ALT tag in the HTML code. To check if an image has an ALT tag just hover your mouse over an image and if you see text appear next to your pointer, then there’s an ALT tag associated with that image.

Here’s a sample HTML code for an image that includes an ALT tag:

<img src=”image.jpg” alt=”image description goes here”>

Go ahead and mouse over on the image to the right to see the ALT tag in action.