Google Image Search adalah source traffic yang sering diabaikan. Dengan optimasi yang tepat, images bisa drive significant organic traffic.
Mengapa Image SEO Penting
Traffic Potential
Image Search benefits:
- Billions of searches
- Different user intent
- Visual discovery
- E-commerce potential
- Brand visibility
User Behavior
Image search users:
- Visual shoppers
- Research mode
- Inspiration seeking
- Product discovery
File Optimization
File Names
Good names:
sepatu-lari-nike-air-max-90.webp
tutorial-seo-keyword-research.webp
Bad names:
IMG_12345.jpg
DSC00001.jpg
File Format
Recommended:
- WebP (best compression)
- JPEG (photos)
- PNG (graphics/transparency)
- AVIF (modern, smaller)
WebP preferred for web.
File Size
Targets:
- Under 100KB ideal
- Under 200KB acceptable
- Compress without quality loss
Use tools: TinyPNG, Squoosh.
Image Dimensions
Appropriate sizing:
- Full-width: 1200-1600px
- Content images: 800-1200px
- Thumbnails: 300-400px
Don't upload oversized images.
Alt Text Optimization
Writing Alt Text
Good alt text:
- Descriptive
- Includes keywords naturally
- Concise (under 125 chars)
- Unique per image
Describes what image shows.
Alt Text Examples
Good:
alt="Sepatu lari Nike Air Max 90
warna putih tampak samping"
Bad:
alt="sepatu"
alt="sepatu lari nike air max 90
sepatu running sepatu olahraga"
alt="" (empty)
When to Skip Alt Text
Use empty alt for:
- Decorative images
- Icons with text labels
- Background images (CSS)
alt="" for decorative.
Surrounding Context
Contextual Relevance
Image context matters:
- Relevant heading above
- Descriptive paragraph
- Related content
- Caption (if applicable)
Caption Usage
<figure>
<img src="image.webp" alt="Descriptive alt text" />
<figcaption>
Caption explaining image context and providing additional info.
</figcaption>
</figure>
Captions add context.
Placement
Best practices:
- Near relevant text
- After introducing concept
- In logical flow
- Not random placement
Technical Implementation
Responsive Images
<img
src="image-800.webp"
srcset="image-400.webp 400w, image-800.webp 800w, image-1200.webp 1200w"
sizes="(max-width: 600px) 400px,
(max-width: 1000px) 800px,
1200px"
alt="Description"
/>
Serve appropriate size.
Lazy Loading
<img src="image.webp" loading="lazy" alt="Description" />
Load below-fold images lazily.
Width & Height Attributes
<img src="image.webp" width="800" height="600" alt="Description" />
Prevents layout shift.
Structured Data
ImageObject Schema
{
"@context": "https://schema.org",
"@type": "ImageObject",
"contentUrl": "https://example.com/image.webp",
"name": "Image title",
"description": "Image description",
"author": {
"@type": "Person",
"name": "Photographer Name"
},
"copyrightHolder": {
"@type": "Organization",
"name": "Company Name"
}
}
Product Images
{
"@type": "Product",
"name": "Nike Air Max 90",
"image": [
"https://example.com/nike-front.webp",
"https://example.com/nike-side.webp",
"https://example.com/nike-back.webp"
]
}
Multiple images for products.
Image Sitemap
Creating Image Sitemap
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>https://example.com/page/</loc>
<image:image>
<image:loc>https://example.com/image.webp</image:loc>
<image:title>Image Title</image:title>
<image:caption>Image caption</image:caption>
</image:image>
</url>
</urlset>
Submission
Submit via:
- Google Search Console
- robots.txt reference
- Main sitemap link
Page-Level Optimization
Image-Rich Pages
Best practices:
- Relevant page content
- Good page SEO
- Fast loading
- Mobile-friendly
Original Images
Prioritize:
- Original photography
- Custom graphics
- Unique illustrations
- Infographics
Google prefers original.
E-Commerce Image SEO
Product Images
Optimize:
- Multiple angles
- High quality
- Zoom capability
- Lifestyle shots
- Size reference
Product Schema
Include in schema:
- All product images
- Variant images
- Gallery images
- Proper descriptions
Avoiding Issues
Common Problems
Don't:
- Block images in robots.txt
- Use CSS background for important images
- Use JavaScript-only images
- Forget mobile optimization
Copyright Issues
Ensure:
- Own the images
- Have license
- Give attribution if required
- Don't steal images
Monitoring Performance
Google Search Console
Image search data:
- Performance → Image
- Impressions
- Clicks
- Top images
Analytics
Track:
- Traffic from images
- Landing pages from image search
- User behavior
- Conversions
Image SEO Checklist
File Optimization:
☐ Descriptive file names
☐ WebP format preferred
☐ Compressed file sizes
☐ Appropriate dimensions
On-Page:
☐ Descriptive alt text
☐ Width/height attributes
☐ Lazy loading
☐ Responsive images
Context:
☐ Relevant surrounding text
☐ Captions where appropriate
☐ Logical placement
☐ Related content nearby
Technical:
☐ Image sitemap
☐ Schema markup
☐ Fast loading
☐ Mobile optimized
Quality:
☐ Original images
☐ High quality
☐ Relevant to content
☐ Proper licensing
Monitoring:
☐ GSC image performance
☐ Analytics tracking
☐ Regular audits
☐ Competitor analysis
Kesimpulan
Google Image Search adalah traffic opportunity yang underutilized. Optimize file names, alt text, dan context. Use image sitemaps dan schema markup. Focus pada original, high-quality images yang relevant ke content.
Ditulis oleh
Hendra Wijaya
Artikel Sebelumnya
Cara Optimasi untuk Google Discover
Artikel Selanjutnya
Cara Optimasi untuk Google News