Image Filename SEO Checker
Check that your images have readable names: descriptive, lowercase, hyphen-separated and free of camera-style names.
Privacy and cost
This tool runs in your browser. What you type or paste is not sent to our servers and it costs nothing to use.
How it works
- Paste a list of image file names or URLs (one per line), or switch to HTML mode to extract the images of a page.
- Each name is tested: camera name (IMG_1234, DSC01234, screenshots), generic name, hash, spaces, underscores, uppercase, accents, length, extension.
- Formatting problems get a corrected name (for example mon-chat-noir.png); non-descriptive names ask you to pick a real subject.
- Export the table as CSV to plan the renaming.
Example
Five names: IMG_2041.JPG (camera name, underscore, uppercase), "Mon Chat Noir.png" (spaces, uppercase, fixed to mon-chat-noir.png), red-city-bicycle.webp (perfect), hero_banner_final.jpg (underscores, fixed to hero-banner-final.jpg) and Blue%20Sneakers.jpg?v=3 (space, uppercase, fixed to blue-sneakers.jpg). Result: 1 clean name, 2 warnings, 2 problems; average score 70 out of 100.
What the result means
Google says the file name gives a hint about what the image is about and recommends short, descriptive names, with hyphens between words. The score is this tool's own readability guide, not a Google metric. Renaming an image that is already indexed changes its URL, so plan a redirect or update the links and sitemap.
Common problems this tool helps with
- Images named IMG_2041.jpg or Screenshot 2024…: the name says nothing about the content.
- Spaces and accents that turn into %20 or encoded sequences in the URL.
- Uppercase letters that create two different URLs on a case-sensitive server.
- Very long or keyword-stuffed names that are unreadable and fragile to reuse.
Frequently asked questions
Hyphens or underscores in an image name?
Google recommends hyphens to separate words in URLs. Underscores are treated as a word character, so red_bike is not read as two words.
Is the file name a ranking factor?
It is one hint among others, alongside alt text and page context. It will not rescue a poor image, but a descriptive name costs nothing.
Can I keep accents in the name?
Technically yes, but accents are percent-encoded in URLs. Plain a-z letters are safer and more readable when copied.
Should I rename all my old images?
Not necessarily. Start with the pages that matter (products, articles) and keep 301 redirects from the old URL to the new one.
Related tools
- Image Alt CheckerAudit every image on a page: alt missing, empty, too long, copied from the file name or repeated. Paste the HTML or fetch a public URL.Free · no account needed
- Image SEO ChecklistReview your images with an interactive checklist: format, weight, file names, markup, loading and indexing.Free · runs in your browser
- Image Dimension AnalyzerCheck that every image declares its dimensions and responsive versions, and optionally compare the real file size with the size shown on the page.Free · runs in your browser
- Slug GeneratorPaste a title to get a readable lowercase URL slug without accents, with a maximum length and a preview of the full address.Free · runs in your browser
- SEO-Friendly URL CheckerPaste one or many URLs to check length, depth, casing, separators, parameters and trailing-slash consistency, with a score per URL.Free · runs in your browser
- Lazy Loading CheckerCheck that lazy loading is used in the right places: below the fold, never on the main image, with the right attributes.Free · runs in your browser