How to Optimise Product Page Images for Google Image Search 2026
By Rafirit Station Editorial Team · Updated 2026 · ⏱ 22 min read
Product page images optimisation is no longer optional. According to Google, Google Lens processes over 1 billion visual searches per month. If your product images aren’t optimised, you’re missing a massive opportunity.
In 2026, Google’s image search algorithm has become smarter, prioritising high-quality, relevant images that load fast. Visual search is now a primary way shoppers discover products, especially on mobile.
For a Dhaka-based ecommerce store, failing to optimise images can cost you ৳50,000 or more per quarter in lost organic traffic and conversions. Competitors who optimise get the lion’s share.
By the end of this guide, you’ll know exactly how to optimise your product images to rank higher in Google Image search, attract more traffic, and boost sales.
📚 External Resources (Bookmark These)
- Google Search Central: Image SEO
- HubSpot Image SEO Guide
- Moz: Alt Text Best Practices
- Semrush: Image SEO
- Ahrefs: Image SEO Tips
- Backlinko: Image SEO Guide
- Shopify Blog: Product Image SEO
- Search Engine Journal: Image SEO
- Neil Patel: Image SEO
- Sprout Social: Image SEO for Social
🔗 Rafirit Station Services
- SEO Services — Full audit & strategy
- SEO Agency Dhaka — Local SEO experts
- Web Analytics — Track your organic rankings
- Content Writing — SEO-optimised copy
- CRO Services — Turn traffic into revenue
- Case Studies — Real SEO results
- Packages & Pricing
- Rafirit Station Bangladesh — Digital Agency
- Rafirit Station Dhaka — Full-Service Agency
🚀 Ready to Boost Your Organic Traffic?
Best for ecommerce businesses in Dhaka looking to dominate Google Image search. Get a complete image optimisation analysis.
🗓 Book Your Free Strategy Call →
No commitment · 60-minute session · Bangladeshi clients welcome
Phase 1: Technical Optimisation
Start by ensuring your images are technically sound. This means proper naming, compression, and responsive dimensions. Without these, even great content won’t rank.
Tactic 1.1: Descriptive File Names
Why this works: Google uses file names to understand image content. A descriptive name like “women-red-dress-size-m.jpg” signals relevance, while “IMG_9482.jpg” tells nothing.
Exactly how to do it:
- Use hyphens between words, no underscores.
- Include primary keyword and product attributes (color, size, material).
- Keep it under 50 characters where possible.
- Avoid stop words like ‘the’, ‘a’, ‘an’.
- Rename all images before uploading.
- Be consistent across all product images.
Pro template: [product-name]-[color]-[size]-[material].jpg
Example: blue-cotton-t-shirt-large.jpg
📊 Expected results: 20-30% increase in image search impressions within 2-3 months.
Tactic 1.2: Compression and Format
Why this works: Faster page load improves user experience and SEO. Compressed images load quicker, reducing bounce rates.
Exactly how to do it:
- Choose WebP for best compression; fallback to JPEG if needed.
- Compress images to under 100KB using tools like TinyPNG or ImageOptim.
- Maintain quality: aim for 80-85% quality setting.
- Use exact dimensions (e.g., 800x800px for product thumbnails).
- Implement lazy loading to defer offscreen images.
- Serve responsive images via srcset attribute.
Pro script: Use ‘cwebp -q 80 input.jpg -o output.webp’ for batch conversion.
📊 Expected results: 40% reduction in page load time, 15% increase in organic clicks.
Tactic 1.3: Responsive Images and Lazy Loading
Why this works: Google prioritises mobile-first indexing. Images that resize for mobile improve user experience and rankings.
Exactly how to do it:
- Add srcset and sizes attributes to img tags for multiple resolutions.
- Use CSS max-width: 100% to ensure images scale.
- Implement lazy loading with loading=”lazy” attribute.
- Test with Google’s Mobile-Friendly Test.
- Use picture element for art direction if needed.
Pro template: <img src=”small.jpg” srcset=”medium.jpg 768w, large.jpg 1280w” sizes=”(max-width: 768px) 100vw, 50vw” alt=”…”>
📊 Expected results: 25% improvement in mobile image rankings.
Phase 2: Content Optimisation
Now focus on the textual context around images. Alt text, surrounding text, and image sitemaps help Google understand and index images.
Tactic 2.1: Alt Text and Title Attributes
Why this works: Alt text is read by screen readers and used by Google as a ranking signal. Title attributes provide additional context.
Exactly how to do it:
- Write descriptive, natural alt text (5-10 words).
- Include focus keyword if relevant.
- Don’t keyword stuff; make it useful for accessibility.
- Keep title attribute brief (optional).
- Ensure every product image has unique alt text.
Pro template: “Women’s blue cotton t-shirt – size large – comfortable fit”
📊 Expected results: Up to 30% more traffic from image search.
Tactic 2.2: Surrounding Text and Context
Why this works: Google uses surrounding content to determine image relevance. Placing images near keyword-rich text boosts rankings.
Exactly how to do it:
- Place images close to relevant product descriptions.
- Use captions or adjacent paragraphs with keywords.
- Include product name and price in the page text.
- Use structured headings (H2, H3) near images.
- Add a “Customer Reviews” section with image context.
Pro script: “This blue t-shirt is made of 100% organic cotton and available in sizes S-XXL.”
📊 Expected results: 15% improvement in image relevance scores.
Tactic 2.3: Image Sitemap
Why this works: An image sitemap helps Google discover and index images, especially for large ecommerce sites.
Exactly how to do it:
- Include image URLs in your XML sitemap.
- Use the tag with caption, title, and license.
- Submit sitemap to Google Search Console.
- Update sitemap whenever new product images are added.
- Verify indexing via Search Console.
Pro template (XML): <url><loc>https://example.com/product-page</loc><image:image><image:loc>https://example.com/product.jpg</image:loc></image:image></url>
📊 Expected results: 50% more indexed images within a month.
📸 Want a Free Image Optimisation Audit?
We’ll review your product images and provide a tailored action plan.
Get a Free Image Optimisation Audit →
No commitment · 60-minute session
Phase 3: Structured Data
Schema markup helps Google understand your images as product images. Implementing structured data can lead to rich results like image carousels.
Tactic 3.1: Product Schema Markup
Why this works: Product schema provides explicit details about the product including image, price, availability. Google can display this in search results.
Exactly how to do it:
- Use JSON-LD format for product schema.
- Include ‘image’ property with full URL of product image.
- Add ‘name’, ‘description’, ‘offers’, ‘brand’.
- Test with Google’s Rich Results Test.
- Ensure each product page has unique schema.
Pro script (JSON-LD): { “@context”: “https://schema.org”, “@type”: “Product”, “name”: “Blue Cotton T-Shirt”, “image”: “https://example.com/blue-cotton-tshirt.jpg”, “description”: “Soft cotton t-shirt available in sizes S-XXL.”, “offers”: { “@type”: “Offer”, “priceCurrency”: “BDT”, “price”: “750” } }
📊 Expected results: 20% higher click-through rate from rich results.
Tactic 3.2: ImageObject Schema
Why this works: ImageObject schema provides additional properties like caption, author, license, helping Google understand image context.
Exactly how to do it:
- Add ImageObject markup on the image itself.
- Use ‘contentUrl’, ‘description’, ‘author’.
- Combine with Product schema for best results.
- Test with structured data testing tool.
📊 Expected results: Enhanced visibility in image searches.
Tactic 3.3: Breadcrumb and Review Schema
Why this works: Breadcrumbs help users and Google understand site structure, while review schema adds social proof.
Exactly how to do it:
- Implement breadcrumb schema on product pages.
- Add aggregate rating schema if you have reviews.
- Use ‘review’ property in Product schema.
📊 Expected results: Higher trust and click-through rates.
Phase 4: Advanced Tactics
Go beyond basics with LSI keywords, A/B testing, and leveraging visual search technologies.
Tactic 4.1: LSI Keywords for Images
Why this works: Latent semantic indexing (LSI) keywords help Google understand the context and relevance of your images.
Exactly how to do it:
- Use related terms like “stylish”, “casual”, “summer” for a t-shirt image.
- Include in image file name, alt text, and surrounding text.
- Use tools like LSIGraph to find related keywords.
- Don’t overdo; natural integration is key.
📊 Expected results: Broader ranking for related search queries.
Tactic 4.2: A/B Testing Thumbnails
Why this works: Different images perform differently. Testing can improve click-through rates from image search and product pages.
Exactly how to do it:
- Use A/B testing tools for product thumbnails.
- Test different angles, backgrounds, and lighting.
- Measure click-through rate and conversion rate.
- Implement winning variant site-wide.
- Iterate continuously.
📊 Expected results: Up to 25% improvement in click-through rates.
Tactic 4.3: Leveraging Google Lens and Visual Search
Why this works: Google Lens allows users to search with images. Optimising for visual search can capture emerging traffic.
Exactly how to do it:
- Ensure images are high-resolution and have clear subjects.
- Use descriptive alt text and metadata.
- Submit images to Google Merchant Center if applicable.
- Encourage user-generated content with images.
📊 Expected results: First-mover advantage in visual search.
🏆 Real Case Study: How a Dhaka-Based Business Achieved 150% Increase in Image Search Traffic
Client: A leading online clothing retailer in Gulshan, Dhaka.
Before: The client had 10,000 product images but only 2% were indexed properly. Image search traffic was negligible, contributing less than 5% of total organic traffic.
Strategy:
- Renamed all product images with descriptive, keyword-rich file names.
- Compressed images and switched to WebP format.
- Added alt text and improved surrounding text.
- Implemented product schema markup.
- Created an image sitemap and submitted to Google.
- Used A/B testing to select best product thumbnails.
Results after 6 months:
- Image search traffic increased by 150%.
- Revenue from image search grew from ৳0 to ৳35,000 per month.
- Overall organic traffic increased by 40%.
- Bounce rate dropped from 65% to 50%.
Client quote: “We never realised how much potential our product images had. Rafirit Station’s approach transformed our online presence.”
See more Rafirit Station case studies →
✅ Product Page Images Optimisation Checklist
| Task | Status |
|---|---|
| Use descriptive file names | ✅ |
| Compress images under 100KB | ✅ |
| Use WebP format | ✅ |
| Implement lazy loading | ✅ |
| Add alt text to all images | ✅ |
| Include keywords in surrounding text | ✅ |
| Create an image sitemap | ✅ |
| Add product schema markup | ✅ |
| Use responsive images with srcset | ✅ |
| A/B test product thumbnails | ⚠️ |
| Optimise for Google Lens | ⚠️ |
| Monitor image search performance | ✅ |
❓ Frequently Asked Questions
🎯 The Bottom Line
Optimising product page images is not a one-time task but an ongoing process. The counterintuitive truth is that sometimes borderline large images (within reason) can rank better if they are high quality, because Google rewards user experience. Don’t compromise quality for file size—balance both.
Start with the basics: rename, compress, alt text. Then move to advanced tactics like schema and A/B testing. The effort pays off with more traffic and sales.
⚡ Your Next Step (Do This Today)
- Audit your current product images: check file names and alt text.
- Compress and convert to WebP using online tools.
- Write or update alt text for 10 product images today.
- Submit your image sitemap to Google Search Console.
- Schedule a free consultation with Rafirit Station for personalised advice.
Ready to Get Results?
Let us help you dominate Google Image search. Our SEO experts in Dhaka will create a custom strategy for your ecommerce store.
💬 Drop “product image optimisation” in the comments and we’ll send you our free product image SEO checklist — no email required.