Iframe with no title attribute
Part of Documentation, UX & Accessibility, which counts for 15% of the overall score. When this check fires it deducts 4 points from that category, once per scan, no matter how many places it turns up.
What it detects
An <iframe> with no title attribute is announced by screen readers only as "iframe" with no indication of what it embeds (a video, a payment form, a map, an ad). Add a short, specific title describing the embedded content, for example title="Payment form" or title="Product demo video".
Why it matters
An <iframe> with no title is announced by screen readers as just "iframe", giving no clue whether it is a payment form, a map, a video, or an ad, so users have to enter it and explore blindly to find out. This is a one-attribute fix with an outsized effect on whether embedded content is usable at all.
How to fix it
Add a short, specific title attribute describing what the iframe embeds, for example title="Product demo video" or title="Checkout payment form", not a generic label like "iframe" or "embedded content".
The paid report includes a ready-to-paste prompt for your AI coding agent for every check it finds, pointed at the exact findings from your scan. See pricing
Does your repo trip this check?
Paste a GitHub URL or drop a project folder. Scans run in your browser and take seconds.
Scan your repo