Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy25 headings, 1 skip(s)REVIEW
- H2 (empty)
- H1 Your choice regarding cookies on this site
- H1 We are London. duplicate H1
- H2 Who we are
- H3 What the Mayor does
- H3 What the London Assembly does
- H2 Priorities for London
- H3 London Growth Plan
- H3 End rough sleeping
- H3 Help with the cost of living
- H2 Upcoming events
- H3 Eid on the Square 2026
- H3 Armed Forces Day 2026
- H3 UNESCO Day for Remembering the Transatlantic Slave Trade and its Abolition 2026
- H2 Spotlight on
- H3 Loved and Wanted Here: Find a community space
- H3 Humanitarian aid in the Middle East
- H3 Say Maaate to a Mate
- H2 Stay up to date
- H3 Don’t miss out: get important updates about London
- H2 Air quality information
- H2 Pollution today: Moderate
- H4 Get WhatsApp updates about London. skipped
- H2 Useful links
- H3 Connect with us
A page should have only one H1. Multiple H1s dilute the document outline.
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.
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.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BForm Accessibility2 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #header-search-input | text | Search | for/id |
| #edit-first-name | text | First name (Required) | for/id |
| #edit-email-address | Email address (Required) | for/id | |
| #edit-borough | select | Borough | for/id |
| #edit-checkbox-mailchimp-mayor-of-london-masterlist | checkbox | Get updates from the Mayor | for/id |
| #edit-checkbox-mailchimp-londonassembly-masterlist | checkbox | Get updates from the London Assembly | for/id |
| select | select | Select Language | aria-label |
| #edit-submit | submit | (none) | none |
| #g-recaptcha-response | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response">; <input type="submit" name="op" id="edit-submit">
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
BLink & Button Quality30 issue(s) across 238 links and 69 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://translate.google.com/ | powered by Google Translate | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://translate.google.com/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button (#74 on page); button.u-bg-pink (#165 on page); button.u-bg-pink (#178 on page); button.u-bg-pink (#199 on page); button.u-bg-pink (#222 on page); button.u-bg-pink (#239 on page); button.u-bg-pink (#268 on page); button.u-bg-pink (#287 on page); button.u-bg-pink (#300 on page); button.u-bg-pink (#331 on page) (+20 more)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Your choice regardin… | 1.34:1 | 3.0:1 | #000000 | #1F2427 | Fail |
| h1 We are London | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Who we are | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Priorities for Londo… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Upcoming events | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Spotlight on | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Stay up to date | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Air quality informat… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Pollution today: Mod… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h2 Useful links | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Don’t miss out: ge… | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| h3 Connect with us | 19.09:1 | 3.0:1 | #000000 | #F4F4F4 | Pass |
| title Home page - London C… | 1.34:1 | 4.5:1 | #000000 | #1F2427 | Fail |
| p We use some essentia… | 1.34:1 | 4.5:1 | #000000 | #1F2427 | Fail |
| p We’d like to set a… | 1.34:1 | 4.5:1 | #000000 | #1F2427 | Fail |
| p We also use cookies … | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span I Accept | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span I Reject | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| span View cookies | 7.37:1 | 4.5:1 | #000000 | #999999 | Pass |
| a Skip to main content | 7.37:1 | 4.5:1 | #000000 | #999999 | 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.
A+Landmark Structure7 landmarksPASS
A+Alt Text QualityAll 14 images OKPASS
A404 Error PageHTTP 404, custom pagePASS
A+Lighthouse Accessibility AuditsScore 99/100 — 1 failing, 30 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
Get WhatsApp updates about London. div.bottom-callout > div.container > div.u-space-y-5 > h4.md:u-w-1/2 |
These are opportunities to improve keyboard navigation in your application.