seo-images

Analyze image SEO and performance with Python scripts for metadata injection.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/batdorj-s/tlj --skill seo-images-batdorj-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-images
Source: https://github.com/batdorj-s/tlj/tree/main/.agents/skills/seo-images
Command: npx skills add https://github.com/batdorj-s/tlj --skill seo-images-batdorj-s

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires exiftool, cwebp, ImageMagick, ffmpeg, pypdf2, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenges of optimizing images for SEO and performance, ensuring that images are correctly formatted, accessible, and optimized for search engine rankings.

Core Features & Use Cases

  • Image Optimization Analysis: Checks alt text, file sizes, formats, responsive images, lazy loading, CLS prevention, image SERP rankings, and image file optimization.
  • Use Case: When you need to ensure that your images are not only optimized for SEO but also perform well in terms of load time and user experience.

Quick Start

Run the 'seo images optimize' command to optimize your images for SEO and performance.

Frequently Asked Questions about seo-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize images for SEO and performance automatically?

To optimize images for SEO and performance, you can run a comprehensive analysis script that validates alt text, checks file sizes, recommends modern formats, and ensures lazy loading to improve search rankings and load times.

What is the best way to check image metadata for SEO compliance?

Checking image metadata for SEO involves using tools like exiftool to extract and validate embedded data, ensuring your images contain optimized metadata to enhance search engine visibility and accessibility.

How do I prevent Cumulative Layout Shift (CLS) with responsive images?

Preventing CLS with responsive images requires analyzing your HTML to ensure proper width and height attributes are set, and implementing responsive image handling techniques to maintain layout stability during page load.

Does this image optimization workflow support WebP format conversion?

Yes, the image optimization workflow supports WebP format conversion using cwebp, allowing you to compress images efficiently and serve modern formats that improve overall page performance and SEO scoring.

Can I use ImageMagick and ffmpeg for batch image file size reduction?

You can use ImageMagick and ffmpeg for batch image file size reduction, processing multiple files to enforce size limits, convert formats, and generate responsive variants for optimized web delivery.

Why does image SEO analysis require checking lazy loading and CDN configurations?

Image SEO analysis checks lazy loading and CDN configurations because these mechanisms directly impact load times and user experience, which are critical ranking factors for search engine performance evaluation.