• Resolved janetdakey

    (@janetdakey)


    The plugin works as described, however it copies the image file name (%name) exactly. For SEO purposes and Google crawlers, it would be better if delimiters (hyphens, dashes and underscores) were removed from the alt and title tags, or from %name specifically. Please make this update or I will need to find another plugin. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @janetdakey

    This is a feature enhancement part. we will discuss with our development team about this and if possible will add this feature in our upcoming version.

    we also notify you about our new update so you can update your plugin.

    Thanks for a nice suggestion.

    Thanks
    A

    Hello janetdakey,

    To remove “dashes” from alt and title attributes. Kindly follow below steps.

    1. Go to your plugin directory and find seo-optimized-images.php file.

    2. Open it notepad or any text editor. find this code line no 132 $image_file_name = $get_file_name['filename']; and after this line add below code.

    $image_file_name = str_replace(array("-","_")," ", $image_file_name);

    3. Then save this file and check it again.

    Thanks
    Prakash

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove dashes from alt tag’ is closed to new replies.