# Example

### 1. Image Alt examples[​](https://help.avada.app/seo/examples/#1-image-alt-examples) <a href="#id-1-image-alt-examples" id="id-1-image-alt-examples"></a>

#### 1.1 Product Image Alt[​](https://help.avada.app/seo/examples/#11-product-image-alt) <a href="#id-11-product-image-alt" id="id-11-product-image-alt"></a>

Support variables: `{{ product.title }}, {{ product.product_type }}, {{ product.vendor }}, {{ product.tags }}, {{ shop.name }}, {{ shop.domain }}`

Examples:

```
{{ product.title }} {{ shop.name }}
```

#### 1.2 Collection Image Alt[​](https://help.avada.app/seo/examples/#12-collection-image-alt) <a href="#id-12-collection-image-alt" id="id-12-collection-image-alt"></a>

Support variables: `{{ collection.title }}, {{ shop.name }}, {{ shop.domain }}`

Examples:

```
{{ collection.title }} {{ shop.name }}
```

#### 1.3 Blog Post Image Alt[​](https://help.avada.app/seo/examples/#13-blog-post-image-alt) <a href="#id-13-blog-post-image-alt" id="id-13-blog-post-image-alt"></a>

Support variables: `{{ article.title }}, {{ article.author }}, {{ article.tags }}, {{ shop.name }}, {{ shop.domain }}`

```
{{ article.title }} {{ shop.name }}
```

### 2. Image Filename examples[​](https://help.avada.app/seo/examples/#2-image-filename-examples) <a href="#id-2-image-filename-examples" id="id-2-image-filename-examples"></a>

{% hint style="warning" %}
Image filename optimization is only available for users installing app before 17 October, 2025
{% endhint %}

It will slugify automatically. For example, the text is : `Summer T-shirt by Smile`, so the filename will be `summer-t-shirt-smile`

#### 2.1 Product Image Filename[​](https://help.avada.app/seo/examples/#21-product-image-filename) <a href="#id-21-product-image-filename" id="id-21-product-image-filename"></a>

Support variables: `{{ product.title }}, {{ product.product_type }}, {{ product.vendor }}, {{ product.tags }}, {{ shop.name }}, {{ shop.domain }}`

Examples:

```
{{ product.title }} {{ product.tags }}
{{ product.title }}
{{ product.title }} {{ shop.name }}
{{ product.title }} by {{ shop.name }}

```

#### 2.2 Collection Image Filename[​](https://help.avada.app/seo/examples/#22-collection-image-filename) <a href="#id-22-collection-image-filename" id="id-22-collection-image-filename"></a>

Support variables: `{{ collection.title }}, {{ shop.name }}, {{ shop.domain }}`

Examples:

```
{{ collection.title }} 
{{ collection.title }} {{ shop.name }}
{{ collection.title }} by {{ shop.name }}

```

#### 2.3 Blog Post Image Filename[​](https://help.avada.app/seo/examples/#23-blog-post-image-filename) <a href="#id-23-blog-post-image-filename" id="id-23-blog-post-image-filename"></a>

Support variables: `{{ article.title }}, {{ article.author }}, {{ article.tags }}, {{ shop.name }}, {{ shop.domain }}`

Examples:

```
{{ article.title }} {{ article.tags }}
{{ article.title }} 
{{ article.title }} {{ shop.name }}
{{ article.title }} by {{ shop.name }}
{{ article.title }} {{ article.author }}

```


---

# 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://docs.avada.io/seo-suite-help-center/image-optimization/image-alt-text-optimizer/example.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.
