Skip to main content

audit images

Usage

seo-ops audit images [--path=<path>] [--format=table|json|csv] [--output=<file>] [--missing-only]

Audit image alt text, file types, and optimization across all published content.

Examples

# Default table output
seo-ops audit images --path=/var/www/html

# Show only images missing alt text
seo-ops audit images --path=/var/www/html --missing-only

# JSON format
seo-ops audit images --path=/var/www/html --format=json

Features

  • Counts images with/without alt text
  • Reports file type distribution (JPEG, PNG, WebP, etc.)
  • Detects images without dimensions
  • Identifies duplicate image filenames
  • Lists top pages with missing alt text