Smart Image Alt Text

Beschrijving

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.

Schermafbeeldingen

  • 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.

Installatie

  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.”

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Smart Image Alt Text” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Smart Image Alt Text” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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.