[WordPress] 外掛分享: AutoAltify

前言介紹

  • 這款 WordPress 外掛「AutoAltify」是 2025-12-22 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-12-23,距離現在已有 65 天。
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 8.2 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

vishalpadhariya |

外掛標籤

seo | Alt Text | automated | bulk actions | media library |

內容簡介

<b>總結:</b>
AutoAltify 是一個強大的 WordPress 外掛,可以自動為您媒體庫中的圖片生成描述性的 ALT 文本。提高無障礙性和 SEO 同時節省手動輸入 ALT 文本的時間。

<ol>
<li><b>什麼是 AutoAltify 外掛?</b><br>
AutoAltify 是一個WordPress外掛,可以自動為您媒體庫中的圖片生成描述性的ALT文本。</li>

<li><b>生成模式有哪些?</b><br>
AutoAltify 提供了三種生成模式:僅標題、標題+網站名稱、或乾淨的檔名。</li>

<li><b>如何使用 AutoAltify?</b><br>
您可以啟用自動生成功能,從上傳圖片時自動生成ALT文本,也可以從設置頁面對整個媒體庫生成ALT文本,或選擇特定圖片進行ALT文本生成。</li>

<li><b>安全性和性能如何?</b><br>
AutoAltify 在所有AJAX操作中進行安全的nonce驗證,對所有管理功能進行正確的功能檢查,並通過有效的批處理避免服務器超時。</li>

<li><b>是否開發者友好?</b><br>
AutoAltify具有模塊化的基於類的架構,提供多個操作和篩選鉤子進行自定義,並提供清晰的名稱空間實現。程式碼有PHPDoc註釋,易於擴展和與其他外掛集成。</li>

<li><b>AutoAltify可以進行語言翻譯嗎?</b><br>
是的,AutoAltify是完全可翻譯的,文本域:</li>
</ol>

原文外掛簡介

AutoAltify is a powerful WordPress plugin that automatically generates descriptive ALT text for images in your media library. Improve accessibility and SEO while saving time on manual ALT text entry.
Features

Automatic ALT Text Generation – Generate ALT text from image titles, filenames, or combined with site name
Three Generation Modes – Title Only, Title + Site Name, or Clean Filename
Bulk Operations – Generate ALT text for your entire media library with one click
AJAX Batching – Process images in batches to prevent timeouts
Media Library Integration – View ALT status directly in media library
Logging – Optional detailed logging for troubleshooting
Bulk Actions – Process selected images from media library
Developer Hooks – Extensive filters and actions for custom integration
Multi-language Ready – Fully translatable

Generation Modes
Title Only – Uses the clean image title as ALT text
Title + Site Name – Combines the image title with your blog name
Clean Filename – Extracts readable text from filenames, removing common noise words (v1, v2, final, copy, img, image, etc.)
Three Ways to Use

Enable Auto-generate – Automatically generate ALT text when images are uploaded
Bulk Run Tool – Generate ALT text for entire media library from settings page
Media Library Bulk Action – Select specific images and generate ALT text

Security & Performance

Secure nonce verification on all AJAX actions
Proper capability checks for all admin functions
Efficient batching prevents server timeouts
Configurable batch sizes (5-200 images per batch)
Works with large media libraries (1000+ images)

Developer-Friendly

Modular class-based architecture
Multiple action and filter hooks for customization
Clean namespace implementation (AutoAltify)
Well-documented code with PHPDoc comments
Easy to extend and integrate with other plugins

Translations
AutoAltify is fully translatable. Text domain: autoaltify
Configuration
Navigate to Settings → AutoAltify to configure:

Auto-generate on Upload – Enable automatic generation when images are uploaded
Generation Mode – Choose how ALT text is built (Title Only, Title + Site Name, Clean Filename)
Allowed Image Types – Select which formats to process (JPG, PNG, GIF, WebP, AVIF, SVG)
Enable Logging – Turn on logging to wp-content/uploads/autoaltify-logs/
Batch Size – Set images per batch (5-200, default 30)

Usage
Auto-generate on Upload
Enable the “Auto-generate on upload” setting to automatically generate ALT text for newly uploaded images.
Bulk Run All Media

Go to Settings → AutoAltify
Click “Run ALT Generator on all media (missing only)”
Watch the progress bar
Only processes images without existing ALT text

Media Library Bulk Action

Go to Media Library
Select one or more images
Choose “Generate ALT with AutoAltify” from Bulk Actions
Click Apply

Media Library Column
View ALT status directly in the media library with the new “ALT Status” column showing:
* “Present” (green) – Image has ALT text
* “Missing” (red) – Image needs ALT text
API Reference
Filters
autoaltify_generated_alt
Modify the generated ALT text before it’s saved.
add_filter( 'autoaltify_generated_alt', function( $alt, $attachment_id ) {
return 'Image: ' . $alt;
}, 10, 2 );

autoaltify_clean_title
Modify the cleaned title before final ALT text.
autoaltify_clean_filename
Modify the cleaned filename before final ALT text.
Classes

AutoAltify\Core\Generator – ALT text generation logic
AutoAltify\Core\Logger – Logging functionality
AutoAltify\Core\Options – Settings management
AutoAltify\Admin\Admin – Admin interface
AutoAltify\Public_Hooks\Public_Hooks – Frontend hooks

See DEVELOPER-GUIDE.md for detailed API documentation.
Requirements

WordPress 5.0 or higher
PHP 7.2 or higher
Multibyte string support (mb_* functions)

Compatibility
Works with:
* WordPress 5.0 – 6.4+
* PHP 7.2 – 8.3+
* All standard WordPress themes
* WooCommerce (for product images)
* Most image optimization plugins
Performance

Configurable batch sizes (5-200 images)
AJAX processing prevents timeouts
Efficient database queries with meta queries
Optional logging for better performance control
Suitable for media libraries with 1000+ images

Support
For questions, issues, or feature requests, please contact the plugin author or refer to documentation.
License
This plugin is licensed under GPLv2 or later.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2 or later,
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Credits
Built with WordPress best practices and security in mind.
Made with ❤️ for WordPress developers and site owners.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「AutoAltify」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.1.0 | trunk |

延伸相關外掛(你可能也想知道)

  • Yoast SEO – Advanced SEO with real-time guidance and built-in AI 》Yoast SEO:#1 WordPress SEO 外掛, 自 2008 年以來,Yoast SEO 幫助全球數百萬個網站在搜尋引擎中排名更高。, Yoast 的使命是為所有人提供 SEO 服務。我們的...。
  • LiteSpeed Cache 》LiteSpeed Cache for WordPress(LSCWP)是一種全方位的網站加速外掛,包括獨家的伺服器層快取和一系列的優化功能。, LSCWP 支援 WordPress Multisite 及大多...。
  • Rank Math SEO – AI SEO Tools to Dominate SEO Rankings 》Rank Math SEO – WordPress 最佳 SEO 外掛, 第一款使用人工智慧 (AI) 的 WordPress SEO 外掛 🦾, ★★★★★, SEO 是任何網站最穩定的流量來源。我們創建了 Rank M...。
  • All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic 》assic Editor, so you don't even need to leave your WordPress dashboard to optimize your content., Here’s what another smart WordPress user ha...。
  • XML Sitemap Generator for Google 》使用這個外掛程式可以大大改善 SEO,產生特殊的 XML 網站地圖,幫助 Google、Bing、Yahoo 和 Ask.com 等搜索引擎更好地索引您的網站。, 有了這樣的網站地圖,...。
  • SpeedyCache – Cache, Optimization, Performance 》SpeedyCache 是一款 WordPress 外掛,能透過網頁快取、最小化檔案和檔案壓縮的方式,幫助您減少網站載入時間。, 您可以在 https://speedycache.com/docs 找到...。
  • Broken Link Checker by AIOSEO – Easily Fix/Monitor Internal and External links 》總結:Broken Link Checker by AIOSEO 是一款必備的工具,可以確保您的網站上所有的內部和外部連結都能正常運作。快速檢查您的網站中的錯誤鏈接,並輕鬆修復...。
  • SEOPress – On-site SEO & Analytics 》最佳的 WordPress SEO 外掛程式,與所有網頁建構工具和佈景主題全部整合!, 現在增加了 AI 功能,自動產生 meta 標題和描述!, SEOPress 是一個強大的 WordPr...。
  • SureRank SEO – Smart Assistant with Meta Tags, Social Preview, XML Sitemap, and Schema 》總結:SureRank 是一款 WordPress SEO 外掛,以全新的方式簡化網站優化, 是個人化的 SEO 助手,旨在通過消除技術術語並提供初學者友好的界面來簡化 SEO 任務...。
  • PS Auto Sitemap 》PS Auto Sitemap 是一個 WordPress 外掛,自動從您的 WordPress 網站生成網站地圖頁面。, 對於初學者來說,安裝非常容易;對於專家來說,定制也非常容易。您...。
  • Cloudflare 》這個外掛可以為您做些什麼, , 自動平台優化 (APO), 使用 Cloudflare 的自動平台優化 (APO) 外掛,可將您的 WordPress 網站加速達 300%。APO 讓 Cloudflare 可...。
  • The SEO Framework – Fast, Automated, Effortless. 》這是最快速且唯一符合 WordPress 和搜尋引擎規定的 SEO 外掛程式,功能完整。使用經過驗證的方式來優化您的網站的 SEO。這是一款乾淨、專注、可延伸、無限制...。
  • YARPP – Yet Another Related Posts Plugin 》WordPress 相關文章外掛, Yet Another Related Posts Plugin (YARPP) 是一個經過專業維護、高度自訂和功能豐富的外掛程式,可以顯示與當前文章相關的頁面、文...。
  • SEO SIMPLE PACK 》“SEO SIMPLE PACK”是一款非常簡單的SEO外掛程式。, , 輸出基本的meta標籤,是SEO措施所必需的。, 可以對每個頁面類型進行設置。, 您也可以設置SN...。
  • Schema & Structured Data for WP & AMP 》d-data-for-wp.com/docs/article/how-many-schema-types-do-we-support/" rel="nofollow ugc">查看所有支援的類型,目前已支援超過35種類型,其中包括部落格...。

文章
Filter
Apply Filters
Mastodon