Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction21 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
F404 Error PageActionHTTP 500, custom pageFIX
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
CHeading HierarchyAction30 headings, 3 skip(s)REVIEW
- H1 Digital Marketing Agency for Restaurants, Real Estate, Hospitality, and Luxury Brands
- H2 A COLLECTION OF DIVERSE LIFESTYLE BRANDS FUELLED BY CREATIVITY & TECHNOLOGY
- H5 Club Mason Circle skipped
- H5 Showcase your business
- H5 Shop Mason
- H2 Digital Marketing Services
- H3 SEO & Local Search
- H3 Social Media Marketing
- H3 Paid Ads & PPC
- H3 Branding & Creative Production
- H3 Content Marketing
- H3 Web Design & Conversion Optimisation
- H2 EXPLORE THE COLLECTION
- H2 Industry-Specific Solutions
- H5 Let's Work Together skipped
- H3 Digital Marketing Agency in London
- H2 Who is MASON CIRCLE?
- H3 Official Partners
- H3 Frequently Asked Questions
- H2 Why Choose MASON CIRCLE?
- H2 Start Working with Mason Circle
- H2 What’s happening
- H6 Contact Us skipped
- H6 Partner with us
- H6 Join Club Mason Circle
- H2 Mason Circle International
- H2 Mason Circle International
- H2 Contact Us
- H2 Careers
- H2 Club Mason Circle
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
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
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
BLink & Button Quality1 issue(s) across 93 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.instagram.com/masoncircle/ | Follow us on | new tab | Add '(opens in new tab)' to text |
| https://www.masoncircle.com/request-prop… | Request a proposal | new tab | Add '(opens in new tab)' to text |
| https://www.masoncircle.com/ | Mason Circle | 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://www.instagram.com/masoncircle/; https://www.masoncircle.com/request-proposal/; https://www.masoncircle.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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Digital Marketing Ag… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 A COLLECTION OF DIVE… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 FUELLED BY CREATIVIT… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Digital Marketing Se… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 EXPLORE THE COLLECTI… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Industry-Specific S… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Who is MASON CIRCLE? | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Why Choose MASON CIR… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Start Working with M… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 What’s happening | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Mason Circle Interna… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Mason Circle Interna… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Contact Us | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Careers | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h2 Club Mason Circle | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h3 Digital Marketing Ag… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h3 Official Partners | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| h3 Frequently Asked Que… | 1.77:1 | 3.0:1 | #000000 | #3C3632 | Fail |
| title Digital Marketing Ag… | 1.30:1 | 4.5:1 | #000000 | #25201A | Fail |
| a Home | 1.30:1 | 4.5:1 | #000000 | #26201B | 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+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 16 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form-field-email | select | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<select name="form_fields[email]" id="form-field-email">
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
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Tabindex Anti-Patterns2 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 60 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 99/100 — 1 failing, 27 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 |
|---|
Club Mason Circle div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h5.elementor-heading-title |
Let's Work Together div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h5.elementor-heading-title |
Contact Us div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h6.elementor-heading-title |
These are opportunities to improve keyboard navigation in your application.