Skip to content
https://gambling.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
54
GRADE
F
FIX
4
REVIEW
8
PASS
1
INFO
0
Checks
13
1 PASS 8 REVIEW 4 FIX
D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
3 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 3 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
C
Landmark Structure
Action
8 landmarks
REVIEW
8 landmarks
Info::
<main> landmark present
Warning::
Multiple <main> landmarks (2 found)
A page should have only one <main> landmark.
Info::
3 <nav> landmark(s) found
Warning::
3 of 3 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN CONTENTINFO footer

A page should have only one <main> landmark.

Why this matters

Multiple <main> elements violate the spec — there must be exactly one per page.

Learn more

HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.

Source: HTML5 spec

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

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

B
Alt Text Quality
13 of 304 images have issues
REVIEW
13 of 304 images have issues
Critical::
1 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Warning::
12 image(s) with generic alt text
Info::
65 decorative image(s) correctly marked
Info::
226 image(s) with good alt text
304 images 226 good alt text 65 decorative 12 generic 1 missing
IssueCount
missing1 image(s)
generic12 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

C
Form Accessibility
Action
4 of 9 controls have issues
REVIEW
4 of 9 controls have issues
Critical::
4 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" name="test" id="ageValidationCheckBox">; <input type="text" name="username" id="super_secret_username">; <input type="search">; <input type="checkbox" id="footer_cookie_checkbox">
Info::
5 control(s) properly labeled
9 controls
5 labeled
0 placeholder only
4 unlabeled
ControlTypeLabelMethod
#signup-nametextNombre completofor/id
#emailemailEmailfor/id
#passwordpasswordContraseña La contraseña debe tener entre 8 y 16 caracteres e incluir al menos una mayúscula y una minúscula.for/id
#acceptSignUpTermsLandscapecheckboxConfirmo que tengo 18 años +for/id
#acceptTermsNewsCasinoBettingLandscapecheckboxAcepto recibir correos electrónicos y mensajes de texto sobre nuestros servicios y ofertas, así como el tratamiento de mis datos personales tal y como se describe en la Política de privacidad.for/id
#ageValidationCheckBoxcheckbox(none)none
#super_secret_usernametext(none)none
inputsearch(none)none
#footer_cookie_checkboxcheckbox(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox" name="test" id="ageValidationCheckBox">; <input type="text" name="username" id="super_secret_username">; <input type="search">; <input type="checkbox" id="footer_cookie_checkbox">

Why this matters

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

C
404 Error Page
Action
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page Not Found Custom Styling Navigation Homepage Link Search Form
C
Favicon & Branding
Action
5 icon(s) detected
REVIEW
5 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color Not set CSS indicators Detected

Detection limited to meta tags and inline styles.

B
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass 3 pass AA only
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Smarter Gambling Sta…6.74:13.0:1
#000000
#8D929E
Pass
h2 Register with us, ea…6.74:13.0:1
#000000
#8D929E
Pass
h2 Register with us, ea…6.74:13.0:1
#000000
#8D929E
Pass
h2 Jelly Express has ar…6.74:13.0:1
#000000
#8D929E
Pass
h2 Jelly Express has ar…6.74:13.0:1
#000000
#8D929E
Pass
h2 Jelly Express has ar…6.74:13.0:1
#000000
#8D929E
Pass
h2 Jelly Express has ar…6.74:13.0:1
#000000
#8D929E
Pass
h2 FAQ6.74:13.0:1
#000000
#8D929E
Pass
h2 Reviews & Strategy6.74:13.0:1
#000000
#8D929E
Pass
h2 Games6.74:13.0:1
#000000
#8D929E
Pass
h2 Support6.74:13.0:1
#000000
#8D929E
Pass
h3 ¿Eres mayor de edad…6.74:13.0:1
#000000
#8D929E
Pass
h3 Support Services6.74:13.0:1
#000000
#8D929E
Pass
h3 What does6.74:13.0:1
#000000
#8D929E
Pass
h3 do?6.74:13.0:1
#000000
#8D929E
Pass
h3 Why sign up with6.74:13.0:1
#000000
#8D929E
Pass
h3 safe for use?6.74:13.0:1
#000000
#8D929E
Pass
title Your Trusted Global …6.99:14.5:1
#000000
#9095A0
Pass
div Sujeto a la legislac…6.99:14.5:1
#000000
#9095A0
Pass
div +186.74:14.5:1
#000000
#8D929E
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.

B
Lighthouse Accessibility Audits
Score 86/100 — 4 failing, 31 passed
REVIEW
86

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

ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
¿Eres mayor de edad? SÍ, TENGO MÁS DE 18 AÑOS TODAVÍA NO TENGO 18 AÑOS   body#home-global > div#age-validation

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
TODAVÍA NO TENGO 18 AÑOS div.bg-white > div.modal-body > div#av-content-wrapper > button#av-24-less
Our Rating div.flex > div.flex > div.have-your-say-rating-container > div.have-your-say-our-rating
Last Updated: 01.04.2026 div.flex > div.flex > div.flex > div.have-your-say-last-updated
Our Rating div.flex > div.flex > div.have-your-say-rating-container > div.have-your-say-our-rating
Last Updated: 11.03.2026 div.flex > div.flex > div.flex > div.have-your-say-last-updated
Solo para primeros depósitos. Máx. Bono 180€. 180 Tiradas Gratis en la slot Big… div.flex > div.flex > div.flex > div.gdc-vertical-item-tandc
18+ | Publicidad | Juega Responsablemente | ordenacionjuego.es div.flex > div.flex > div.flex > div.gdc-vertical-item-tandc
Guides and Tutorials: Complex topics made simple div#watch-and-learn > div.flex > div.flex > div.watch-and-learn-description
Welcome to The Panel - a powerhouse of sports betting experts available with da… div.flex > div.flex > div.flex > span.the-panel-description
Trusted by top media outlets div#as-seen-on > div.flex > div.flex > span.as-seen-on-description
The Irishman will leave Oakwell at the end of the League One season. div.article-container > div.relative > div.flex-auto > div.article-short-description
2 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
We explain how social casinos profit without requiring real-money deposits. div.article-container > div.relative > div.flex-auto > div.article-short-description
2 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
We analyse how far Brazil might progress at the 2026 World Cup this summer. div.article-container > div.relative > div.flex-auto > div.article-short-description
2 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Our racing tipster Rhys Williams shares his best selection for today's races. div.article-container > div.relative > div.flex-auto > div.article-short-description
7 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Gambling.com's horse racing expert James Boyle will be providing his best tips … div.article-container > div.relative > div.flex-auto > div.article-short-description
7 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Assessing how far Mexico could go at the 2026 World Cup using the latest bettin… div.article-container > div.relative > div.flex-auto > div.article-short-description
8 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Get Your Tips Out have joined forces with Gambling.com to give us their best be… div.article-container > div.relative > div.flex-auto > div.article-short-description
8 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Keep informed of all the breaking casino and gambling stories from around the w… div.article-container > div.relative > div.flex-auto > div.article-short-description
10 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Find out about Cosmo Spins Prize Wheel winners on Gambling.com, cash prizes and… div.article-container > div.relative > div.flex-auto > div.article-short-description
10 hours ago div.relative > div.flex-auto > div.article-footer > div.footer-item
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-0 > div.country-text > div#global-language-English
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-1 > div.country-text > div#global-language-English_AU
Alemán div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-2 > div.country-text > div#global-language-German_AT
Holandés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-3 > div.country-text > div#global-language-Dutch_BE
Francés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-4 > div.country-text > div#global-language-French_BE
Portugués div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-5 > div.country-text > div#global-language-Portuguese
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-6 > div.country-text > div#global-language-English_CA
Francés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-7 > div.country-text > div#global-language-French_CA
Danés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-8 > div.country-text > div#global-language-Danish
Alemán div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-9 > div.country-text > div#global-language-German
Griego div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-10 > div.country-text > div#global-language-Greek
Icelandic div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-11 > div.country-text > div#global-language-Icelandic
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-12 > div.country-text > div#global-language-English_IS
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-13 > div.country-text > div#global-language-English_IN
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-14 > div.country-text > div#global-language-English_IR
Italiano div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-15 > div.country-text > div#global-language-Italian
Español div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-16 > div.country-text > div#global-language-Spanish_MX
Holandés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-17 > div.country-text > div#global-language-Dutch_NL
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-18 > div.country-text > div#global-language-English_NZ
Noruego div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-19 > div.country-text > div#global-language-Norwegian
Español div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-20 > div.country-text > div#global-language-Spanish_PE
Rumano div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-21 > div.country-text > div#global-language-Romanian
Español div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-22 > div.country-text > div#global-language-Spanish
Sueco div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-23 > div.country-text > div#global-language-Swedish
Inglés div#countriesExpandableGrid-links-by-country-69e90ddc75b49 > div#logo-links-by-country-69e90ddc75b49-24 > div.country-text > div#global-language-English_US
DISCLAIMER: Online Wagering is illegal in some Jurisdictions. It is your respon… div#footer-container > div#disclamier-social-media-container > div#disclamier-container > p
Terms and Conditions div#disclamier-social-media-container > div#disclamier-container > p > a.text-[#999999]
Privacy and Cookies Policy div#disclamier-social-media-container > div#disclamier-container > p > a.text-[#999999]
No quiero ver anuncios de apuestas online. div#disclamier-container > div#footer-cookie-checkbox-wrapper > p.font-semibold > ins#footer-cookie-checkbox-label

These are opportunities to improve the legibility of your content.

Names and labels

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#disclamier-container > div#footer-cookie-checkbox-wrapper > p.font-semibold > input#footer_cookie_checkbox div#disclamier-container > div#footer-cookie-checkbox-wrapper > p.font-semibold > input#footer_cookie_checkbox

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Decimal American Fractional div.mw-widget > div.mw-mb-2 > div.mw-relative > select.mw-w-full

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.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
Uses ARIA roles only on compatible elements
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Heading Hierarchy
17 headings, 1 skip(s)
PASS
17 headings, 1 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H2 → H4 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H3 ¿Eres mayor de edad?
  • H1 Smarter Gambling Starts Here
  • H2 Register with us, earn chips, get FREE stuff.
  • H2 Register with us, earn chips, get FREE stuff.
  • H4 +10 FREE SPINSEVERY DAY skipped
  • H2 Jelly Express has arrived. Play it now
  • H2 Jelly Express has arrived. Play it now
  • H2 Jelly Express has arrived. Play it now
  • H2 Jelly Express has arrived. Play it now
  • H3 Support Services
  • H2 FAQ
  • H3 What does Gambling.com do?
  • H3 Why sign up with Gambling.com?
  • H3 Is Gambling.com safe for use?
  • H2 Reviews & Strategy
  • H2 Games
  • H2 Support

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.

Learn more

Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.

Source: WCAG 2.1 SC 1.3.1 / W3C WAI

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback