Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) 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
BHeading Hierarchy9 headings, 1 skip(s)REVIEW
- H2 PREMIUM DOCS
- H2 Commercials
- H2 Production Services
- H2 Branded Storytelling & Campaign Films
- H1 ABOUTPaper ROUTE
- H1 Contact Us duplicate H1
- H2 Paper Route Studios
- H4 Location skipped
- H4 Contact
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
BMobile Keyboard & Autofill1/4 eligible field(s) missing autocomplete or inputmodeREVIEW
B404 Error PageHTTP 404, custom pageREVIEW
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 ABOUT | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h1 Paper ROUTE | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h1 Contact Us | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h2 PREMIUM DOCS | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h2 Commercials | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h2 Production Services | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h2 Branded Storytelling… | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| h2 Paper Route Studios | 1.23:1 | 3.0:1 | #000000 | #1C1C1C | Fail |
| title Paper Route Studios | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| a Skip to Content | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| a Documentaries | 1.13:1 | 4.5:1 | #000000 | #141314 | Fail |
| a Services | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| a About | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| a Contact | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| span Open Menu | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| span Close Menu | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| a Documentaries | 1.04:1 | 4.5:1 | #000000 | #090508 | Fail |
| a Services | 1.13:1 | 4.5:1 | #000000 | #141314 | Fail |
| a About | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | Fail |
| a Contact | 1.23:1 | 4.5:1 | #000000 | #1C1C1C | 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.
ALandmark Structure6 landmarksPASS
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
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 7 images OKPASS
AForm Accessibility1 of 5 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #name-yui_3_17_2_1_1679346524828_51496-fname-field | text | First Name(required) | for/id |
| #name-yui_3_17_2_1_1679346524828_51496-lname-field | text | Last Name(required) | for/id |
| #email-yui_3_17_2_1_1679348080814_63349-field | Email(required) | for/id | |
| #textarea-yui_3_17_2_1_1679348080814_63351-field | textarea | Message(required) | for/id |
| #g-recaptcha-response-100000 | 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-100000">
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+Link & Button Quality23 links, 3 buttons — all OKPASS
A+Form Input Types5 form control(s) checked, no type mismatchesPASS
A+Form Input Quality5 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en-CA"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
AIframe Accessibility1/2 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 17 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 98/100 — 1 failing, 25 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 |
|---|
LOCATION div.sqs-block-content > div.sqs-text-block-container > div.sqs-html-content > h4.preFade |
These are opportunities to improve keyboard navigation in your application.