This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Update Image Tag Alt Attribute

Description

This is an alt text modification plugin. It will take all empty alt tags and create a tag based upon the page they are attached to. This is best used when you have properly named files or have loaded images into the library in bulk.

Plugin actions in wordpress

This plugin searches for all images within the library which are missing alt-text attributes. The alt text will be chosen from page or post title elements if the image is attached to a page or post. Otherwise, file name will be used as the alt-text attribute of unattached images in media library.

The purpose is to help describe those images as best as possible for interpretation by search bots. Moreover, after updating, the plugin creates a file which lists all the images that was found to be missing alt-text attribute and then updated with alt-text. This will allow you to then tweak where necessary.

Technical support

Dear users, our plugins are available for free download. If you have any questions or recommendations regarding the functionality of our plugins (existing options, new options, current issues), please feel free to contact us. Please note that we accept requests in English only. All messages in another languages won’t be accepted.

Privacy Policy

Update Image Tag Alt Attribute uses Appsero SDK to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.

Appsero SDK does not gather any data by default. The SDK only starts gathering basic telemetry data when a user allows it via the admin notice. We collect the data to ensure a great user experience for all our users.

Integrating Appsero SDK DOES NOT IMMEDIATELY start gathering data, without confirmation from users in any case.

Learn more about how Appsero collects and uses this data.

Screenshots

  • The administration panel : activate update-alt-attribute plugin
  • Image checkout: sample image without alt-text in media
  • Update Alt for the website : notice before run update alt
  • Result after update : list of picture were found and added alt-text
  • Image checkout : alt-text field in image detail updated

Installation

  1. Upload the zip file “alt-attribute.zip” to the WordPress plugin.
  2. Activate the plugin through the “Plugins” menu in WordPress.

Reviews

11 January 2022
It did update all empty ALT-tags but it doesn't used chars like å, ä and ö. It replaced them with a and o. Edit: This plugin use the filename to create ALT-tags, not the post title.
08 February 2018
Could definitely use some improvements through an update. The good part, it updates your empty alt tags. The bad parts: the list it generates isn't clickable so you still have to go search for the images to tweak their content, the alt tags often have spaces removed, so a post titled "My Summer Vacation" seems to throw "mysummervacation" onto associated images as the alt text, and finally, instead of placing this in Settings or Tools (like the screenshot shows), it adds a whole new "Maui Marketing" area to navigation bar in WordPress, which is unnecessary.
27 April 2017
The plugin is concatenating the terms into the alt tag when it's multiple words. So "red dog" becomes "reddog". A whitelist/blacklist terms feature would be great so that you could skip images with filenames like "screenshot". An ajax edit option would be great on the output list of media that's been updated. The plugin stalled on a large site that I tested it on, never getting past "Loading...". Would be worth it to chunk the output by media ID.
22 March 2017
I was wondering why my SEO rating for some articles was going down...until I discovered this plugin had decided to chance the alt tags for the featured images of my articles to the name of the file, instead of the CAREFULLY selected and filled keyword alt tags.
Read all 11 reviews

Contributors & Developers

“Update Image Tag Alt Attribute” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

=2.4.5=
* Instant alt replacement function update
=2.4.4=
* Add word remove feature in settings so it will remove all words from image in input box.
=2.4.1=
* Remove frontend js
=2.4.0=
* Fixed
select not show nummber
Undefined post_type
Warning preg_match in php 7.0+
text image replace wrong
Editor Alt Media : do not load the entire image
Editor Alt Media : not load .SVG
* New
Editor Alt Media :add sort by title
Improve the performance
Improved Cron performance
=2.3.5=
* Fixed order by
=2.3.4=
* Fixed search
=2.3.3=
* Added link
=2.3.2=
* Added Log file
=2.3.1=
* Added Cron
=2.3.0=
* Added “Used” column
=2.2.0=
* Added wxh for images
=2.0.7=
* Updated some text
=2.0.6=
* Addded bulk edit
=2.0.5=
* Split to media and content
* Priority change alt by file name
=1.0.1=
Initial version