Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FForm AccessibilityAction11 of 19 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #upload-expiration | text | Automatically delete image | for/id |
| #uploaded-embed-toggle | select | Embed codes | for/id |
| #form-title | text | Title optional | for/id |
| #form-width | number | Resize image | for/id |
| #form-description | textarea | Description optional | for/id |
| #form-album-description | textarea | Album description optional | for/id |
| #form-privacy | select | Album privacy | for/id |
| #modal-share-url | text | Link | for/id |
| form-album-name | text | (Album name) | placeholder only |
| urls | textarea | (Add the image URLs here) | placeholder only |
| #anywhere-upload-input-camera | file | (none) | none |
| #form-height | number | (none) | none |
| #uploaded-embed-code-0 | textarea | (none) | none |
| #uploaded-embed-code-1 | textarea | (none) | none |
| #uploaded-embed-code-2 | textarea | (none) | none |
| #uploaded-embed-code-3 | textarea | (none) | none |
| #uploaded-embed-code-4 | textarea | (none) | none |
| form-album-password | text | (none) | none |
| #anywhere-upload-input | file | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="file" id="anywhere-upload-input">; <input type="file" id="anywhere-upload-input-camera">; <textarea name="viewer-links" id="uploaded-embed-code-0">; <textarea name="html-embed-medium" id="uploaded-embed-code-1">; <textarea name="html-embed-thumbnail" id="uploaded-embed-code-2">; <textarea name="bbcode-embed-medium" id="uploaded-embed-code-3">; <textarea name="bbcode-embed-thumbnail" id="uploaded-embed-code-4">; <input type="number" name="form-height" id="form-height">; <input type="text" name="form-album-password">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<textarea name="urls">; <input type="text" name="form-album-name">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality2 issue(s) across 123 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| learn more | generic text | Replace with descriptive text | |
Before: learn more Suggested: Home page | |||
| #file | (empty) | empty | Add link text or aria-label |
| https://api.imgbb.com/ | API Access | new tab | Add '(opens in new tab)' to text |
| https://api.imgbb.com/ | API Access | new tab | Add '(opens in new tab)' to text |
| https://api.imgbb.com/ | API Access | new tab | Add '(opens in new tab)' to text |
| https://imgbb.com/tos | Terms of Service | new tab | Add '(opens in new tab)' to text |
| https://imgbb.com/privacy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#file
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
("learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://api.imgbb.com/; https://api.imgbb.com/; https://api.imgbb.com/; https://imgbb.com/tos; https://imgbb.com/privacy
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 76/100 — 4 failing, 10 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
START UPLOADING div#home-cover > div#home-cover-content > div.home-buttons > a.btn |
UPGRADE div#home-cover-content > div#pricing-tier > div.pricing-tier-box > a.btn |
API Access div.pricing-tier-box > ul.sentence-wrap > li > a |
69% OFF div#pricing-tier > div.pricing-tier-box > div.pricing-ribbon > div |
UPGRADE div#home-cover-content > div#pricing-tier > div.pricing-tier-box > a.btn |
API Access div.pricing-tier-box > ul.sentence-wrap > li > a |
38% OFF div#pricing-tier > div.pricing-tier-box > div.pricing-ribbon > div |
API Access div.pricing-tier-box > ul.sentence-wrap > li > a |
Plugin API Contact
Use of ImgBB constitutes acceptance of our Terms of Servi… body#index > div.footer |
Plugin div.footer > ul > li.with-icon > a |
API div.footer > ul > li.with-icon > a |
Contact div.footer > ul > li.with-icon > a |
Terms of Service body#index > div.footer > a |
Privacy Policy body#index > div.footer > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Service body#index > div.footer > a |
Privacy Policy body#index > div.footer > a |
These are opportunities to improve the legibility of your content.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.content-width > ul.top-bar-right > li#top-bar-signin > a.top-btn-text div.content-width > ul.top-bar-right > li#top-bar-signin > a.top-btn-text |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.device-mobile html.device-mobile |
These items highlight common accessibility best practices.
AHeading Hierarchy5 headingsPASS
- H1 Upload and share your images.
- H1 ImgBB Pro account duplicate H1
- H2 3 Year Pro
- H2 Annual Plan
- H2 Monthly Plan
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 1 images OKPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Upload and share you… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 ImgBB Pro account | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 3 Year Pro | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Annual Plan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Monthly Plan | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title ImgBB — Upload Ima… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span About | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Plugin | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a API | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Terms of Service | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Privacy | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Contact | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| a Afrikaans | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Azərbaycan | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Bosanski | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Català | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Cymraeg | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Dansk | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Deutsch | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
| a Eesti | 19.09:1 | 4.5:1 | #000000 | #F4F4F4 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.