Screpy - AI SEO Audit Tool

Add Alternative Text to Image Input Buttons

Give every input type=image a concise alt value that describes the button’s action.

Reviewed by Screpy Editorial Team

This check finds <input type="image"> controls without an alt attribute. Unlike a content image, this element is a submit button, so its alternative text should describe the action.

Why this matters

The image may not load or may not be visible to a screen-reader user. Without an alternative, the form control can have no useful accessible name, leaving its purpose unclear.

How to fix it

  1. Set alt to the action, such as alt="Search" or alt="Submit order".
  2. Keep the wording concise and avoid filenames or visual descriptions that do not explain the result.
  3. If the image is decorative beside a standard button, use a real <button> and hide the decorative image from assistive technology.
  4. Ensure the control also has a clear focus indicator and sufficient target size.

When the finding appears across many URLs, fix the shared component or layout that produces it instead of patching generated HTML page by page. Recheck representative templates and responsive states after deployment so the correction does not create a regression elsewhere.

How to verify the fix

Inspect the computed accessible name, disable image loading, and submit the form with a keyboard. The control’s action should remain obvious and operable.

Keep before-and-after evidence for the affected URL, original output, correction, and verification method. If markup changes after load, test consent states, localization, responsive variants, and client-side navigation because the initial HTML and rendered DOM can differ.

Further reading

Related tasks

Solve the errors logged to the console

If there are error warnings about your website within the console offered by the browser, you need to follow a few basic steps to resolve them.

Tuesday, December 22, 2020

Title Tags Not Found

Are you encountering the title meta tag not found the issue? You can solve it right away! Here are the causes and importance of the problem in detail.

Sunday, December 20, 2020

Robots.txt Not Found

If you are encountering the Robots.txt not found error, you can create your file immediately by paying attention to the steps below. Discover the details now!

Sunday, December 20, 2020

Not Crawlable Pages

Have the same problem with crawlability issues? Let’s see what you can do for your website to be indexed. Here are the ways and solutions!

Sunday, December 20, 2020

Meta Description Not Found

Are you getting a meta description not found a warning about your web page? Let's figure it out! Why is meta description important, how to pass the audit? Examine!

Sunday, December 20, 2020