SEO Suite Help Center
Go to appAvada products
  • Welcome
  • 🚀GETTING STARTED
    • Intro to SEO Suite
    • Quick start guide
    • Tutorials videos
    • SEO Dictionary
    • Pricing
  • 📑SEO Audit
    • Overview
    • SEO checklist
    • On-page SEO
      • Checklist
      • Keyword research
      • Collection page
      • FAQs builder
      • Social meta tags
  • 🖼️Image optimization
    • Overview
    • Image optimization manager
    • Compress image tool
  • ⚡Site speed up
    • Speed up
      • Compare modes
      • Web performance
    • Speed up - custom mode
      • JS deferral
      • Style optimization
      • Assets optimization
      • Lazy loading
      • Minification
      • Instant page
  • 🔎Search appearance
    • Meta tags
      • Meta tags basic
      • Meta tags rule
      • Custom meta tags
      • Variables
      • Example
    • Image
    • Instant indexing
      • Google Indexing API
    • Google structured data
      • Rich results
      • Test Google Structured Data
    • Robots.txt editor
      • Wildcards
  • 🛠️other features
    • Site verification
    • Google search consoles
    • Broken link manager
      • 301 and 302 redirect
    • Sitemap generator
      • XML sitemap
      • HTML sitemap
    • Email notification
    • Shopify Flow
    • Settings
  • 🧩Integration
    • Air reviews
    • Ali reviews
    • Judge.me
    • LAI Reviews
    • Loox
    • eComposer
    • Gempages
  • 💻Knowledge hub
    • Search Engine Optimization (SEO) 101
    • Hands-on guide to improve on-page product SEO audit score
    • Basic Core Web Vitals
    • Web performance and speed with Shopify eCommerce in 2024
    • The Google Algorithm leak and what it has to do with your SEO in Shopify
    • Critical CSS Extraction deep dive
    • Does outbound links matter in SEO?
    • Tips writing your meta title
    • Writing a good product description that sales and "SEO"
    • App Deferral for Shopify Store Speed Optimization deep dive
    • Google update 2024
  • 💸Referral program
  • ⁉️FAQs
  • 🔏Privacy Policy
Powered by GitBook
On this page
  • 1. Image Alt examples​
  • 2. Image Filename examples​

Was this helpful?

  1. Search appearance
  2. Meta tags

Example

Some examples of image alt and filename for you to take reference

PreviousVariablesNextImage

Last updated 1 month ago

Was this helpful?

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:

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

1.2 Collection Image Alt

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

Examples:

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

1.3 Blog Post Image Alt

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

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

2. Image Filename examples

Image filename optimization is only available for users installing app before 17 October, 2025

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

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 }}

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

Examples:

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

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 }}

2.1 Product Image Filename

2.2 Collection Image Filename

2.3 Blog Post Image Filename

🔎
​
​
​
​
​
​
​
​