Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
FAlt Text QualityAction15 of 100 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 15 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction6 issue(s) across 80 links and 13 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /cookie/ | Cookiebeleid | new tab | Add '(opens in new tab)' to text |
| /stock-foto/tulpenvelden.html | tulpenvelden | new tab | Add '(opens in new tab)' to text |
| /stock-foto/koningsdag.html | Koningsdag | new tab | Add '(opens in new tab)' to text |
| /stock-foto/fietsen.html | Fietsen | new tab | Add '(opens in new tab)' to text |
| /stock-foto/amsterdams_grachten.html | Amsterdams Grachten | new tab | Add '(opens in new tab)' to text |
| /stock-foto/zelfgemaakte_stroopwafels.ht… | Zelfgemaakte stroopwafels | new tab | Add '(opens in new tab)' to text |
| /stock-foto/molens.html | Molens | new tab | Add '(opens in new tab)' to text |
| /stock-foto/kaastoerisme.html | Kaastoerisme | new tab | Add '(opens in new tab)' to text |
| /stock-foto/i_jsselmeer.html | I Jsselmeer | new tab | Add '(opens in new tab)' to text |
| /stock-foto/meivakantie.html | Meivakantie | new tab | Add '(opens in new tab)' to text |
| /stock-foto/waddenzee.html | Waddenzee | new tab | Add '(opens in new tab)' to text |
| /stock-foto/eurovisie_songfestival.html | Eurovisie Songfestival | new tab | Add '(opens in new tab)' to text |
| /stock-foto/pinksteren.html | Pinksteren | new tab | Add '(opens in new tab)' to text |
| /stock-foto/dauwtrappen.html | Dauwtrappen | new tab | Add '(opens in new tab)' to text |
| /stock-foto/bloemencorso.html | Bloemencorso | new tab | Add '(opens in new tab)' to text |
| /stock-foto/markten.html | Markten | new tab | Add '(opens in new tab)' to text |
| /stock-foto/biesbosch.html | Biesbosch | new tab | Add '(opens in new tab)' to text |
| /stock-foto/urban_green.html | Urban Green | new tab | Add '(opens in new tab)' to text |
| /stock-foto/strandvakantie.html | Strandvakantie | new tab | Add '(opens in new tab)' to text |
| /stock-foto/hollands_weer.html | Hollands Weer | new tab | Add '(opens in new tab)' to text |
| /stock-foto/cultuur_en_erfgoed.html | Cultuur en Erfgoed | new tab | Add '(opens in new tab)' to text |
| https://sphere.123rf.ai/?utm_source=123r… | Maak Kennis met Sphere - Uw Cr… | new tab | Add '(opens in new tab)' to text |
| /products/ | BEGIN NU MET CREËREN | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/pages/123RF-Ben… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/123rfbenelux | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/123rf | new tab | Add '(opens in new tab)' to text | |
| https://pinterest.com/123rf/ | new tab | Add '(opens in new tab)' to text | |
| https://api.whatsapp.com/send/?phone=186… | new tab | Add '(opens in new tab)' to text | |
| /gratis-afbeeldingen/ | Gratis Afbeeldingen | img no alt | Add alt attribute to the image |
| /products/ | Prijzen | img no alt | Add alt attribute to the image |
| /stock-foto/ | Stockfoto's | img no alt | Add alt attribute to the image |
| /clipart-vectoren/ | Illustraties | img no alt | Add alt attribute to the image |
| /stockvideo/ | Video | img no alt | Add alt attribute to the image |
| /stock-audio/ | Audio | img no alt | Add alt attribute to the image |
| /fonts/ | Lettertypen | img no alt | Add alt attribute to the image |
| /ai-image-generator/ | Afbeeldings Generator | img no alt | Add alt attribute to the image |
| /ai-image-upscaler/ | Afbeelding Opwaarderen | img no alt | Add alt attribute to the image |
| /ai-background-blur/ | Achtergrond Vervagen | img no alt | Add alt attribute to the image |
| /ai-background-remover/ | Achtergrond Verwijderaar | img no alt | Add alt attribute to the image |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a#free-images; a#pricing; a#stock-photos; a#vectors; a#videos; a#audio; a#fonts; a#image-generator; a#image-upscaler; a#background-blur (+1 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/cookie/; /stock-foto/tulpenvelden.html; /stock-foto/koningsdag.html; /stock-foto/fietsen.html; /stock-foto/amsterdams_grachten.html; /stock-foto/zelfgemaakte_stroopwafels.html; /stock-foto/molens.html; /stock-foto/kaastoerisme.html; /stock-foto/i_jsselmeer.html; /stock-foto/meivakantie.html (+18 more)
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#mobile-search-bar-filter-btn-close; button#mobile-search-bar-reverseSearch-btn; button#searchbar-draganddrop-close; button#trending-keywords-nextButton; button#user-feedback-carousel-left-button; button#user-feedback-carousel-right-button
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionHTTP 404, bare pageFIX
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BFavicon & Branding7 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 fail WCAG AAREVIEW
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 Authentieke stockfot… | 19.47:1 | 3.0:1 | #000000 | #FFF6DC | Pass |
| h2 Vertrouwd door meer … | 19.47:1 | 3.0:1 | #000000 | #FFF6DC | Pass |
| h3 Creëer. Remix. Bezi… | 19.47:1 | 3.0:1 | #000000 | #FFF6DC | Pass |
| title Stockfoto, Rechtenvr… | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| div Wij gebruiken cookie… | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| div Door onze website te… | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| a Cookiebeleid | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| button Accepteer | 1.30:1 | 4.5:1 | #000000 | #212121 | Fail |
| span Prijzen | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| span Alle Beelden | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| span Opties | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Zoeken op afbeelding | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Alle Beelden | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Stockfoto's | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Illustraties | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Video | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Audio | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Lettertypen | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div FREE | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
| div Zoeken op afbeelding | 1.08:1 | 4.5:1 | #000000 | #0D0D0D | Fail |
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.
A+Heading Hierarchy6 headingsPASS
- H1 Authentieke stockfoto's, vectoren en video's
- H2 Vertrouwd door meer dan 3 miljoen creatieve professionals, 1,5 miljoen makers en marketeers wereldwijd.
- H3 Creëer. Remix. Bezit.
- H4 Onbeperkte stockfoto downloads
- H4 Commercieel veilige stockfoto's
- H4 Alles-in-één platform
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #mobile-search-bar-input | text | keyword | aria-label |
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 28 passedPASS
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Opties
Zoeken op afbeelding
Alle Beelden
Stockfoto's
Illustraties
Video
Audio
L… form.SearchBarV2__form > div.SearchBarV2__searchFilterCategoryDropdown > div.SearchFilterCategoryDropdownV2__container > div.SearchFilterCategoryDropdownV2__list |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 html |
These items highlight common accessibility best practices.