Skip to content
https://sportbet.it

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
57
GRADE
D
FIX
13
REVIEW
6
PASS
5
INFO
0
Checks
24
5 PASS 6 REVIEW 13 FIX
D
Heading Hierarchy
Action
27 headings, 1 skip(s)
FIX
27 headings, 1 skip(s)
Warning::
Multiple H1 headings (3 found)
A page should have only one H1. Multiple H1s dilute the document outline.
Warning::
Heading level skipped: H2 → H5 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Warning::
5 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H5 Autenticazione fallita
  • H5 (empty)
  • H5 Accedi
  • H5 Messaggio
  • H4 {{TITLE}}
  • H1 {{DESC-BANNER}}
  • H2 {{TITLE}}
  • H3 {{FIRST_TEAM}}
  • H3 {{SECOND_TEAM}}
  • H3 Casino e Scommesse sportive
  • H2 Scopri i nostri fantastici bonus di benvenuto! Iscriviti ora!
  • H1 Sportbet: Casino online e Scommesse sportive in un'unica piattaforma autorizzata ADM duplicate H1
  • H2 Casino Online e Slot Machine
  • H2 Casino Live
  • H2 Scommesse sportive Online, Live e Virtuali
  • H2 Sicurezza, gioco responsabile e concessione ADM
  • H2 Promozioni e Bonus dedicati ai giocatori
  • H2 Perché scegliere Sportbet?
  • H1 {{TITLE_GAME}} duplicate H1
  • H2 {{LABEL_SESSIONI_ATTIVE_TITLE}}: {{NUM_SESSIONI_ATTIVE}} - {{LABEL_SALDO_RESIDUO_TOTALE}}:{{SALDO_RESIDUO_TOTALE}}
  • H2 (empty)
  • H2 {{LABEL_SESSIONI_ATTIVE_TITLE}}: {{NUM_SESSIONI_ATTIVE}}
  • H2 {{LABEL_SALDO_RESIDUO_TOTALE}}:{{SALDO_RESIDUO_TOTALE}}
  • H2 {{LABEL_GIOCO_SELEZIONATO}}:
  • H5 (empty)
  • H2 (empty)
  • H2 (empty)

A page should have only one H1. Multiple H1s dilute the document outline.

Why this matters

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

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

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

F
Alt Text Quality
Action
88 of 146 images have issues
FIX
88 of 146 images have issues
Critical::
87 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
46 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Warning::
1 image(s) with generic alt text
Info::
41 decorative image(s) correctly marked
Info::
17 image(s) with good alt text
146 images 17 good alt text 41 decorative 1 generic 87 missing
IssueCount
missing87 image(s)
generic1 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

An image inside a link with no alt creates an empty link.

Why this matters

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

F
Form Accessibility
Action
29 of 43 controls have issues
FIX
29 of 43 controls have issues
Critical::
13 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">; <input type="checkbox" id="cg-theme-switch">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile">; <input type="radio" name="inputComboImporto" id="inputComboImportoAltro">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile">; <input type="radio" name="inputComboImporto" id="inputComboImportoAltro">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile"> (+3 more)
Warning::
16 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" id="cg-username">; <input type="password" id="cg-password">; <input type="text" id="cg-failed-login-username">; <input type="password" id="cg-failed-login-password">; <input type="text" id="cg-modal-login-username">; <input type="password" id="cg-modal-login-password">; <input name="importo1">; <input name="importo1">; <input name="importo1">; <input name="importo1" id="inputSelezionaImporto"> (+6 more)
Info::
14 control(s) properly labeled
43 controls
14 labeled
16 placeholder only
13 unlabeled
ControlTypeLabelMethod
#CybotCookiebotDialogBodyLevelButtonNecessarycheckboxNecessarifor/id
#CybotCookiebotDialogBodyLevelButtonPreferencescheckboxPreferenzefor/id
#CybotCookiebotDialogBodyLevelButtonStatisticscheckboxStatistichefor/id
#CybotCookiebotDialogBodyLevelButtonMarketingcheckboxMarketingfor/id
#CybotCookiebotDialogBodyContentCheckboxPersonalInformationcheckboxNon vendere né condividere le mie informazioni personalifor/id
#email_{{IDROW}}email{{EMAIL}}for/id
#nome_{{IDROW}}text{{NOME}}for/id
#cognome_{{IDROW}}text{{COGNOME}}for/id
#importo_{{IDROW}}text{{IMPORTO}}for/id
#email_2emailE-Mailfor/id
#nome_2textNomefor/id
#cognome_2textCognomefor/id
optSplitradionone
optSplitradionone
#cg-failed-login-passwordpassword(Password)placeholder only
#cg-modal-login-usernametext(Username)placeholder only
#cg-modal-login-passwordpassword(Password)placeholder only
#cg-usernametext(Username)placeholder only
importo1input(importo)placeholder only
importo1input(importo)placeholder only
importo1input(importo)placeholder only
#inputSelezionaImportoinput(importo)placeholder only
#inputSelezionaImportoinput(importo)placeholder only
importo1input(importo)placeholder only
#nicknameMicroinput(nickname)placeholder only
#nicknameMicroinput(nickname)placeholder only
#inputNomeMultitavolotext({{NOME_MULTITAVOLO_PLACEHOLDER}})placeholder only
#importoRunMultitavolotext({{LABEL_IMPORTO}})placeholder only
#cg-passwordpassword(Password)placeholder only
#cg-failed-login-usernametext(Username)placeholder only
#inputComboImportoDisponibileradio(none)none
#inputComboImportoAltroradio(none)none
#CybotCookiebotDialogBodyLevelButtonStatisticsInlinecheckbox(none)none
#inputComboImportoDisponibileradio(none)none
#inputComboImportoAltroradio(none)none
#CybotCookiebotDialogBodyLevelButtonMarketingInlinecheckbox(none)none
#CybotCookiebotDialogBodyLevelButtonNecessaryInlinecheckbox(none)none
#inputComboImportoDisponibileradio(none)none
#inputComboImportoAltroradio(none)none
#cg-theme-switchcheckbox(none)none
#inputComboImportoDisponibileradio(none)none
#inputComboImportoAltroradio(none)none
#CybotCookiebotDialogBodyLevelButtonPreferencesInlinecheckbox(none)none

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

<input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">; <input type="checkbox" id="cg-theme-switch">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile">; <input type="radio" name="inputComboImporto" id="inputComboImportoAltro">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile">; <input type="radio" name="inputComboImporto" id="inputComboImportoAltro">; <input type="radio" name="inputComboImporto" id="inputComboImportoDisponibile"> (+3 more)

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

Placeholder text disappears on focus and is not a reliable label.

<input type="text" id="cg-username">; <input type="password" id="cg-password">; <input type="text" id="cg-failed-login-username">; <input type="password" id="cg-failed-login-password">; <input type="text" id="cg-modal-login-username">; <input type="password" id="cg-modal-login-password">; <input name="importo1">; <input name="importo1">; <input name="importo1">; <input name="importo1" id="inputSelezionaImporto"> (+6 more)

Why this matters

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

D
Mobile Keyboard & Autofill
Action
7/7 eligible field(s) missing autocomplete or inputmode
FIX
7/7 eligible field(s) missing autocomplete or inputmode
Warning::
5 field(s) missing recommended autocomplete attribute
WCAG 1.3.5 (Level AA): inputs whose purpose maps to a Common Input Purpose value should declare it via `autocomplete=`. Required for password managers, browser autofill, and assistive tech that customizes inputs (e.g., simplified keyboards). Mobile autofill in particular cuts form-completion time by 30-50% when these are present. Affected purposes: current-password, email.
Got: <input type="password" id="cg-password">, <input type="password" id="cg-failed-login-password">, <input type="password" id="cg-modal-login-password">, <input type="email" id="email_{{IDROW}}">, <input type="email" id="email_2">
Warning::
2 field(s) would benefit from inputmode attribute
Mobile browsers pick the on-screen keyboard layout from `inputmode=` when present (numeric pad, tel dialpad, email keyboard). Without it, users see the default text keyboard and must mode-switch -- 2-3 extra taps per phone-number or numeric-ID field. Type-based defaults exist (`type=tel` shows the tel keyboard on most browsers) but `inputmode` is the explicit, cross-browser way to control this. Affected types: email.
Got: <input type="email" id="email_{{IDROW}}">, <input type="email" id="email_2">
D
Tabindex Anti-Patterns
Action
3 positive, 4 -1-on-focusable
FIX
3 positive, 4 -1-on-focusable
Info::
tabindex="-1" on naturally-focusable <a id="CybotCookiebotDialogPoweredbyCybot">
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a id="CybotCookiebotDialogNavDetails">
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a id="CybotCookiebotDialogNavAdSettings">
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a id="CybotCookiebotDialogNavAbout">
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Warning::
Positive tabindex on <div id="genericModalDialog">: tabindex=1
Positive tabindex values force an element into a specific position in the tab order, breaking the natural document flow. Almost always a bug. Use tabindex="0" to make non-focusable elements focusable, or remove the attribute entirely to keep natural order.
Warning::
Positive tabindex on <div id="casinoModalDialog">: tabindex=1
Positive tabindex values force an element into a specific position in the tab order, breaking the natural document flow. Almost always a bug. Use tabindex="0" to make non-focusable elements focusable, or remove the attribute entirely to keep natural order.
Warning::
Positive tabindex on <div id="appModalDialog">: tabindex=1
Positive tabindex values force an element into a specific position in the tab order, breaking the natural document flow. Almost always a bug. Use tabindex="0" to make non-focusable elements focusable, or remove the attribute entirely to keep natural order.
D
Iframe Accessibility
Action
7/9 iframe(s) missing title; 0 placeholder(s)
FIX
7/9 iframe(s) missing title; 0 placeholder(s)
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{URL_GIOCO}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="{{SRC_IFRAME}}")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
F
Favicon & Branding
Action
2 icon(s) detected
FIX
2 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
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
F
Web Manifest
Action
Valid manifest
FIX
Valid manifest
Info::
Name present: Sportbet
Warning::
No 192x192 icon
A 192px icon is required for PWA installation.
PWA Install Criteria Not Installable
Name Sportbet 192×192 icon 512×512 icon Start URL Display Mode
D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

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::
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
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
0 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
D
Lighthouse Accessibility Audits
Action
Score 64/100 — 9 failing, 23 passed
FIX
64

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

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Cosa offre il Casino Sportbet? div.w24-container > div#accordion-18 > div.w24__item > div#heading-0
Cos'è un Casino online con licenza ADM? div.w24-container > div#accordion-18 > div.w24__item > div#heading-1
È possibile effettuare scommesse live? div.w24-container > div#accordion-18 > div.w24__item > div#heading-2
Cosa sono le scommesse virtuali? div.w24-container > div#accordion-18 > div.w24__item > div#heading-3
Posso giocare da mobile? div.w24-container > div#accordion-18 > div.w24__item > div#heading-4
Come ottengo il Bonus di benvenuto? div.w24-container > div#accordion-18 > div.w24__item > div#heading-5
Come funziona il deposito? div.w24-container > div#accordion-18 > div.w24__item > div#heading-6
Perché non riesco a prelevare con carte di credito/debito? div.w24-container > div#accordion-18 > div.w24__item > div#heading-7
Dove posso ritirare il credito con il Bonifico domiciliato? div.w24-container > div#accordion-18 > div.w24__item > div#heading-8
Ho depositato ma non ho ricevuto la freebet, come mai? div.w24-container > div#accordion-18 > div.w24__item > div#heading-9
Come si aderisce al vip club? div.w24-container > div#accordion-18 > div.w24__item > div#heading-10
Come posso recuperare la password? div.w24-container > div#accordion-18 > div.w24__item > div#heading-11

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Calcio Tennis Badminton Baseball Football Australiano div.w66 > div.w66__nav > div.w66__tabs-container > ul#12_0_myTab

Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Calcio div.w66__tabs-container > ul#12_0_myTab > li.nav-item > button#Calcio-tab-12_0
Tennis div.w66__tabs-container > ul#12_0_myTab > li.nav-item > button#Tennis-tab-12_0
Badminton div.w66__tabs-container > ul#12_0_myTab > li.nav-item > button#Badminton-tab-12_0
Baseball div.w66__tabs-container > ul#12_0_myTab > li.nav-item > button#Baseball-tab-12_0
Football Australiano div.w66__tabs-container > ul#12_0_myTab > li.nav-item > button#FootballAustraliano-tab-12_0

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
Registrati nav.cg-top-navbar > div.cg-navbar-item > div#cg-header-button-registrati > span.cg-deposit-button
79 div.cg-menuTabMobile > div#cg-footer-template-02 > div#cg-live-button > span#cg-live-events-number
Apri un conto div.w60__form__outer > div.w60__form__inner > form.w60__form__formElement > button.w60__form__button
5.849,75 € a.swiper-slide > div.tabGioco > div.tabGioco__body > div.tabGioco__body__text3
11.400,96 € a.swiper-slide > div.tabGioco > div.tabGioco__body > div.tabGioco__body__text3
LIVE div.match-card > div.match-card__header > div.match-card__header__left > div.match-card__badge--live
LIVE div.match-card > div.match-card__header > div.match-card__header__left > div.match-card__badge--live

These are opportunities to improve the legibility of your content.

Names and labels

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method div.w60__form__outer > div.w60__form__inner > div.w60__payment__row > img.w60__payment__method
div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img
div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img
div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img
div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image > img
div#CAROUSEL-10_0 > div.blockCarousel__heading > div.blockCarousel__heading__icon > img.blockCarousel__heading__icon__img div#CAROUSEL-10_0 > div.blockCarousel__heading > div.blockCarousel__heading__icon > img.blockCarousel__heading__icon__img
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid div#swiper-wrapper-a425bb4c6bdc6aad > div.image-block > a.numberedGame > img.img-fluid
div#CAROUSEL-11_0 > div.blockCarousel__heading > div.blockCarousel__heading__icon > img.blockCarousel__heading__icon__img div#CAROUSEL-11_0 > div.blockCarousel__heading > div.blockCarousel__heading__icon > img.blockCarousel__heading__icon__img
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
a > div.image-block > div.image-block-imageGroup > img.img-fluid a > div.image-block > div.image-block-imageGroup > img.img-fluid
div#liveSportComponent-12_0 > div.w66 > div.w66__title > img.w66__title-icon div#liveSportComponent-12_0 > div.w66 > div.w66__title > img.w66__title-icon
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag div.match-card > div.match-card__header > div.match-card__header__center > img.match-card__header__flag
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img
div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img div.match-card__body > div.match-card__panel > div.match-card__team > img.match-card__team-img

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#cg-slide-body-container > div#cg-theme-switch-container > label.switch > input#cg-theme-switch div#cg-slide-body-container > div#cg-theme-switch-container > label.switch > input#cg-theme-switch

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div#cg-slide-body-container > div#cg-slide-paragrafo-155 > div.cg-slide-field-wrapper > a.cg-anchor-tag div#cg-slide-body-container > div#cg-slide-paragrafo-155 > div.cg-slide-field-wrapper > a.cg-anchor-tag
div#cg-slide-footer2 > div#cg-slide-footer-security > div#cg-slider-footer-security-main > a div#cg-slide-footer2 > div#cg-slide-footer-security > div#cg-slider-footer-security-main > a
div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image
div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image
div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image
div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image div.swiper > div#swiper-wrapper-686cf76893798ec5 > div.swiper-slide > a.image
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a
div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a div.swiper > div#swiper-wrapper-05288bbcc8dfcfb2 > div.swiper-slide > a

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.

Tables and lists

Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Calcio div.w66__nav > div.w66__tabs-container > ul#12_0_myTab > li.nav-item
Tennis div.w66__nav > div.w66__tabs-container > ul#12_0_myTab > li.nav-item
Badminton div.w66__nav > div.w66__tabs-container > ul#12_0_myTab > li.nav-item
Baseball div.w66__nav > div.w66__tabs-container > ul#12_0_myTab > li.nav-item
Football Australiano div.w66__nav > div.w66__tabs-container > ul#12_0_myTab > li.nav-item

These are opportunities to improve the experience of reading tabular or list data using 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.

Why this matters

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

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta
body#cg-pagina-xcasinohomepage > meta body#cg-pagina-xcasinohomepage > meta

These items highlight common accessibility best practices.

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-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
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
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<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
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
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.
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
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.
C
Landmark Structure
Action
6 landmarks
REVIEW
6 landmarks
Info::
<main> landmark present
Warning::
Multiple <main> landmarks (2 found)
A page should have only one <main> landmark.
Warning::
No <nav> landmark found
Info::
No banner (header) landmark
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 (missing!) 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

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
Heading Text Quality
2 heading-text-quality issue(s) detected
REVIEW
2 heading-text-quality issue(s) detected
Warning::
5 heading(s) contain placeholder / generic text
Some headings contain placeholder or generic text patterns that often leak through from CMS templates / WYSIWYG defaults / unfinished drafts. Affected (first 5): - H4: "{{TITLE}}" - H1: "{{DESC-BANNER}}" - H2: "{{TITLE}}" - H3: "{{FIRST_TEAM}}" - H3: "{{SECOND_TEAM}}" Replace with descriptive text that summarizes the section's content. Search engines use heading text to understand page structure; placeholder text contributes nothing to relevance signals.
Got: 5 placeholder heading(s)
Info::
10 heading(s) are all-uppercase (excluding short acronyms)
Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.
Got: 10 all-caps heading(s)
C
Mobile-Readable Font Sizes
Action
83% of visible text renders at >= 12 CSS px (5 below threshold)
REVIEW
83% of visible text renders at >= 12 CSS px (5 below threshold)
Warning::
5 text node(s) render below 12 CSS pixels on mobile
Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <p> 10.0px ("Il gioco è vietato ai minori di 18 anni ..."); <p> 10.0px ("Probabilità di vincita sul sito ADM."); <small> 11.2px ("Recupera Username"); <small> 11.2px ("Recupera Password"); <span> 10.0px ("21").
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 www.sportbet.it - Custom Styling Navigation Homepage Link Search Form
B
PWA Depth
3 PWA signal(s) surfaced
REVIEW
3 PWA signal(s) surfaced
Warning::
Manifest is missing `display` -- defaults to browser, no PWA UX
When `display` is `browser` (or unset, which is the spec default), the installed app opens in a regular browser tab -- no install prompt, no standalone window, no app-shell experience. The intended values for a PWA are `standalone` (most common; full-screen, no browser chrome) or `fullscreen` (games / immersive apps). `minimal-ui` is a middle ground (basic browser controls but no address bar).
Info::
Manifest has no maskable icon
Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).
Info::
Manifest is missing `theme_color`
Without `theme_color`, the install prompt and Android status bar fall back to a generic tint instead of your brand color. Add a hex color (e.g. `"theme_color": "#0066cc"`); for richer support, mirror it via `<meta name="theme-color" content="#0066cc">` so non-installed browsers also pick it up.
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 11 fail WCAG AA
REVIEW

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

9 pass 11 fail WCAG AA
title Sportbet: Casino Online, Slot, Casino Li…
3.72:1
#000000
on
#616778
needs 4.5:1 (normal text)
16px · top of page (header area) · over background image/gradient
a Consenso
1.20:1
#000000
on
#0F1832
needs 4.5:1 (normal text)
16px · top of page (header area)
a Dettagli
1.20:1
#000000
on
#0F1832
needs 4.5:1 (normal text)
16px · top of page (header area)
a [#IABV2SETTINGS#]
1.08:1
#000000
on
#050B22
needs 4.5:1 (normal text)
16px · top of page (header area)
a Informazioni sui cookie
1.08:1
#000000
on
#050B22
needs 4.5:1 (normal text)
16px · above the fold
div Questo sito web utilizza i cookie
1.08:1
#000000
on
#050B20
needs 4.5:1 (normal text)
16px · above the fold
div Utilizziamo i cookie per personalizzare …
2.54:1
#000000
on
#464E66
needs 4.5:1 (normal text)
16px · above the fold · over background image/gradient
div [#GPC_BANNER_ICON#]
1.17:1
#000000
on
#0F162E
needs 4.5:1 (normal text)
16px · above the fold · over background image/gradient
div [#GPC_TOAST_TEXT#]
1.44:1
#000000
on
#1D2846
needs 4.5:1 (normal text)
16px · above the fold
span Selezione del consenso
1.26:1
#000000
on
#131D36
needs 4.5:1 (normal text)
16px · above the fold
strong Necessari
1.16:1
#000000
on
#0D152B
needs 3.0:1 (large text)
16px · above the fold

3 contrast failures on background images/gradients

These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.

Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Sportbet: Casino onl…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Scopri i nostri fant…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Casino Online e Slot…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Casino Live21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Scommesse sportive O…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Sicurezza, gioco res…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Promozioni e Bonus d…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Perché scegliere Sp…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Casino e Scommesse s…21.00:13.0:1
#000000
#FFFFFF
Pass
title Sportbet: Casino Onl…3.72:14.5:1
#000000
#616778
Fail
a Consenso1.20:14.5:1
#000000
#0F1832
Fail
a Dettagli1.20:14.5:1
#000000
#0F1832
Fail
a [#IABV2SETTINGS#]1.08:14.5:1
#000000
#050B22
Fail
a Informazioni sui coo…1.08:14.5:1
#000000
#050B22
Fail
div Questo sito web util…1.08:14.5:1
#000000
#050B20
Fail
div Utilizziamo i cookie…2.54:14.5:1
#000000
#464E66
Fail
div [#GPC_BANNER_ICON#]1.17:14.5:1
#000000
#0F162E
Fail
div [#GPC_TOAST_TEXT#]1.44:14.5:1
#000000
#1D2846
Fail
span Selezione del consen…1.26:14.5:1
#000000
#131D36
Fail
strong Necessari1.16:13.0:1
#000000
#0D152B
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+
Form Input Types
43 form control(s) checked, no type mismatches
PASS
43 form control(s) checked, no type mismatches
Info::
No input-type mismatches detected
A
Form Input Quality
1 input-semantic issue(s) across 43 form control(s)
PASS
1 input-semantic issue(s) across 43 form control(s)
Info::
3 password field(s) missing or with invalid `autocomplete`
Password managers fill / save passwords only when `autocomplete` is exactly `current-password` (login) or `new-password` (registration / change). Empty, `off`, `password`, or other values silently disable the manager UX. Sample: <input type="password" id="cg-password">, <input type="password" id="cg-failed-login-password">, <input type="password" id="cg-modal-login-password">.
A+
Document Language
Lang attribute set to "it"
PASS
Lang attribute set to "it"
Info::
<html lang="it"> is set and valid
Got: it
A+
Tap Target Adequacy
All tap targets meet WCAG 2.5.5/2.5.8 sizing
PASS
All tap targets meet WCAG 2.5.5/2.5.8 sizing
Info::
All tap targets meet WCAG 2.5.5 (44x44px) sizing
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback