Alt Magic
Alt Magic is an AI alt text generator for WordPress that automatically creates SEO-friendly image alt text for newly uploaded images and existing media library images. Start with 50 free monthly credits, then scale with fast bulk generation built for WooCommerce stores, publishers, agencies, and image-heavy WordPress sites. Built for high-volume workflows, Alt Magic can process 10,000+ images per hour. It helps improve image accessibility, supports better image SEO, and makes alt text generation easier to manage across large media libraries. Alt Magic also includes optional AI image renaming for teams that want cleaner, more descriptive filenames as part of their image optimization workflow. Why users choose Alt Magic Highly contextual and SEO-optimized 50 Free monthly alt text credits to get started easily Fast bulk alt text generation for existing and newly uploaded images Process 10,000+ images per hour on high-volume WordPress sites Affordable pricing at scale for stores, publishers, and agencies Active support with direct help for setup, troubleshooting, and custom guidance Built for WordPress and WooCommerce workflows Optional AI image renaming for better image organization Customer Reviews ⭐⭐⭐⭐⭐ Rated 4.8 stars on G2 – Read reviews on G2 Watch Alt Magic Plug-in in Action: Built for scale and complete image SEO workflows Many AI alt text plugins work well for smaller libraries, but become slower, more expensive, or harder to scale when you need bulk processing across a large number of images. Some tools rely on external model limits or generic workflows that are not built for large WordPress media libraries. Others focus only on adding alt text in the media library and do not offer a broader image optimization workflow. Alt Magic is built differently. It is designed for fast, stable, high-volume processing with better cost efficiency at scale. With Alt Magic, you get: * Faster bulk processing for large image libraries * Better value on high-volume workloads * Support for both existing images and new uploads * AI image renaming for both existing images and new uploads * A broader WordPress image SEO workflow from one plugin This makes Alt Magic a strong fit for WooCommerce stores, publishers, agencies, directories, and other image-heavy websites. Features Automatic Alt Text Generation Generate alt text automatically for newly uploaded images. Bulk Alt Text Generation Create alt text for existing WordPress media library images in bulk with a single click. High-Speed Processing Built for large sites and media libraries with processing speeds of 10,000+ images per hour. Free Monthly Credits Start free every month with 50 credits and scale up only when you need more volume. WooCommerce Optimization Generate better alt text for product images across WooCommerce stores and large catalogs. Context-Aware Generation Create more relevant alt text based on image content and surrounding context. Additional Media Properties Generate not only alt text, but also captions, titles, and descriptions where supported. Processed Images History View, manage, edit, and regenerate previously processed images from one place. SEO Plugin Compatibility Works smoothly with popular SEO plugins including Yoast, Rank Math, SEOPress, Squirrly SEO, and AIOSEO. Multilingual Support Generate alt text in over 150 languages for multilingual websites and global stores. AI Image Renaming Rename already uploaded images and automatically rename new uploads with descriptive, SEO-friendly filenames. Broad Format Support Supports common image formats including JPG, JPEG, PNG, GIF, WebP, AVIF, and SVG. Service Information Alt Magic is a service-based plugin that provides AI-powered alt text generation and image renaming services. The plugin requires an active internet connection and an Alt Magic account with API credentials to function. Service Provider: This plugin connects to Alt Magic’s cloud-based AI service to process images and generate alt texts and image filenames. The plugin does not perform AI processing locally. Remote Servers Called: The plugin makes API calls to the following service endpoints: – Service Base URL: https://api.altmagic.pro – /image-name-generator-wp – For AI-powered image filename generation – /combined-generator-wp – For combined alt text and image name generation – /user-details – For fetching user account information and credit balance – /wp-plugin-events/wp-plugin-events – For plugin usage analytics and events Account Requirements: An Alt Magic account and API key are required to use this plugin. Users must: 1. Sign up for an account at https://www.altmagic.pro 2. Obtain an API key from their Alt Magic dashboard 3. Enter the API key in the plugin settings Data Transmission: The plugin sends image data (image files or URLs) to the Alt Magic service for AI analysis and processing. This data is used solely to generate alt text descriptions and image filenames. The plugin also transmits basic plugin usage events for service improvement. Privacy and Terms: For detailed information about data handling, privacy practices, and terms of service, please refer to: – Service Link – Terms of Use – Privacy Policy
Top keywords
- alt33×4.23%
- image22×2.82%
- alt text18×2.30%
- text18×2.30%
- images16×2.05%
- alt magic14×1.79%
- magic14×1.79%
- ai9×1.15%
- generation9×1.15%
- service9×1.15%
- media7×0.90%
- processing7×0.90%
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.