[WordPress] 外掛分享: Image Tag Manager

前言介紹

  • 這款 WordPress 外掛「Image Tag Manager」是 2019-11-21 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2021-05-17,距離現在已有 1448 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.6 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.2.4 以上。
  • 有 4 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 0%

外掛協作開發者

bradleydalina |

外掛標籤

image | image alt | image title | image-tag-manager |

內容簡介

Image Tag Manager 是一個 WordPress 外掛,可動態生成圖片 (除了 iframe 內容外) 的 (alt, title, caption 及 description) 以提高 SEO 優化。
此外,它會在儲存之前修復檔案名稱,刪除不必要的字元,轉換為更有意義和 SEO 友好的檔案名稱。

“這個外掛的可用設置受到限制。在撰寫評論之前,請確認已閱讀完整描述,並清楚理解外掛的限制和用途。”

注意: 請總是閱讀外掛更新的變更日誌。

外掛選項

基本
* 上傳圖片檔案時
* 設置圖片 alt (預設)
* 設置圖片 title (預設)
* 設置圖片 caption (選項)
* 設置圖片描述 (選項)

Alt/Title
* 覆蓋設定
* 覆蓋Alt (覆蓋圖片現有的 alt 屬性)
* 覆蓋Title (覆蓋圖片現有的 title 屬性)
* 屬性內附加字串,在 entry post 內容或頁面文章中適用
* 使用 bar (|) 取代 hypen (–)
* 在圖片 alt 屬性中加入文章標題 (例如:Image Alt – Post Title)
* 在圖片 title 屬性中加入文章標題 (例如:Image Title – Post Title)
* 在圖片 alt 屬性中加入文章第一個分類 (例如:Image Alt – Category)
* 在圖片 title 屬性中加入文章第一個分類 (例如:Image Title – Category)
* 屬性中的字元或字串刪除 (全域)
* 啟用字串切割 (可從 alt 或 title 屬性中修剪或刪除任何部分)
* 從 alt 屬性中刪除或修剪這些單詞 (用逗號分隔)
* 從 title 屬性中刪除或修剪這些單詞 (用逗號分隔)

字詞設定
* 特殊/非字詞字符保留
* 全部清除 (移除 alt/title 屬性完整字串中的所有非字詞字符)
* 全部保留 (在 alt/title 屬性的特殊或非單詞字符中保留整個字串字符,包括數字)
* 保留特殊字元 (在 alt/title 屬性中保留特殊或非字詞字符,並使取代數字是可選的)
* 數字字元保留
* 刪除數字 (從檔名中刪除數字:“filename 300×450.jpg” 變成 “filename”)
* 在圖片屬性中使用文章標題作為回滾 (對於像 1127.jpg 這樣的隨機生成的檔名,或名稱少於 3 個字母,且圖片未附加在文章中時)
* 字串大小寫操作
* 不變 (保持不變)
* 小寫 (alt/title 屬性將轉換為小寫)
* 大寫 (alt/title 屬性將轉換為大寫)
* 首字母大寫 (alt/title 屬性的每個單詞的首字母將大寫)
* 句首大寫 (alt/title 屬性只會將第一個單詞的第一個字母大寫)

額外的
* 添加預設類別 (class=”your-default-class”)
* 全域 (整個網站中適用)
* Entry Post 部分 (僅在 entry post 部分中適用)
* 預設類別 (以單一空格分開)
* 停用 Srcset 和 sizes
* 刪除 srcset & sizes 屬性 (去除 srcset=”” sizes=”” 屬性)

高級
* 僅應用於 WordPress 從內容編輯器生成的文章內容中。硬編碼圖片無法儲存在數據庫中。
* 使用數據儲存

原文外掛簡介

Image Tag Manager is a WordPress plugin that allows to dynamically generates (alt, title, caption and description) in images (except iframes content) for SEO enhancement.
It also fixed the filenames before saving, removing unnecessary characters to transform into more meaningful and SEO friendly filename.
“This plugin is limited with its available settings. Before writing a review, please mention that you read the whole description and clearly understand the limit and usage of the plugin.”
NOTE: Please always read the changelog for the plugin updates.
Plugin Options
Basic
* On upload image file
* Set image alt (Default)
* Set image title (Default)
* Set image caption (optional)
* Set image description (optional)
Alt/Title
* Override Settings
* Override Alt ( Overrides the current/existing alt attributes of the image )
* Override Title ( Overrides the current/existing title attributes of the image )
* Additional String in Attributes, Applicable inside the entry post content or page articles only
* Use bar ( | ) instead of hypen ( – )
* Add Post/Page title to image alt attributes ( Ex: Image Alt – Post Title )
* Add Post/Page title to image title attributes ( Ex: Image Title – Post Title )
* Add Post/Page first category to image alt attributes ( Ex: Image Alt – Category )
* Add Post/Page first category to image title attributes ( Ex: Image Title – Category )
* Character or String Removal in Attributes (Global)
* Enable String Trimmer ( This allows you to trim/remove any part of the string from the alt or title attributes )
* Remove or trim this words if found from the alt attributes ( Separated by comma )
* Remove or trim this words if found from the title attributes ( Separated by comma )
Word Settings
* Special/Nonword Character Preservations
* Clean All ( Remove any nonword characters in the entire string of the Alt/Title Attributes )
* Preserved All ( Preserved the entire string characters in the Alt/Title Attributes special or nonword characters including numbers)
* Preserved Special ( Preserved special or nonword characters and make stripping numbers optional in the Alt/Title Attributes )
* Numerical Character Preservations
* Strip Numbers ( Remove numbers in the filename: “filename 300×450.jpg” becomes “filename” )
* Use Post/Page title as fallback to image attributes ( For randomly generated filenames like 1127.jpg or with less than 3 letters and image is not attached in a post)
* String Case Manipulation
* Leave Unchanged
* Lowercase ( Alt/Title Attributes will be converted to lowercase )
* Uppercase ( Alt/Title Attributes will be converted to uppercase )
* Capitalized ( Alt/Title Attributes will be capitalized each word )
* Sentence Case ( Alt/Title Attributes will transform the first letter of the first word only )
Extra
* Add default class ( class=”your-default-class” )
* Global (Throughout the site )
* Entry Post Section ( Applies in the entry post section only )
* Default Class ( Separated by single space )
* Disable Srcset and sizes
* Remove srcset & sizes attribute ( Get rid of srcset=”” sizes=”” attribute )
advance
* Applicable only on the post content generated by wordpress from content editor. The hardcoded image can’t be save in the database.
* Use data saving attributes ( This will be saved along with the post content and can work even when the plugin was removed. )

各版本下載點

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

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


1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | trunk |

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

  • Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO) 》這個外掛可以自動從圖片檔案名稱中添加圖片標題、圖片標語、描述及替代文字等圖片屬性。, 不論是新圖片還是在媒體庫裡的現有圖片,這個外掛都可以更新圖片屬...。
  • Bulk Auto Image Title Attribute (Image Title tag) optimizer (Image SEO) 》- BIGTA(Bulk Image title attribute)插件會自動從頁面/文章標題或圖像名稱和/或網站名稱中,依照您的需求,將標題屬性(title tags)添加到您的圖像中(進...。
  • ImageComply – Alt Text Generator 》- ImageComply 可以在按下一個按鈕的瞬間為您的整個媒體圖庫生成圖像 alt 文字。, - 只需点击您控制面板中的“媒体”菜单下的“ImageComply”链接。, - 輸入您的...。
  • Auto Image SEO 》總結:Auto Image SEO 外掛能夠大幅提升您的 WordPress 網站在搜尋引擎上的效能,自動優化所有圖像,生成符合 SEO 標準的 alt 文字、標題、說明,並以圖像內...。
  • Imager 》這是一個 WordPress 外掛,可以自動生成圖片的 alt 屬性。當上傳圖片時,如果 alt 屬性為空:, , 會根據檔案名稱生成一個清晰的標題, 接著,從圖片標題生成 a...。
  • Auto Update Image Attributes From Filename 》總結:WordPress外掛可以在上傳圖片時,從圖片檔名自動更新圖片屬性(圖片標題、 Alt 文字、圖片說明和描述),並提供選項來移除字元、數字和額外空格。, , ...。
  • Simple History NGG Loggers 》‘Simple History’ 可以紀錄 WordPress 網站的變更,尤其是包括對文章和頁面的變更。‘NextGEN Gallery’ 對於一些通用的功能使用文章,然而它的特定資訊存儲在...。

文章
Filter
Apply Filters
Mastodon