Auto Alt Text
This plugin implements the automatic creation of alt text for images uploaded to the media library. The alt text is generated at the time of uploading the image and it is also possible to generate the alt text for images already present in the media library. To generate the alt text, you can choose to use the artificial intelligence of OpenAI or Azure, or decide if you simply want to copy the title of the article where the image is uploaded or the name of the image. Clearly, using artificial intelligence will allow for a more accurate and useful alt texts. Features This plugin allows you to generate alt texts in the following ways: – using Openai APIs (GPT-4o, GPT-4o Mini, o1 Mini) – using Anthropic Claude API – using Azure APIs for computational vision; – recovering the title of the image – recovering the title of the article in which the image is uploaded Getting Started After installing the plugin, click on the ‘Auto Alt Text’ menu item. Choice of Generation Method Select the Generation Method you prefer OpenAI’s APIs In your OpenAI account, retrieve the following data to enter on the options page: – API Key Choose the model you want to use for generating the alt text. Enter a prompt for generating the alt text according to your needs. Claude Anthropic’s APIs In your Anthropic account, retrieve the following data to enter on the options page: – API Key Choose the model you want to use for generating the alt text. Enter a prompt for generating the alt text according to your needs. Azure’s APIs On your Azure account, create a Computer Vision instance and retrieve the following data to enter on the options page: – Computer Vision API Key – Computer Vision Endpoint If you want to generate an alt text in English, save the options without filling in any other fields. If you want to generate an alt text in a different language, on your Azure account, create a Translator instance and retrieve the following data to enter on the options page: – Translator Instance API Key – Translator Instance Endpoint – Translator Instance Region After entering this data, save the options. Select the desired language and save the options again. Title of the article For this generation method, there are no options to set as the alt text will be generated by copying the title of the article in which the image is uploaded. In case the article is not uploaded as an attachment of an article, the “Title of the attachment” method will be used as a fallback. Title of the attachment For this generation method, there are no options to set as the alt text will be generated by copying the title of the image. Functioning Once the plugin is configured, each time an image is uploaded to the media library, an alt text will be automatically set based on the selected generation method. For images already in the media library, you can create bulk alt texts. Open the Media Library in the “list” view, select the images for which to generate the alt text, and choose the “Generate alt text” bulk action. (Depending on the number of images chosen and their weight, this may take some time.) You can also generate the alt text of a single image directly from the media library. Open the Media Library in “grid” mode, choose the image for which to generate the alt text, and click the “Generate alt text” button. In no time the alt text field will be overwritten by the generated description. WP-CLI If you prefer generating alt text in batch (e.g., to avoid processing in the Media Library UI), you can use WP-CLI. Generate alt text for a list of attachment IDs: wp auto-alt-text generate --ids=123,456,789 Process all image attachments in batches: wp auto-alt-text generate --all --limit=200 --offset=0 wp auto-alt-text generate --all --limit=200 --offset=200 Dry run (no metadata updates): wp auto-alt-text generate --ids=123,456 --dry-run Force overwrite of existing alt text (even if “Keep existing alt text” is enabled): wp auto-alt-text generate --all --limit=200 --offset=0 --force Notice: If you choose one of the methods that involves the use of external APIs, the upload times for images in the media library might increase because it requires sending a request to the APIs, waiting for the external server to process, and waiting for a response. Logging If the generation of the alt text via AI is set, in case of errors, to avoid blocking the editorial work, the image is loaded anyway but without the alt text being compiled. When a call to the Azure or OpenAI API fails, a record containing the error message is saved in a custom database table. In this case, the cause of the error can be seen on the Auto Alt Text -> Error log page. External Services This plugin uses the following external services alternatively: OpenAI Selecting the generation method “OpenAI’s APIs” will use the API services of OpenAI. This plugin does not collect any information from your OpenAI account. The data transmitted to OpenAI mainly consists of the image files uploaded to your website and the specified prompt. For accurate information on privacy and conditions of use, please consult the privacy policy and terms and conditions directly on the official website. It is also advisable to check the costs and usage statistics of the API service on the OpenAI website. Anthropic Claude Selecting the generation method “Anthropic’s APIs” will use the API services of Anthropic. This plugin does not collect any information from your Anthropic Claude account. The data transmitted to Anthropic Claude mainly consists of the image files uploaded to your website and the specified prompt. For accurate information on privacy and conditions of use, please consult the privacy policy, terms and conditions for consumers and terms and conditions for commercial directly on the official website. It is also advisable to check the costs and usage statistics of the API service on the Anthropic website. Azure Selecting the “Azure’s APIs” generation method will use the API services of Microsoft Azure. This plugin does not collect any information from your Azure account. The data transmitted to Azure consists mainly of image files uploaded to your website. For accurate information on privacy and conditions of use, please directly consult the privacy policy and terms and conditions on the official website. It is also advisable to check the costs and usage statistics of the API service on the Microsoft Azure’s website. Encryption Constants We strongly recommend defining the new plugin-specific constants in your wp-config.php: define( 'AAT_ENCRYPTION_KEY', 'a_random_string_of_at_least_64_characters' ); define( 'AAT_ENCRYPTION_SALT', 'another_random_string_of_at_least_64_characters' ); You will find these two define(…) lines already generated for you on the Auto Alt Text » Options page – simply copy & paste them before the /* That's all, stop editing! Happy publishing. */ line in your wp-config.php. If you choose not to add them, the plugin will continue to work normally, but it will fall back to using your WordPress LOGGED_IN_KEY / LOGGED_IN_SALT, which may break if those salts are ever changed. Disclaimer Auto Alt Text is a plugin that helps users automatically generate Alt Texts of their images using AI services such as OpenAI’s ChatGPT or Microsoft Azure. Users need their own API key and must follow the rules set by the AI service they choose. By using Auto Alt Text, users agree to watch and manage AI-made content and address any issues or misuse. AI Engine developer and related parties are not responsible for any problems or losses caused by the use of the plugin or AI-generated content.
Top keywords
- alt34×2.64%
- alt text30×2.33%
- text30×2.33%
- generate17×1.32%
- image15×1.16%
- api13×1.01%
- azure13×1.01%
- openai12×0.93%
- apis10×0.78%
- options10×0.78%
- anthropic9×0.70%
- generation9×0.70%
Bulk Auto Image Alt Text (Alt tag, Alt attribute) optimizer (image SEO)
Bialty is a WordPress alt text automation plugin. Bialty adds alt text to images dynamically in the rendered frontend HTML. It does not rewrite the Media Library. It uses SEO and editorial context already present in WordPress, such as focus keywords, post titles, product titles, or cleaned image filenames. Bialty is designed for site owners who want broad alt text coverage without destructive database changes, bulk rewrites, or external AI APIs. 👉 Official documentation and product site: bialty.com Quick product facts Product type: WordPress alt text automation plugin How it works: injects alt text at render time in frontend HTML What it does not do: does not rewrite Media Library metadata Rule sources: focus keyword, title, image filename, combined modes, manual override SEO plugin support: Yoast SEO, Rank Math, All in One SEO WooCommerce support: available in Pro AI image analysis: not included External API calls: none Reversible: yes, instantly What Bialty does Bialty applies a deterministic rule to images when a page is rendered. Depending on your settings and plan, Bialty can use: Focus keyword from Yoast SEO Focus keyword from Rank Math Primary keyphrase from All in One SEO (AIOSEO) Post title Product title Cleaned image filename Combined values such as keyword + title Custom manual alt text set per post, page, or product Bialty is useful for: adding alt text where none exists replacing existing alt text according to a defined rule standardizing alt text logic across a site covering WordPress posts and pages extending the same logic to WooCommerce and custom post types in Pro What Bialty does not do Bialty does not do the following: it does not rewrite Media Library metadata it does not permanently write generated alt text into the database it does not visually analyze images it does not call any external AI API it does not generate unique descriptive captions for each image based on computer vision it does not process headers, footers, sidebars, or widget images by default This distinction matters: Bialty is a contextual rule engine, not an AI vision plugin and not a bulk Media Library rewriting plugin. Why Bialty is different Most image alt text plugins follow one of two models: Bulk rewrite model They rewrite alt text inside the Media Library or database. AI vision model They send images to an external API and generate descriptive text from image analysis. Bialty follows a third model: Dynamic contextual injection model It injects alt text into frontend HTML at render time using rules and signals already available in WordPress. This gives Bialty a distinct profile: Dynamic frontend injection — alt text is added to rendered HTML No Media Library rewrite — stored metadata remains unchanged Instant reversibility — disable the plugin and the injected alt text disappears No external API — no quota, no per-image cost, no API dependency Deterministic behavior — same rule, same output SEO plugin compatibility Bialty reads keyword data from the SEO plugin already active on the site. Supported integrations: Yoast SEO — reads the focus keyword field Rank Math — reads the focus keyword field All in One SEO (AIOSEO) — reads the primary keyphrase If no supported SEO plugin is active, Bialty can still use titles or image filenames as the alt text source. Free edition The free edition covers the core WordPress use case. Included in Free: Posts Pages Missing alt text rule Existing alt text rule Manual override per post or page Disable on homepage Debug mode Delete settings on deactivation Free is intended for standard content sites that want dynamic alt text on posts and pages. Commercial edition (Pro) The commercial edition extends Bialty to larger and more complex WordPress stacks. Included in Pro: Custom post types WooCommerce support Product page coverage Product gallery controls Related products coverage Blacklist / exclusion rules Add Site Title Broader rule combinations Product-level manual override Pro is intended for stores, agencies, and sites using WooCommerce or custom content models. 👉 Compare Free vs Pro 👉 WooCommerce documentation 7-day paid trial Bialty Pro offers a 7-day paid trial. Important: the trial is not free payment is required at checkout the trial gives access to the commercial scope so the plugin can be tested on a real site, theme, builder, and WooCommerce stack This is useful when compatibility must be validated on a production-like environment. Builder and editor compatibility Bialty works when content is rendered through the standard WordPress frontend pipeline. Documented compatible editors and builders include: Gutenberg Classic Editor / TinyMCE Elementor SiteOrigin Page Builder Important technical note: Bialty relies on WordPress rendering filters such as the_content, post_thumbnail_html, and WooCommerce-specific frontend hooks. If a theme, builder, widget, or template bypasses the standard frontend flow, Bialty may not affect those images. Known special case: Beaver Builder edit mode — Bialty is disabled in builder edit mode to avoid conflicts Outside the default scope: header images footer images sidebar images widget images any image output that bypasses the supported frontend rendering flow 👉 Compatibility details How to verify Bialty is working Bialty changes the rendered frontend HTML. It does not change the Media Library field. To verify Bialty correctly: Open the published page in a browser Do not rely on the editor view Clear all cache layers if caching is active Inspect the element in the rendered page Check the alt attribute If the alt attribute matches the configured rule, Bialty is working. If the Media Library still shows an empty or unchanged alt field, that is normal. Bialty does not write generated values back to stored metadata. 👉 Full troubleshooting guide Performance profile Bialty is designed to stay lightweight. It does not: run a bulk background process queue database rewrite jobs call external APIs add per-image API latency Instead, Bialty processes the rendered page at request time using local WordPress context. Actual impact depends on theme, builder, caching, and page complexity. Accessibility and editorial note Bialty helps automate alt text coverage and consistency. However, context-specific manual alt text may still be preferable when highly descriptive, accessibility-focused, or editorially precise alt text is required for a particular image. Bialty is best understood as a scalable rule-based automation layer, not as a replacement for manual judgment in every image context. Languages Bialty is translated into 6 languages: English French Spanish Portuguese German Russian Links Official site and documentation Features How it works WooCommerce support Compatibility Pricing and plans FAQ Troubleshooting Blog About the publisher BIALTY is developed by Pagup, a digital readability firm based in Quebec, Canada. Alt text is not just an accessibility requirement. It is a semantic signal that helps search engines and AI systems understand what your images represent and how they relate to your content. Missing or generic alt texts create interpretive gaps — the system sees an image but cannot determine its role, its subject, or its relationship to the page. BIALTY automates alt text management so that your visual content contributes to your site’s overall digital readability instead of creating silent blind spots. Part of the Pagup ecosystem pagup.com — Digital readability firm. Diagnostic, semantic architecture, AI governance. gautierdorval.com — Doctrine, canonical definitions, interpretive governance research. interpretive-governance.org — Formal versioned standard for interpretive governance.