Scan a page to evaluate the presence and quality of image Alt, Title, and Description (from <figcaption>
/ aria-describedby
). Built for accessibility and SEO workflows.
<figcaption>
or a referenced element (aria-describedby
).
Alt text (alt
attribute) describes the content or purpose of an image. Screen readers announce it, and it displays if the image fails to load.
Use empty alt (alt=""
) for purely decorative images or when the image is sufficiently described by adjacent text (e.g., a detailed <figcaption>
).
Keep it brief and specific—often under ~125 characters. Focus on what’s meaningful in context.