Title: Bilder Alt
Author: Lukas Beck
Published: <strong>29 Junho, 2025</strong>
Last modified: 1 Fevereiro, 2026

---

Procurar plugins

![](https://ps.w.org/bilder-alt/assets/banner-772x250.png?rev=3319574)

![](https://ps.w.org/bilder-alt/assets/icon-256x256.png?rev=3319574)

# Bilder Alt

 Por [Lukas Beck](https://profiles.wordpress.org/bluebranch/)

[Descarregar](https://downloads.wordpress.org/plugin/bilder-alt.1.1.2.zip)

 * [Detalhes](https://pt.wordpress.org/plugins/bilder-alt/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/bilder-alt/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/bilder-alt/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/bilder-alt/#developers)

 [Suporte](https://wordpress.org/support/plugin/bilder-alt/)

## Descrição

**Bilder Alt** automatically creates SEO-friendly and accessible alt texts for all
images in your WordPress media library. The plugin uses state-of-the-art artificial
intelligence to generate accurate and relevant image descriptions – fully automated.

**Key Benefits:**

 * Save time by automating alt text creation
 * Improve website accessibility (WCAG-compliant)
 * Enhance visibility in Google Image Search
 * Seamless integration into the WordPress media library
 * Manual or automatic generation options
 * Cloud-based: No server resources needed

**Note:** A free API key is required. You can register at [https://app.bilder-alt.de](https://app.bilder-alt.de)
and receive 25 free credits.

### External Services

This plugin connects to the external API at [https://app.bilder-alt.de](https://app.bilder-alt.de)
in order to automatically generate alt texts for uploaded images using AI.

When used, the plugin sends the following data to the API:
 – Image files (temporarily
for analysis) – Optional keywords (if configured) – Your personal API key (for authentication)

The API responds with:
 – AI-generated alt texts – Current credit balance – Supported
languages

This service is provided by BlueBranch GmbH. For legal information, please refer
to:
 – [Imprint](https://www.bluebranch.de/impressum) – [Privacy Policy](https://www.bluebranch.de/datenschutzerklaerung)

### Further Information

For documentation, demos, and API access, visit [https://app.bilder-alt.de](https://app.bilder-alt.de).

Free 25 credits!

### License

This plugin is licensed under the GPLv2 or later.

## Instalação

 1. Download and unzip the plugin.
 2. Upload the folder to `/wp-content/plugins/` or install it via the WordPress Plugin
    Directory.
 3. Activate the plugin via the “Plugins” menu in your WordPress dashboard.
 4. Go to **Settings > Bilder Alt**, enter your API key, and start generating alt texts
    in your media library.

## Perguntas frequentes

### Is the plugin free to use?

Yes, the plugin is free. You receive 25 credits after registration. Additional credits
can be purchased at [https://app.bilder-alt.de](https://app.bilder-alt.de).

### Which image formats are supported?

The plugin supports PNG, JPEG, JPG, GIF, and WEBP formats.

### Can I edit the generated alt texts?

Yes, you can review and adjust the generated alt texts manually after creation.

### Are my images uploaded or stored on external servers?

No, your images are not stored on the bilder-alt.de server. Only temporary access
is required for analysis.

## Avaliações

![](https://secure.gravatar.com/avatar/ada6afeb685c9978d522651cab118040ca4f8b344302413bfd4cb8face55ab8e?
s=60&d=retro&r=g)

### 󠀁[Absolute Must Have](https://wordpress.org/support/topic/absolute-must-have-13/)󠁿

 [reddotmachine](https://profiles.wordpress.org/reddotmachine/) 30 Abril, 2026

Never seen a cheaper way of generating high quality alt texts. Its a got to for 
me & i use it with all my clients. Works perfectly out of the box.

![](https://secure.gravatar.com/avatar/311c4294abe1673d001a67d7c55668dc46c499569de50ebd3c527644b373129a?
s=60&d=retro&r=g)

### 󠀁[The Easiest Way to Nail Alt Text](https://wordpress.org/support/topic/the-easiest-way-to-nail-alt-text/)󠁿

 [dikonzept](https://profiles.wordpress.org/dikonzept/) 9 Outubro, 2025 1 resposta

Bilder Alt is a fantastic little WordPress plugin for generating accurate, context-
aware alt text. It “reads” each image and adds relevant descriptions automatically,
which saves me time and mental energy while improving accessibility and on-page 
SEO. If you’re serious about search performance—and tired of writing alt text by
hand—this tool is a no-brainer.

 [ Ler todas as 3 avaliações ](https://wordpress.org/support/plugin/bilder-alt/reviews/)

## Contribuidores e programadores

“Bilder Alt” é software de código aberto. As seguintes pessoas contribuíram para
este plugin:

Contribuidores

 *   [ Lukas Beck ](https://profiles.wordpress.org/bluebranch/)

[Traduza o “Bilder Alt” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/bilder-alt)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/bilder-alt/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/bilder-alt/), ou subscreva
o [registo de alterações](https://plugins.trac.wordpress.org/log/bilder-alt/) por
[RSS](https://plugins.trac.wordpress.org/log/bilder-alt/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 1.1.2

 * Reduced maximum bulk processing size to 2 simultaneous requests to avoid API 
   throttling.
 * Set default bulk processing size to 2.

#### 1.1.1

 * Fixed various minor bugs and improved UI consistency.
 * Improved stability of the media overview page.

#### 1.1.0

 * Added a dedicated “Bilder Alt” media overview page for advanced bulk management.
 * Implemented bulk alt text generation with options to process selected, all, or
   only missing descriptions.
 * Integrated real-time credit balance display and live updates during processing.
 * Added configurable settings for images per page and bulk processing batch size.
 * Improved UI with loading spinners, row status highlighting, and credit-based 
   button states.
 * Optimized image retrieval with deterministic sorting by date and ID.
 * Enhanced navigation with top and bottom pagination and item counts.
 * Added automatic process abortion when credit balance is exhausted.
 * Refactored JavaScript into modular external files for better performance and 
   maintainability.

#### 1.0.2

 * Fix missing reload files after bulk edit

#### 1.0.1

 * Add new image formats and assets for the plugin

#### 1.0.0

 * Initial release
 * Manual and automatic alt text generation
 * Support for multiple image formats
 * API integration with key management
 * Renamed internal files, functions, constants, and config variables for consistency
 * Replaced direct cURL usage with WordPress HTTP API (`wp_remote_post`) and `http_api_curl`
   hook
 * Added `if (!defined('ABSPATH')) exit;` to all PHP files for basic security
 * Added `== External Services ==` section to clarify API usage and data handling
 * Updated `Contributors` field with correct WordPress.org usernames

## Metadados

 *  Versão **1.1.2**
 *  Última actualização **Há 4 meses**
 *  Instalações activas **30+**
 *  Versão do WordPress ** 6.5 ou superior **
 *  Testado até **6.9.4**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/bilder-alt/)
 * Etiquetas
 * [accessibility](https://pt.wordpress.org/plugins/tags/accessibility/)[AI](https://pt.wordpress.org/plugins/tags/ai/)
   [Alt Text](https://pt.wordpress.org/plugins/tags/alt-text/)[image](https://pt.wordpress.org/plugins/tags/image/)
   [seo](https://pt.wordpress.org/plugins/tags/seo/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/bilder-alt/advanced/)

## Classificações

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/bilder-alt/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/bilder-alt/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/bilder-alt/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/bilder-alt/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/bilder-alt/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bilder-alt/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/bilder-alt/reviews/)

## Contribuidores

 *   [ Lukas Beck ](https://profiles.wordpress.org/bluebranch/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/bilder-alt/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](https://app.bilder-alt.de/)