WPIntell

Market

international characters

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

27 / 27 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Competitors

1 shown
Clean Filenames 3.0K installs · 4.6
praise owner
-100.0%momentum 46.5weakness 3/11pain/praise

Pain still appears around bugs, missing feature despite praise for quality, reliable.

complaint Any update coming soon?

Any update coming soon?: users show security, bugs, compatibility pain that may indicate a product gap.

Clean Filenames · Do you plan any update soon that support WordPress version 6.0/6.1?
complaint Replacing spaces and underscores with dashes?

Replacing spaces and underscores with dashes?: users show bugs, missing feature, support pain that may indicate a product gap.

Clean Filenames · This is a little old, but it makes a clear case against underscores: https://www.webmasterworld.com/google/4533254.htm Best.
mixed Updating failed. The response is not a valid JSON response.

Updating failed. The response is not a valid JSON response.: users show bugs, compatibility, support pain that may indicate a product gap.

Clean Filenames · The response is not a valid JSON response.
complaint Problem with enforcing lowercase

Problem with enforcing lowercase: users show bugs, compatibility, performance pain that may indicate a product gap.

Clean Filenames · It can be, but the file name link in database should be corrected in the same way.
mixed Remove dimensions (ex720x300.jpg)

Remove dimensions (ex720x300.jpg): users show compatibility, missing feature, support pain that may indicate a product gap.

Clean Filenames · The following code snippet added to sanitize-spanish-filenames.php replaces any dimension (examples: 123×123.
complaint Turkish letters?

Turkish letters?: users show support pain that may indicate a product gap.

Clean Filenames · https://turkish.typeit.org/ Turkish characters are supported.
complaint Para "Sanitizar" títulos ?

Para "Sanitizar" títulos ?: users show support pain that may indicate a product gap.

Clean Filenames · Actualmente wordpress toma un titulo como este: Un título con emoción Y lo publica con este permalink/slug: …/un-ttulo-con-emocin Resulta malo para el SEO, seguramente.
mixed Looks Nice but supports Turkish ?

Looks Nice but supports Turkish ?: users show support pain that may indicate a product gap.

Clean Filenames · Looks Nice but supports Turkish ?
complaint Remove numbers on end of file name?

Remove numbers on end of file name?: users show missing feature pain that may indicate a product gap.

Clean Filenames · Can you add an option to strip the number X number before .extension?
praise I like it!

I like it!: users show bugs, support pain that may indicate a product gap.

Clean Filenames · Fix issues with some weird plugins and their stupid developers.
praise Works great, as expected

Works great, as expected: users show bugs pain that may indicate a product gap.

Clean Filenames · Works great, as expected Transforms filenames of media you upload, converting local characters as à -> a, á -> a, è -> e, … ç -> c, ñ -> n, … This prevents errors, in my case some problems when I’m doing a copy of my website to my local disc via FTP, because Filezilla is unable to download media files with this kind of characters.
praise Very nice! Only renames filename, not media title :)

Very nice! Only renames filename, not media title :): users show migration pain that may indicate a product gap.

Clean Filenames · Only renames filename, not media title :) As others, I need my filenames to be simple for plugins, backup, different OS’es etc to work without a hiccup, but my title I’d like left alone.
praise Does exactly what it says it would, safety net included

Does exactly what it says it would, safety net included: users praise quality, which suggests what competitors already do well.

Clean Filenames · I tried a few plugins of this type, and this is definately the best.
praise Works very well out of the box

Works very well out of the box: users praise reliable, quality, which suggests what competitors already do well.

Clean Filenames · Works very well out of the box Very useful and clean, strips every non standard character of all your filenames when uploading.
praise Great!

Great!: users praise quality, which suggests what competitors already do well.

Clean Filenames · Great!
praise Muy útil!

Muy útil!: praise conversation with limited structured signal.

Clean Filenames · Muy útil! Previene problemas con tildes, así como homogeneiza los nombres de archivos que a veces se muestran en el frontend, como con el plugin WP Better Attachments. Previene problemas con tildes, así como homogeneiza los nombres de archivos que a veces se muestran en el frontend, como con el plugin WP Better Attachments.
praise Rename existing file?

Rename existing file?: users praise quality, which suggests what competitors already do well.

Clean Filenames · Hey It would be great if you could also add rename existing file name.
praise Simple suggestions

Simple suggestions: users praise easy, which suggests what competitors already do well.

Clean Filenames · Simple suggestions I’m doing this with filter, but maybe that should go into plugin: $friendly_filename = str_replace('-.', '.', $friendly_filename); // Remove - at the end (before dot) $friendly_filename = str_replace('_.', '.', $friendly_filename); // Remove _ at the end (before dot) $friendly_filename = preg_replace('/-+/', '-', $friendly_filename); // Re
neutral Pasar todo a minúscula

Pasar todo a minúscula: neutral conversation with limited structured signal.

Clean Filenames · Pasar todo a minúscula Hola. Gracias por tu trabajo. Si algo pudiera pedir sería que todo pasara a minúscula; evitaría algunos problemas más. Saludos. https://wordpress.org/plugins/sanitize-spanish-filenames/ Hola. Gracias por tu trabajo. Si algo pudiera pedir sería que todo pasara a minúscula; evitaría algunos problemas más. Saludos. https://wordpress.org/p
neutral Preserve @ symbol?

Preserve @ symbol?: neutral conversation with limited structured signal.

Clean Filenames · Preserve @ symbol? Hello Thanks for the useful plugin. Thinking about one detail. Often the @ symbol is used in filenames for HDPI images, logo@2x.png for instance. That’s why I think the @ symbol should be preserved during the sanitizing process. But there can be other reasons to remove it, that I’m not aware about. Otherwise I request to preserve @ in futu
praise Serbian transliteration

Serbian transliteration: users praise quality, which suggests what competitors already do well.

Clean Filenames · Serbian transliteration Great plugin!
neutral Sanitize Danish letters correctly, and WP 5 compatible

Sanitize Danish letters correctly, and WP 5 compatible: users show compatibility pain that may indicate a product gap.

Clean Filenames · Sanitize Danish letters correctly, and WP 5 compatible Thank you for this “must have” plugin 🙂 Small thing.
neutral Caracteres "ª" "º" estan intercambiados

Caracteres "ª" "º" estan intercambiados: neutral conversation with limited structured signal.

Clean Filenames · Caracteres "ª" "º" estan intercambiados Hola Samuel, Muchas gracias por la publicación del plugin. He mirado el código y creo que la substitución de estos caracteres es erróneo: “ª” se substituye por una “o” y “º” se substituye por una “a” De todos modos, muchas gracias por tu trabajo. Saludos Hola Samuel, Muchas gracias por la publicación del plugin. He mir
neutral [Plugin: Sanitize Spanish Filenames] Falta la diéresis

[Plugin: Sanitize Spanish Filenames] Falta la diéresis: neutral conversation with limited structured signal.

Clean Filenames · [Plugin: Sanitize Spanish Filenames] Falta la diéresis Algo que noté de inmediato al ver el código fuente fue que no consideraste la diéresis sobre la u, la cual aparece en palabras como: antigüedad, pingüino, desagüe, etc. Ojalá y lo agregues en futuras versiones. 🙂 http://wordpress.org/extend/plugins/sanitize-spanish-filenames/ Algo que noté de inmediato a
praise Is this plugin being actively maintained?

Is this plugin being actively maintained?: users praise easy, which suggests what competitors already do well.

Clean Filenames · Yeah the code is simple, making it easy to maintain I guess 🙂 Thanks!