Smart Image Alt Text

설명

Smart Image Alt Text is a lightweight, simple WordPress plugin that automatically generates alt text for images when uploaded.

Key Features:
* Automatically fills alt text for images without manual input.
* Uses the post title first, then falls back to the filename if the title is empty.
* Improves website SEO and accessibility.
* Works with all standard WordPress image uploads.
* Fully compliant with WordPress.org coding standards.
* Future-proof and ready for translations.

스크린샷

  • Shows the Media Library interface where alt text is automatically generated.
  • Demonstrates an image with its alt text filled in, showcasing the plugin’s functionality.

설치

  1. Upload the ‘smart-image-alt-text’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Upload an image to your media library. Alt text will be automatically filled.

FAQ

Can I overwrite existing alt text?

Yes, you can. The plugin only automatically fills alt text when the field is empty. If you later decide to change or add custom alt text, you can always go to your WordPress Media Library and manually edit the alt text for any image. The plugin will not overwrite your manual changes.

Does it work with all image types?

Yes, it works with JPEG, PNG, GIF, WebP, and all standard WordPress image types.

What if my filename is not very descriptive? (e.g., IMG_1234.jpg)

The plugin’s primary goal is to provide a fallback to avoid empty alt tags. While it will use IMG_1234 as a fallback, it’s a good practice to rename your image files before uploading them for better SEO. For example, my-new-puppy.jpg would result in the alt text “My new puppy.”

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Smart Image Alt Text”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Smart Image Alt Text”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • Initial public release.
  • Automatically fills alt text from the post title or filename.
  • Improved code readability and function prefixing for better uniqueness.
  • Wrapped filter hook inside ‘plugins_loaded’ for safer execution.