
前言介紹
- 這款 WordPress 外掛「AI Auto Alt Text Generator」是 2025-08-06 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2026-01-29,距離現在已有 27 天。
- 外掛最低要求 WordPress 5.5 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
AI | seo | images | Alt Text | accessibility |
內容簡介
總結:AI 自動替代文字生成器是一個輕量、注重隱私的外掛,使用 OpenAI 的 GPT-4o 迷你視覺模型為圖像創建有意義、適合屏幕閱讀器的替代文字和符合 SEO 的標題。無論您是添加單個圖像、批量處理您的圖庫,還是只想在媒體庫中通過一鍵修復,該外掛都能處理一切,無需手動操作。
1. 這款解決方案比許多其他解決方案便宜許多,因為省略了中間環節,但這意味著您需要提供自己的 OpenAI API 金鑰。
2. 關鍵功能:
- 上傳時自動替代文字 - 設置後即可訪問性。
- 選擇性地自動生成圖像標題 - 通過描述性標題改進 SEO。
- 一鍵手動生成 - 在媒體庫中有“生成替代文字和標題”按鈕。
- 批量更新工具 - 可批處理現有圖像,帶有速率限制控制。
- 提示微調 - 提供站點範圍上下文,選擇性包含圖像文件名。
- 圖像大小和細節控制 - 選擇發送的解析度和視覺細節級別。
- 無需額外的伺服器 - 數據僅在您的網站和 OpenAI 之間流動;沒有存儲在站外。
3. 它的工作原理:
- 當圖像上傳(或手動選擇)時,外掛會為該圖像創建一個臨時的公共 URL。
- 它將該圖像(與可選上下文,如父節點標題、您的自定義站點上下文和文件名)發送給 OpenAI 的 GPT-4o 迷你視覺模型。
- GPT-4o 返回一個簡潔的描述。
4. 設置概述:
- OpenAI API 金鑰 - 連接至 GPT-4o 所需。
- 發送的圖像大小 - 縮略圖、中等、大型或全尺寸。
- 圖像細節質量 - '低' 或 '高' 細節快照。
- 服務站點上下文 - 選擇性自由格式提示指導(品牌口吻、專業領域等)。
- 發送圖像文件名 - 在提示中包含文件名以提供額外上下文。
- 自動生成標題 - 在替代文字旁添加描述性標題。
問題與答案:
1. 這個外掛如何幫助提高網站的可訪問性?
- 自動生成有意義的替代文字,讓屏幕閱讀器能夠準確閱讀圖像。
2. 為什麼說這個解決方案相對便宜?
- 由於省略了中間商,因此價格較其他解決方案更低,但需要使用者提供自己的 OpenAPI 金鑰。
原文外掛簡介
AI Auto Alt Text Generator is a lightweight, privacy-conscious plugin that uses OpenAI vision-capable models (defaulting to GPT-4o mini, with GPT 5 Mini/Nano options) to create meaningful, screen-reader-friendly alt text and SEO-friendly titles for your images. Whether you add a single image, bulk-process your library, or just want a one-click fix in the Media Library, the plugin handles it all – no manual effort required.
This solution is far cheaper than many alternatives because it cuts out the middle-person. You’ll just need to bring your own OpenAI API key.
✨ Key features
Automatic alt text on upload – set-and-forget accessibility.
Optional automatic image titles – improve SEO with descriptive titles.
One-click manual generation – “Generate Alt Text & Title” button in the Media Library.
Bulk update tool – batch-process existing images (five at a time) with a configurable pause between batches.
Prompt fine-tuning – supply site-wide context and optionally include the image file name.
Model selection – choose GPT-4o mini (default) or GPT 5 Mini/Nano (BETA).
Image size & detail control – choose the resolution and level of visual detail sent.
No extra servers – data flows only between your site and OpenAI; nothing is stored off-site.
Multilingual output – choose English (UK), English (US) or other popular languages. (English US is the default.)
🧭 Where to find the bulk tool
Tools → Bulk Alt Text Update
Media → Bulk Alt Text Update (shortcut that redirects to the Tools page)
Settings → Alt Text Generator includes a button linking straight to the bulk page
🧠 How it works
When an image is uploaded (or manually chosen), the plugin creates a temporary public URL for that image.
It sends the image – plus optional context such as the parent post title, your custom site context and the file name – to your selected OpenAI vision model.
OpenAI returns a concise description.
Alt text is stored in WordPress’ native _wp_attachment_image_alt field.
(Optional) The returned title is stored as the attachment post title.
Nothing is cached or stored on OpenAI’s side; only the final strings live in your database.
Settings overview
OpenAI API Key – Required to connect to GPT-4o.
OpenAI Model – GPT-4o mini (default), GPT 5 Mini (BETA), or GPT 5 Nano (BETA).
Image Size to Send – Thumbnail, Medium, Large, or Full.
Image Detail Quality – ‘Low’ or ‘High’ (Low uses fewer tokens).
Bulk batch size – Number of images per batch (lower values reduce rate-limit risk).
Site Context – Optional free-form prompt guidance (brand voice, niche, etc.).
Send Image File Name – Include file name in the prompt for extra context.
Automatically Generate Title – Add descriptive titles alongside alt text.
Use full context for image titles – When enabled, title generation includes site context and file name (uses more tokens).
Bulk optimiser delay (seconds) – Pause between batches during bulk runs.
Output Language – Default English (US). Choose English (UK) for British spellings or another popular language; outputs (alt text and titles) will be generated in the selected language.
External services
This plugin connects to the OpenAI API to generate alt text and (optionally) image titles.
Endpoint: https://api.openai.com/v1/chat/completions
When called:
On image upload (automatic)
Via “Generate Alt Text & Title” button in Media Library (manual)
Via Tools → Bulk Alt Text Update (bulk)
Data sent: image URL, optional file name, optional site context, optional parent post title
Terms: https://openai.com/policies/terms-of-use
Privacy: https://openai.com/policies/privacy-policy
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「AI Auto Alt Text Generator」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.15 | 1.16 | 1.17 | 1.18 | 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種類型,其中包括部落格...。
