...

Image Alt Text vs Image Title in WordPress – What’s the Difference?

183

A large amount of web content consists of images however not many website owners optimize their images for speed or better search rankings. Even though WordPress comes with the option to add alt text and image title, often beginners do not understand the difference and how to use them. In this article, we will show you the difference between image alt text vs image title in WordPress.

Video Tutorial

Subscribe to WPBeginner

If you don’t like the video or need more instructions, then continue reading.

What is Alt Text and Image Title

Alt text or alternate text is an attribute added to an image tag in HTML. This text appears inside the image container when the image can not be displayed. It helps search engines understand what an image is about. Alternate text is also very helpful in case images on a page cannot be found.

Alternate text displayed in a broken image container

Image title is another attribute that can be added to the image tag in HTML. It is used to provide a title for your image. The text you enter inside the title tag will not be shown to user when a image cannot be displayed. Instead, it is displayed in a popup when a user takes their mouse over to an image.

Title attribute displayed over the image in popup text

Alt tag and image titles are also used to improve accessibility of your website for those with poor vision or screen reader devices. A screen reader will read the entire text article and when it comes to an image, then it will say Image: Title XYZ. This allows the user to know why you added the image there even if they cannot see it.

How to Add Alt Text to an Image in WordPress

WordPress allows you to add Alt text for your images when you upload them using the built-in media uploader.

Adding alt text while uploading a image in WordPress

You can also add alt text to an image by visiting Media » Library and clicking on the Edit link below the image.

Adding alternate text by editing a file in media library

How to Add Image Title in WordPress

When you are uploading an image using the built in WordPress media uploader, you will see a title field. This title field is used by WordPress to handle your media files and should not be confused with the title attribute used inside an image.

Title in the media uploader is not the title attribute used inside img tag

The title you add while uploading an image is only used by WordPress media library to display the list of your media files.

While this title will help you locate media files in WordPress media library, it is not the title attribute that we are talking about. Here is how you would add the title attribute to your images in WordPress.

If you are using the visual post editor, then you need to click on the image and then click the edit button on the image.

Editing an image inside WordPress visual editor

This will bring up the image edit popup screen where you need to click on the Advanced Options. This will display the option to add image title attribute.

Adding image title attribute in WordPress using visual editor

For those users who are not afraid of editing a little bit of HTML. Simply switch to the Text editor, and add title attribute to your image tag like this:

  <img class="alignleft size-medium wp-image-2204" src="http://www.example.com/wp-content/uploads/2014/10/bike.jpg" alt="alternate text for image" width="300" height="199" title="A proper title attribute" />  

Alternatively, you can use a plugin called Restore Image Title which uses the title field in the uploader as the title attribute of the images.

Why and How You Should Use Alt Text and Image Title

We recommend our users to use both alt text and image title with their images. One obvious advantage is that it helps search engines discover your images and display them in image search results. The other advantage is that these tags improve the accessibility of your site and explain your images to people with special needs.

Search engines, particularly Google claims that they only focus on alt tag as a ranking factor for images. However, this does not mean that they completely ignore the title attribute. Try adding different texts in both attributes using keywords that describe your images.

Also remember do not stuff too many keywords into alt and title tags. Instead, write descriptive and helpful texts that actually describe the image.

We hope this article helped you understand image alt text and image title in WordPress. You may also want to take a look at our guide on fixing the common image issues in WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Google+.

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.