Strip messy camera prefixes (IMG_, DSC_, PXL_), eliminate URL-encoded spaces (%20), normalize diacritics, and standardize image slugs for WordPress and Google Image Search in real time. Batch process up to 200+ photos locally inside your browser with 100% privacy, zero server uploads, sequential zero-padded enumeration (#001, #002), 1-click Bash and PowerShell rename script generation, Apache/Nginx 301 redirection rules, and lossless in-memory ZIP downloading on RiazHub.com.
Universal Image File Name Cleaner & SEO Slug Sanitizer
Strip messy camera prefixes (IMG_, DSC_, PXL_), eliminate URL-encoded spaces (%20), standardize WordPress slugs, and batch rename photos locally inside your browser with zero server uploads.
⚙️ Sanitization Rule Studio
| Preview | Original Filename | Sanitized SEO Filename | Size | Actions |
|---|---|---|---|---|
|
No images loaded yet. Drag & drop files or click "Load Samples" to preview in real-time.
|
||||
Rename files in your local folder instantly without re-downloading by executing these scripts in your terminal inside the folder:
# Load images to generate PowerShell batch rename commands
# Load images to generate Bash batch rename commands
REM Load images to generate Windows Command Prompt rename script
Prevent broken images when replacing existing media with SEO-friendly slugs on WordPress:
# 301 Redirects for WordPress Uploads
# Nginx rewrite rules
Copy the clean list of renamed filenames for bulk entry into spreadsheets, image sitemaps, or CSV product importers:
📖 SEO Image Optimization, URL Slugs & Web Vitals Architecture
DSC_0492.JPG contains zero semantic context, while modern-scandinavian-kitchen-island.jpg provides immediate topical keywords. Standardizing filenames to kebab-case (lowercase with hyphens) ensures compatibility across web servers and search engine bots without index fragmentation.
%20. In headless CMS architectures, REST APIs, or Linux Nginx environments, non-ASCII characters (such as é, ñ, &, or #) frequently trigger 404 Not Found errors or broken responsive srcset attributes. Stripping diacritics via Unicode NFKD normalization and eliminating special characters guarantees 100% POSIX, Windows, and macOS cross-platform safety.
1, 2, 10) cause alphabetical sorting issues where 10 appears before 2. Zero-padding your assets (e.g. #001, #002, #010) keeps product media catalogs strictly chronological across operating system folder views, FTP uploads, and WordPress Media Libraries.
FileReader, ArrayBuffer, and Blob APIs). Your high-resolution photos, proprietary artwork, and camera metadata never touch RiazHub.com's web servers, ensuring complete privacy, zero bandwidth usage, and instantaneous batch processing.