seo-images

Analyze website images for SEO and performance issues and produce a prioritized remediation report.

6|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/BestLemoon/codex-seo --skill seo-images-bestlemoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-images
Source: https://github.com/BestLemoon/codex-seo/tree/main/skills/seo-images
Command: npx skills add https://github.com/BestLemoon/codex-seo --skill seo-images-bestlemoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and prioritizes image-related SEO and performance problems that increase page weight and harm search visibility, including missing or poor alt text, oversized files, suboptimal formats, missing dimensions, incorrect lazy-loading, and layout shift risks.

Core Features & Use Cases

  • Alt text analysis: Detects missing or non-descriptive alt attributes and suggests meaningful, concise alternatives.
  • File size and format checks: Classifies images by category (thumbnails, content, hero) and flags images that exceed target thresholds while recommending modern formats such as WebP or AVIF and format fallbacks.
  • Responsive and loading audits: Verifies presence of srcset and sizes, proper lazy-loading for below-fold images, fetchpriority for LCP images, and decoding attributes for non-LCP assets.
  • CLS prevention and dimensions: Flags images without width/height or aspect-ratio styles and provides remediation to prevent layout shifts.
  • Reporting and remediation: Produces an image audit summary, prioritized optimization list sorted by potential savings, and actionable recommendations for CDNs, compression, and markup changes.
  • Use case: Run on ecommerce product pages or content-heavy blogs to reduce LCP, improve accessibility, and cut image bandwidth.

Quick Start

Run an image optimization analysis for https://example.com and produce a prioritized list of images to compress and alt text issues to fix.

Frequently Asked Questions about seo-images

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

FAQPage Schema
How do I audit images for SEO and performance issues on a full-site audit?

To audit images for SEO and performance, analyze single pages or full-site audits to detect missing alt text, oversized files, outdated formats, missing dimensions, and lazy-loading mistakes. This produces a prioritized remediation report with estimated savings and implementation guidance.

Why does missing image width and height cause cumulative layout shift risks?

Missing image width and height causes cumulative layout shift risks because the browser cannot reserve adequate space before the asset loads. Auditing flags images without dimensions or aspect-ratio styles and provides remediation to prevent layout shifts.

What is the best way to write alt text for SEO and accessibility?

The best way to write alt text for SEO is to ensure attributes are meaningful and concise. Alt text analysis detects missing or non-descriptive alt attributes and suggests descriptive alternatives to improve search visibility and accessibility.

When do I need to use WebP format and responsive srcset attributes?

You need to use WebP format and responsive srcset attributes when file size checks flag images exceeding target thresholds. Auditing recommends modern formats like WebP or AVIF with fallbacks and verifies presence of srcset and sizes for responsive loading.

How do I fix lazy-loading mistakes and fetchpriority for LCP images?

To fix lazy-loading mistakes and fetchpriority for LCP images, auditing verifies proper lazy-loading for below-fold images and checks fetchpriority for LCP assets. It also validates decoding attributes for non-LCP assets to ensure optimal loading.

Can I run an image optimization audit for ecommerce product pages?

You can run an image optimization audit for ecommerce product pages or content-heavy blogs. The audit evaluates images against size and format thresholds to reduce LCP, improve accessibility, and cut image bandwidth.