Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
F404 Error PageActionHTTP 403, bare pageFIX
FFavicon & BrandingActionNo icons detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 62/100 — 9 failing, 16 passedFIX
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div.header-market-and-toggler > div.search-form-toggle > button.toggle-search-form section > div.header-market-and-toggler > div.search-form-toggle > button.toggle-search-form |
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 |
|---|
div#infinite-list > div.infinite-scroll > a > img div#infinite-list > div.infinite-scroll > a > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.infinite-scroll > section > div.header-market-and-toggler > iframe div.infinite-scroll > section > div.header-market-and-toggler > iframe |
div.scrollable-content > div#infinite-list > div.infinite-scroll > iframe div.scrollable-content > div#infinite-list > div.infinite-scroll > iframe |
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.header-container > div.header-buttons > div.icon-mailsubscription-mobile-nav > a div.header-container > div.header-buttons > div.icon-mailsubscription-mobile-nav > 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.
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 |
|---|
EXCLUSIVE div.article-preview > a > h2.headline > span.is-exclusive |
Sponsored div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
SPONSORED div.article-preview > div.article-preview-description > p > span.sponsored |
Ad Feature div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
AD FEATURE div.article-preview > div.article-preview-description > p > span.sponsored |
EXCLUSIVE div.article-preview > a > h2.headline > span.is-exclusive |
Ad Feature div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
AD FEATURE div.article-preview > div.article-preview-description > p > span.sponsored |
EXCLUSIVE div.article-preview > a > h2.headline > span.is-exclusive |
EXCLUSIVE div.article-preview > a > h2.headline > span.is-exclusive |
Ad Feature div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
AD FEATURE div.article-preview > div.article-preview-description > p > span.sponsored |
Sponsored div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
SPONSORED div.article-preview > div.article-preview-description > p > span.sponsored |
Ad Feature div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
AD FEATURE div.article-preview > div.article-preview-description > p > span.sponsored |
Ad Feature div#infinite-list > div.infinite-scroll > div.article-preview-sponsored > small |
AD FEATURE div.article-preview > div.article-preview-description > p > span.sponsored |
Reject and Purchase This is Money Essential div.option_A8417 > div.button-container_detg9 > button.button_cVc76 > span |
Accept div.options_fXX5X > div.option_A8417 > div.button-container_detg9 > button.button_cVc76 |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BUSINESS & MARKETS div#infinite-list > div.infinite-scroll > div.thick-split > h6 |
MONEY NEWS & ADVICE div#infinite-list > div.infinite-scroll > div.thick-split > h6 |
MORE BUSINESS & MARKETS NEWS div#infinite-list > div.infinite-scroll > div.thick-split > h6 |
YOUR MONEY ESSENTIALS div#infinite-list > div.infinite-scroll > div.thick-split > h6 |
SAVE MONEY, MAKE MONEY: TIPS AND GUIDES div#infinite-list > div.infinite-scroll > div.thick-split > h6 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.waiting-on-comments html.waiting-on-comments |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Prize Area Value of bond
£1,000,000 Hampshire And Isle Of Wight £34,650
£1,000,… div#infinite-list > div.infinite-scroll > section.container-ArnVJCcM > table |
BHeading Hierarchy2 headingsREVIEW
- H2 Associated Newspapers Ltd
- H3 Access Restricted
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityNo imagesPASS
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality2 links, 0 buttons — all OKPASS
A+Color Contrast (Screenshot)10 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (10)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Associated Newspaper… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Access Restricted | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Access Restricted | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Thank you for your i… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a partnerships@dmgmedi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p to discuss licensing… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p If you are a registe… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a websupport@thisismon… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p , quoting the refere… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Reference ID: 0.6d25… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.