Bulk Image-ALT renaming in WordPress?

AlexanderTheGreat

Power Member
Joined
Jan 23, 2021
Messages
738
Reaction score
1,364
Looking for a good tool or plugin to automatically rename thousands of images (SEO Alt Descriptions) + add variations (perhaps with AI)

Any suggestions?
 
Did you find one? I am currently doing this manually, it's a big pain.
 
Run a Python script against the database. This allows you to include AI content at ease.
 
Image Attributes Pro, can change all meta to title of post or any other thing you want on upload, can bulk update existing images.

This is indeed a solid suggestion.

Looking for a good tool or plugin to automatically rename thousands of images (SEO Alt Descriptions) + add variations (perhaps with AI)

Please make sure to reserve enough server RAM to do this, as it can be a huge load on your CPU.
 
Run a Python script against the database. This allows you to include AI content at ease.
Knowing a bit of Python is always helpful, thanks for reminding man. It's my own scripts so it was harder than WordPress.
 
You can bulk rename ALT text for images in WordPress by using a plugin such as Media File Renamer.
 
Back
Top