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
Multiple navigations need aria-label to distinguish them for screen readers.
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.
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 QualityAction19 of 20 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 19 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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 28 links and 0 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | English | img no alt | Add alt attribute to the image |
| ?lang=cs | Čeština | img no alt | Add alt attribute to the image |
| ?lang=de | Deutsch | img no alt | Add alt attribute to the image |
| ?lang=en | English | img no alt | Add alt attribute to the image |
| ?lang=es | Español | img no alt | Add alt attribute to the image |
| ?lang=fr | Français | img no alt | Add alt attribute to the image |
| ?lang=hr | Hrvatski | img no alt | Add alt attribute to the image |
| ?lang=it | Italiano | img no alt | Add alt attribute to the image |
| ?lang=hu | Magyar | img no alt | Add alt attribute to the image |
| ?lang=nl | Nederlands | img no alt | Add alt attribute to the image |
| ?lang=pl | Polski | img no alt | Add alt attribute to the image |
| ?lang=pt | Português | img no alt | Add alt attribute to the image |
| ?lang=ro | Română | img no alt | Add alt attribute to the image |
| ?lang=ru | Русский | img no alt | Add alt attribute to the image |
| ?lang=sk | Slovensky | img no alt | Add alt attribute to the image |
| ?lang=tr | Türkçe | img no alt | Add alt attribute to the image |
| ?lang=uk | Українська | img no alt | Add alt attribute to the image |
| https://support.dish.co/l/en/article/spk… | FAQ | new tab | Add '(opens in new tab)' to text |
| https://www.dish.co/terms-of-use/ | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://www.dish.co/privacy-policy/ | Data Privacy | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
#
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
Add '(opens in new tab)' to link text or aria-label.
https://support.dish.co/l/en/article/spke9vkrj4-faqs-dish-website; https://www.dish.co/terms-of-use/; https://www.dish.co/privacy-policy/
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
BFavicon & Branding14 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
8 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)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title DISH WEBSITE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span English | 8.97:1 | 4.5:1 | #000000 | #A7AAA9 | Pass |
| a Čeština | 1.77:1 | 4.5:1 | #000000 | #313939 | Fail |
| a Deutsch | 1.60:1 | 4.5:1 | #000000 | #293233 | Fail |
| a English | 1.40:1 | 4.5:1 | #000000 | #1C2929 | Fail |
| a Español | 1.64:1 | 4.5:1 | #000000 | #2B3433 | Fail |
| a Français | 1.24:1 | 4.5:1 | #000000 | #121F20 | Fail |
| a Hrvatski | 1.37:1 | 4.5:1 | #000000 | #1C2728 | Fail |
| a Italiano | 1.77:1 | 4.5:1 | #000000 | #293A3E | Fail |
| a Magyar | 1.38:1 | 4.5:1 | #000000 | #1B2828 | Fail |
| a Nederlands | 2.31:1 | 4.5:1 | #000000 | #50473F | Fail |
| a Polski | 1.15:1 | 4.5:1 | #000000 | #0C1718 | Fail |
| a Português | 1.36:1 | 4.5:1 | #000000 | #1F2623 | Fail |
| a Română | 2.24:1 | 4.5:1 | #000000 | #404848 | Fail |
| a Русский | 1.24:1 | 4.5:1 | #000000 | #111F1E | Fail |
| a Slovensky | 1.81:1 | 4.5:1 | #000000 | #343A39 | Fail |
| a Türkçe | 3.65:1 | 4.5:1 | #000000 | #6D6463 | Fail |
| a Українська | 2.18:1 | 4.5:1 | #000000 | #4A443A | Fail |
| span Your website for hos… | 1.89:1 | 4.5:1 | #000000 | #3D3C32 | Fail |
| span Whether your establi… | 2.55:1 | 4.5:1 | #000000 | #524E4B | 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.
BLighthouse Accessibility AuditsScore 88/100 — 3 failing, 24 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 |
|---|
REGISTER NOW div.mod-home-tagline > div.jumbotron > div.buttons-wrap > a.btn |
Accept All div.sc-dtInlm > div.sc-cWSHoV > div.sc-kOPcWz > button.sc-gsFSXq |
Deny div.sc-dtInlm > div.sc-cWSHoV > div.sc-kOPcWz > button.sc-gsFSXq |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
li.dropdown > a.dropdown-toggle > strong.img-holder > img li.dropdown > a.dropdown-toggle > strong.img-holder > img |
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#navbar > ul.nav > li.dropdown > a.dropdown-toggle |
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.
A+Heading Hierarchy1 headingsPASS
- H1 Your website for hospitality