Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction2 of 4 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
FFavicon & BrandingAction1 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
BLandmark Structure8 landmarksREVIEW
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
BLink & Button Quality2 issue(s) across 32 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /about-me-rugby | (empty) | empty | Add link text or aria-label |
| /about-me-rugby | Alinas Dog Services | img no alt | Add alt attribute to the image |
| More | generic text | Replace with descriptive text | |
Before: More Suggested: Home page | |||
| https://www.alinasdogservices.co.uk/dog-… | Positive Dog Trainer in Rugby | new tab | Add '(opens in new tab)' to text |
| tel:07838166934 | 07838 166934 | new tab | Add '(opens in new tab)' to text |
| mailto:alina@alinasdogservices.co.uk | alina@alinasdogservices.co.uk | new tab | Add '(opens in new tab)' to text |
| mailto:alina@alinasdogservices.co.uk | alina@alinasdogservices.co.uk | new tab | Add '(opens in new tab)' to text |
| tel:+447838166934 | 07838 166934 | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/about-me-rugby
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
Generic link text like 'click here' doesn't describe the destination.
("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.alinasdogservices.co.uk/dog-training-rugby; tel:07838166934; mailto:alina@alinasdogservices.co.uk; mailto:alina@alinasdogservices.co.uk; tel:+447838166934
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 19 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 Alinas Dog Services | 3.27:1 | 4.5:1 | #000000 | #526071 | Fail |
| div Search this site | 3.13:1 | 4.5:1 | #000000 | #565D5F | Fail |
| span Embedded Files | 3.50:1 | 4.5:1 | #000000 | #67644B | Fail |
| span Skip to main content | 4.06:1 | 4.5:1 | #000000 | #6F6F4E | Fail |
| span Skip to navigation | 3.36:1 | 4.5:1 | #000000 | #5D643D | Fail |
| p ☏ 07838 166934 … | 5.72:1 | 4.5:1 | #FFFFFF | #65694A | Pass |
| span Alinas Dog Services | 2.79:1 | 4.5:1 | #000000 | #4C5937 | Fail |
| a About Me | 3.01:1 | 4.5:1 | #000000 | #525E36 | Fail |
| a Dog Walking | 2.63:1 | 4.5:1 | #000000 | #4B543B | Fail |
| a Dog Training | 2.13:1 | 4.5:1 | #000000 | #444437 | Fail |
| a Pet Sitting | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Pet Portraits | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Classes | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Contact Me | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| span Alinas Dog Services | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a About Me | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Dog Walking | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Dog Training | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Pet Sitting | 3.27:1 | 4.5:1 | #000000 | #526070 | Fail |
| a Pet Portraits | 3.27:1 | 4.5:1 | #000000 | #526070 | 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 Hierarchy5 headingsPASS
- H1 Accredited Dog Walking & Dog Training Rugby Warwickshire
- H2 Professional Dog Walking in Rugby
- H2 Positive Dog Trainer in Rugby
- H3 Get in Touch
- H3 Areas Covered
A+Heading Text QualityAll 5 heading(s) have substantive, well-formed textPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | search | Search this site | aria-label |
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-Patterns49 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 45 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 100/100 — 0 failing, 24 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.