Example
Some examples of image alt and filename for you to take reference
1. Image Alt examplesβ
1.1 Product Image Altβ
Support variables: {{ product.title }}, {{ product.product_type }}, {{ product.vendor }}, {{ product.tags }}, {{ shop.name }}, {{ shop.domain }}
Examples:
1.2 Collection Image Altβ
Support variables: {{ collection.title }}, {{ shop.name }}, {{ shop.domain }}
Examples:
1.3 Blog Post Image Altβ
Support variables: {{ article.title }}, {{ article.author }}, {{ article.tags }}, {{ shop.name }}, {{ shop.domain }}
2. Image Filename examplesβ
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β
Support variables: {{ product.title }}, {{ product.product_type }}, {{ product.vendor }}, {{ product.tags }}, {{ shop.name }}, {{ shop.domain }}
Examples:
2.2 Collection Image Filenameβ
Support variables: {{ collection.title }}, {{ shop.name }}, {{ shop.domain }}
Examples:
2.3 Blog Post Image Filenameβ
Support variables: {{ article.title }}, {{ article.author }}, {{ article.tags }}, {{ shop.name }}, {{ shop.domain }}
Examples:
Last updated