Giving images clear and consistent names makes files easier to manage, search, and maintain. Avoid generic names like img001.png or unnecessary prefixes like img, just like you would not prefix tables with tbl.
Use descriptive names based on the image content. For special image types, use a short and consistent prefix.
| Image Type | ❌ Bad Example | ✅ Good Example |
| Standard image | img123.jpg | office-team-photo.jpg |
| Banner | banner1.jpg | banner-homepage-hero.jpg |
| Icon | icon-final-final.svg | ico-search.svg |
| Screenshot | screenshot-new-2.png | screen-user-profile-page.png |
| Standard image | picture.png | pricing-page-header.jpg |
| Standard image | IMG_4837.JPG | team-working-session.jpg |
Use lowercase and kebab-case where possible to keep filenames consistent and web-friendly.