# Alt text optimizer

{% hint style="info" %}
**Who can use this feature?**

* This feature is available for all users
  {% endhint %}

Enhance your images with optimized ALT text for better SEO and accessibility. Proper alt text helps search engines index your images and makes your store accessible to users with screen readers.

* **Search visibility**: Optimized alt text makes images discoverable in Google Image Search
* **Accessibility**: Screen readers use alt text to describe images to visually impaired users
* **SEO ranking**: Google considers alt text as a ranking signal for image search

<figure><img src="/files/rBszsiAbejhdKdetATVw" alt=""><figcaption></figcaption></figure>

### How to use

{% stepper %}
{% step %}

### Open Image optimizer

Go to Image optimizer > Alt text optimizer tab.
{% endstep %}

{% step %}

### Select optimization mode

* AI automation (Coming soon): AI analyzes your images and generates descriptive alt text automatically
* Custom template: Build your own alt text formula using [variables](/image-optimizer/alt-text-optimizer/variables.md)
  {% endstep %}

{% step %}

### Configure your template

For Custom template:

1. Drag and drop variables into the template builder (e.g., `File title` + `-` + `Shop name`)
2. Check the **Preview** to see the generated alt text (e.g., "theme\_cover\_image - hoomanerd")
3. Click **Revert to default** to reset the template
4. Click `<>` to switch to code view for advanced editing
   {% endstep %}

{% step %}

### Click "Optimize now"

The app will optimize alt text for all images in your store.
{% endstep %}
{% endstepper %}

### How to optimize manually <a href="#how-to-optimize-manually" id="how-to-optimize-manually"></a>

1. Click **Alt text manager** to open the image list
2. Select images you want to optimize
3. Choose an action:
   * **Optimize alt text**: Keep alt texts SEO-optimized across your store
   * **Revert**: Revert alt text to its original version

### Revert <a href="#revert" id="revert"></a>

If you need to undo the optimization:

* The **Revert in progress** section shows revert status (e.g., 0/17)
* Click **Cancel** to stop the revert process

### Report <a href="#report" id="report"></a>

| Metric                | Description                                     |
| --------------------- | ----------------------------------------------- |
| Optimized ALT texts   | Number of images with optimized ALT text        |
| Unoptimized ALT texts | Images with ALT text that hasn't been optimized |
| Missing ALT texts     | Images with no ALT text at all                  |

#### History <a href="#history" id="history"></a>

Click **History** (top right) to view all ALT text changes over time.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.appplaza.app/image-optimizer/alt-text-optimizer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
