• @prashantrai
    I have run an audit in Ahref and found there are 301 issues with Missing alt text. After checking in-depth details, I have found all of the 301 pages are showing the same image with missing ALT Text.
    Here is the full URL of image that is missing ALT Text

    /wp-content/plugins/wpforms/assets/images/submit-spin.svg

    Please let me know how to add ALT Text to this image and also I have found the file “/wp-content/plugins/wpforms/assets/images/submit-spin.svg” has this SVG Icon/Image link.
    Thank you

    • This topic was modified 2 years, 5 months ago by David Beckham.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @nomanpk – We’d be happy to help!

    It seems that you are using the paid version of WPForms. If you have an active license subscription with us, could you please submit a support ticket through the WPForms account dashboard when you have a chance?

    From there, our support team will be able to take a closer look at your request.

    Thanks!

    I am having the same issue. How do I add an alt text to this image?
    Many Thanks

    Hey @matttaylor35 – Thanks for contacting us and I apologize for the delay!

    To give you some context, Google has clarified that in case you would like to rank the image in an image search, alt text can be handy. However, alt text might not add much value when it comes to a web search. In case it helps, here’s the blog post that you can take a look at.

    If you would like to add alt text, you can take a look at /includes/class-frontend.php and the line where the ALT attribute is

    printf(
    	'<img src="%s" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt="">',
    	esc_url( $src )
    );

    I hope this helps.

    Kindly,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to add ALT Text to submit-spin.svg File’ is closed to new replies.